Color spaces of #f9ffdd
RGB | 249 | 255 | 221 |
---|---|---|---|
HSL | 0.20 | 1.00 | 0.93 |
HSV | 71° | 13° | 100° |
CMYK | 0.02 | 0.00 | 0.13 0.00 |
XYZ | 87.8781 | 96.8802 | 82.4747 |
Yxy | 96.8802 | 0.3288 | 0.3625 |
Hunter Lab | 98.4277 | -12.8805 | 19.2191 |
CIE-Lab | 98.7809 | -7.6461 | 15.5854 |
#f9ffdd color RGB value is (249,255,221).
#f9ffdd hex color red value is 249, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f9ffdd hue: 0.20 , saturation: 1.00 and the lightness value of f9ffdd is 0.93.
The process color (four color CMYK) of #f9ffdd color hex is 0.02, 0.00, 0.13, 0.00. Web safe color of #f9ffdd is #ffffcc. Color #f9ffdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 11111111 | 11011101 |
Octal | 371 | 377 | 335 |
Decimal | 249 | 255 | 221 |
Hex | F9 | FF | DD |
Shades of #f9ffdd
Tints of #f9ffdd
RGB Percentages of Color #f9ffdd
CMYK Percentages of Color #f9ffdd
Complementary Color
#f9ffdd | #e3ddff |
#f9ffdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9ffdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9ffdd Color CSS Codes
.mybgcolor {background-color:#f9ffdd; } .myforecolor {color:#f9ffdd; } .mybordercolor {border:3px solid #f9ffdd; }
#f9ffdd Text Font Color
<p style="color:#f9ffdd">Text here</p>
This sample text font color is #f9ffdd
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.
#f9ffdd Background Color
<div style="background-color:#f9ffdd">
Div content here</div>
This div background color is #f9ffdd
#f9ffdd Border Color
<div style="border:3px solid #f9ffdd">
Div here</div>
This div border color is #f9ffdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,255,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9ffdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9ffdd; -webkit-box-shadow: 1px 1px 3px 2px #f9ffdd; box-shadow: 1px 1px 3px 2px #f9ffdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,255,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 #f9ffdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9ffdd; -webkit-box-shadow: 1px 1px 3px 2px #f9ffdd; box-shadow: 1px 1px 3px 2px #f9ffdd;">
Div content here</div>
This div box has shadow with color #f9ffdd
Comments
No comments written yet.
Please login to write comment.