Color spaces of #f9ddde
RGB | 249 | 221 | 222 |
---|---|---|---|
HSL | 0.99 | 0.70 | 0.92 |
HSV | 358° | 11° | 98° |
CMYK | 0.00 | 0.11 | 0.11 0.02 |
XYZ | 78.1082 | 77.1266 | 79.8774 |
Yxy | 77.1266 | 0.3322 | 0.3280 |
Hunter Lab | 87.8218 | 5.0689 | 7.5486 |
CIE-Lab | 90.3799 | 9.8006 | 3.0351 |
#f9ddde color RGB value is (249,221,222).
#f9ddde hex color red value is 249, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f9ddde hue: 0.99 , saturation: 0.70 and the lightness value of f9ddde is 0.92.
The process color (four color CMYK) of #f9ddde color hex is 0.00, 0.11, 0.11, 0.02. Web safe color of #f9ddde is #ffcccc. Color #f9ddde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 11011101 | 11011110 |
Octal | 371 | 335 | 336 |
Decimal | 249 | 221 | 222 |
Hex | F9 | DD | DE |
Shades of #f9ddde
Tints of #f9ddde
RGB Percentages of Color #f9ddde
CMYK Percentages of Color #f9ddde
Complementary Color
#f9ddde | #ddf9f8 |
#f9ddde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9ddde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9ddde Color CSS Codes
.mybgcolor {background-color:#f9ddde; } .myforecolor {color:#f9ddde; } .mybordercolor {border:3px solid #f9ddde; }
#f9ddde Text Font Color
<p style="color:#f9ddde">Text here</p>
This sample text font color is #f9ddde
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.
#f9ddde Background Color
<div style="background-color:#f9ddde">
Div content here</div>
This div background color is #f9ddde
#f9ddde Border Color
<div style="border:3px solid #f9ddde">
Div here</div>
This div border color is #f9ddde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,221,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9ddde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9ddde; -webkit-box-shadow: 1px 1px 3px 2px #f9ddde; box-shadow: 1px 1px 3px 2px #f9ddde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,221,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9ddde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9ddde; -webkit-box-shadow: 1px 1px 3px 2px #f9ddde; box-shadow: 1px 1px 3px 2px #f9ddde;">
Div content here</div>
This div box has shadow with color #f9ddde
Comments
No comments written yet.
Please login to write comment.