Color spaces of #f9debf
RGB | 249 | 222 | 191 |
---|---|---|---|
HSL | 0.09 | 0.83 | 0.86 |
HSV | 32° | 23° | 98° |
CMYK | 0.00 | 0.11 | 0.23 0.02 |
XYZ | 74.5922 | 76.1439 | 60.0560 |
Yxy | 76.1439 | 0.3539 | 0.3612 |
Hunter Lab | 87.2605 | -0.1200 | 20.2767 |
CIE-Lab | 89.9261 | 4.6209 | 18.6117 |
#f9debf color RGB value is (249,222,191).
#f9debf hex color red value is 249, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f9debf hue: 0.09 , saturation: 0.83 and the lightness value of f9debf is 0.86.
The process color (four color CMYK) of #f9debf color hex is 0.00, 0.11, 0.23, 0.02. Web safe color of #f9debf is #ffcccc. Color #f9debf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 11011110 | 10111111 |
Octal | 371 | 336 | 277 |
Decimal | 249 | 222 | 191 |
Hex | F9 | DE | BF |
Shades of #f9debf
Tints of #f9debf
RGB Percentages of Color #f9debf
CMYK Percentages of Color #f9debf
Complementary Color
#f9debf | #bfdaf9 |
#f9debf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9debf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9debf Color CSS Codes
.mybgcolor {background-color:#f9debf; } .myforecolor {color:#f9debf; } .mybordercolor {border:3px solid #f9debf; }
#f9debf Text Font Color
<p style="color:#f9debf">Text here</p>
This sample text font color is #f9debf
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.
#f9debf Background Color
<div style="background-color:#f9debf">
Div content here</div>
This div background color is #f9debf
#f9debf Border Color
<div style="border:3px solid #f9debf">
Div here</div>
This div border color is #f9debf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,222,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9debf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9debf; -webkit-box-shadow: 1px 1px 3px 2px #f9debf; box-shadow: 1px 1px 3px 2px #f9debf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,222,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9debf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9debf; -webkit-box-shadow: 1px 1px 3px 2px #f9debf; box-shadow: 1px 1px 3px 2px #f9debf;">
Div content here</div>
This div box has shadow with color #f9debf
Comments
No comments written yet.
Please login to write comment.