Color spaces of #f49add
RGB | 244 | 154 | 221 |
---|---|---|---|
HSL | 0.88 | 0.80 | 0.78 |
HSV | 315° | 37° | 96° |
CMYK | 0.00 | 0.37 | 0.09 0.04 |
XYZ | 61.9150 | 47.5648 | 74.3243 |
Yxy | 47.5648 | 0.3369 | 0.2588 |
Hunter Lab | 68.9672 | 39.5548 | -15.6183 |
CIE-Lab | 74.5496 | 43.1335 | -19.9777 |
#f49add color RGB value is (244,154,221).
#f49add hex color red value is 244, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f49add hue: 0.88 , saturation: 0.80 and the lightness value of f49add is 0.78.
The process color (four color CMYK) of #f49add color hex is 0.00, 0.37, 0.09, 0.04. Web safe color of #f49add is #ff99cc. Color #f49add contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10011010 | 11011101 |
Octal | 364 | 232 | 335 |
Decimal | 244 | 154 | 221 |
Hex | F4 | 9A | DD |
Shades of #f49add
Tints of #f49add
RGB Percentages of Color #f49add
CMYK Percentages of Color #f49add
Complementary Color
#f49add | #9af4b1 |
#f49add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f49add Color Preview on White Background
Lorem ipsum dolor sit amet.
#f49add Color CSS Codes
.mybgcolor {background-color:#f49add; } .myforecolor {color:#f49add; } .mybordercolor {border:3px solid #f49add; }
#f49add Text Font Color
<p style="color:#f49add">Text here</p>
This sample text font color is #f49add
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f49add Background Color
<div style="background-color:#f49add">
Div content here</div>
This div background color is #f49add
#f49add Border Color
<div style="border:3px solid #f49add">
Div here</div>
This div border color is #f49add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,154,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f49add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f49add; -webkit-box-shadow: 1px 1px 3px 2px #f49add; box-shadow: 1px 1px 3px 2px #f49add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,154,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f49add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f49add; -webkit-box-shadow: 1px 1px 3px 2px #f49add; box-shadow: 1px 1px 3px 2px #f49add;">
Div content here</div>
This div box has shadow with color #f49add
Comments
No comments written yet.
Please login to write comment.