Color spaces of #f1debf
RGB | 241 | 222 | 191 |
---|---|---|---|
HSL | 0.10 | 0.64 | 0.85 |
HSV | 37° | 21° | 95° |
CMYK | 0.00 | 0.08 | 0.21 0.05 |
XYZ | 71.8009 | 74.7049 | 59.9254 |
Yxy | 74.7049 | 0.3478 | 0.3619 |
Hunter Lab | 86.4320 | -2.9722 | 19.3952 |
CIE-Lab | 89.2546 | 1.6893 | 17.5729 |
#f1debf color RGB value is (241,222,191).
#f1debf hex color red value is 241, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f1debf hue: 0.10 , saturation: 0.64 and the lightness value of f1debf is 0.85.
The process color (four color CMYK) of #f1debf color hex is 0.00, 0.08, 0.21, 0.05. Web safe color of #f1debf is #ffcccc. Color #f1debf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 11011110 | 10111111 |
Octal | 361 | 336 | 277 |
Decimal | 241 | 222 | 191 |
Hex | F1 | DE | BF |
Shades of #f1debf
Tints of #f1debf
RGB Percentages of Color #f1debf
CMYK Percentages of Color #f1debf
Complementary Color
#f1debf | #bfd2f1 |
#f1debf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1debf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1debf Color CSS Codes
.mybgcolor {background-color:#f1debf; } .myforecolor {color:#f1debf; } .mybordercolor {border:3px solid #f1debf; }
#f1debf Text Font Color
<p style="color:#f1debf">Text here</p>
This sample text font color is #f1debf
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.
#f1debf Background Color
<div style="background-color:#f1debf">
Div content here</div>
This div background color is #f1debf
#f1debf Border Color
<div style="border:3px solid #f1debf">
Div here</div>
This div border color is #f1debf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,222,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1debf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1debf; -webkit-box-shadow: 1px 1px 3px 2px #f1debf; box-shadow: 1px 1px 3px 2px #f1debf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,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 #f1debf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1debf; -webkit-box-shadow: 1px 1px 3px 2px #f1debf; box-shadow: 1px 1px 3px 2px #f1debf;">
Div content here</div>
This div box has shadow with color #f1debf
Comments
No comments written yet.
Please login to write comment.