Color spaces of #f9facd
RGB | 249 | 250 | 205 |
---|---|---|---|
HSL | 0.17 | 0.82 | 0.89 |
HSV | 61° | 18° | 98° |
CMYK | 0.00 | 0.00 | 0.18 0.02 |
XYZ | 84.2720 | 92.9187 | 71.2511 |
Yxy | 92.9187 | 0.3392 | 0.3740 |
Hunter Lab | 96.3943 | -12.6379 | 23.6511 |
CIE-Lab | 97.1946 | -7.5646 | 21.5268 |
#f9facd color RGB value is (249,250,205).
#f9facd hex color red value is 249, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f9facd hue: 0.17 , saturation: 0.82 and the lightness value of f9facd is 0.89.
The process color (four color CMYK) of #f9facd color hex is 0.00, 0.00, 0.18, 0.02. Web safe color of #f9facd is #ffffcc. Color #f9facd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 11111010 | 11001101 |
Octal | 371 | 372 | 315 |
Decimal | 249 | 250 | 205 |
Hex | F9 | FA | CD |
Shades of #f9facd
Tints of #f9facd
RGB Percentages of Color #f9facd
CMYK Percentages of Color #f9facd
Complementary Color
#f9facd | #cecdfa |
#f9facd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9facd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9facd Color CSS Codes
.mybgcolor {background-color:#f9facd; } .myforecolor {color:#f9facd; } .mybordercolor {border:3px solid #f9facd; }
#f9facd Text Font Color
<p style="color:#f9facd">Text here</p>
This sample text font color is #f9facd
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.
#f9facd Background Color
<div style="background-color:#f9facd">
Div content here</div>
This div background color is #f9facd
#f9facd Border Color
<div style="border:3px solid #f9facd">
Div here</div>
This div border color is #f9facd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,250,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9facd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9facd; -webkit-box-shadow: 1px 1px 3px 2px #f9facd; box-shadow: 1px 1px 3px 2px #f9facd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,250,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9facd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9facd; -webkit-box-shadow: 1px 1px 3px 2px #f9facd; box-shadow: 1px 1px 3px 2px #f9facd;">
Div content here</div>
This div box has shadow with color #f9facd
Comments
No comments written yet.
Please login to write comment.