Color spaces of #f9aace
RGB | 249 | 170 | 206 |
---|---|---|---|
HSL | 0.92 | 0.87 | 0.82 |
HSV | 333° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.17 0.02 |
XYZ | 64.5822 | 53.3454 | 65.2854 |
Yxy | 53.3454 | 0.3525 | 0.2912 |
Hunter Lab | 73.0379 | 30.0183 | -1.8702 |
CIE-Lab | 78.0785 | 34.0594 | -6.4440 |
#f9aace color RGB value is (249,170,206).
#f9aace hex color red value is 249, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f9aace hue: 0.92 , saturation: 0.87 and the lightness value of f9aace is 0.82.
The process color (four color CMYK) of #f9aace color hex is 0.00, 0.32, 0.17, 0.02. Web safe color of #f9aace is #ff99cc. Color #f9aace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10101010 | 11001110 |
Octal | 371 | 252 | 316 |
Decimal | 249 | 170 | 206 |
Hex | F9 | AA | CE |
Shades of #f9aace
Tints of #f9aace
RGB Percentages of Color #f9aace
CMYK Percentages of Color #f9aace
Complementary Color
#f9aace | #aaf9d5 |
#f9aace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9aace Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9aace Color CSS Codes
.mybgcolor {background-color:#f9aace; } .myforecolor {color:#f9aace; } .mybordercolor {border:3px solid #f9aace; }
#f9aace Text Font Color
<p style="color:#f9aace">Text here</p>
This sample text font color is #f9aace
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.
#f9aace Background Color
<div style="background-color:#f9aace">
Div content here</div>
This div background color is #f9aace
#f9aace Border Color
<div style="border:3px solid #f9aace">
Div here</div>
This div border color is #f9aace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,170,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9aace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9aace; -webkit-box-shadow: 1px 1px 3px 2px #f9aace; box-shadow: 1px 1px 3px 2px #f9aace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,170,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9aace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9aace; -webkit-box-shadow: 1px 1px 3px 2px #f9aace; box-shadow: 1px 1px 3px 2px #f9aace;">
Div content here</div>
This div box has shadow with color #f9aace
Comments
No comments written yet.
Please login to write comment.