Color spaces of #fffbcf
RGB | 255 | 251 | 207 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.91 |
HSV | 55° | 19° | 100° |
CMYK | 0.00 | 0.02 | 0.19 0.00 |
XYZ | 86.9997 | 94.7594 | 72.7365 |
Yxy | 94.7594 | 0.3419 | 0.3723 |
Hunter Lab | 97.3444 | -10.8219 | 23.8392 |
CIE-Lab | 97.9372 | -5.6377 | 21.6088 |
#fffbcf color RGB value is (255,251,207).
#fffbcf hex color red value is 255, green value is 251 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fffbcf hue: 0.15 , saturation: 1.00 and the lightness value of fffbcf is 0.91.
The process color (four color CMYK) of #fffbcf color hex is 0.00, 0.02, 0.19, 0.00. Web safe color of #fffbcf is #ffffcc. Color #fffbcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111011 | 11001111 |
Octal | 377 | 373 | 317 |
Decimal | 255 | 251 | 207 |
Hex | FF | FB | CF |
Shades of #fffbcf
Tints of #fffbcf
RGB Percentages of Color #fffbcf
CMYK Percentages of Color #fffbcf
Complementary Color
#fffbcf | #cfd3ff |
#fffbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fffbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fffbcf Color CSS Codes
.mybgcolor {background-color:#fffbcf; } .myforecolor {color:#fffbcf; } .mybordercolor {border:3px solid #fffbcf; }
#fffbcf Text Font Color
<p style="color:#fffbcf">Text here</p>
This sample text font color is #fffbcf
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.
#fffbcf Background Color
<div style="background-color:#fffbcf">
Div content here</div>
This div background color is #fffbcf
#fffbcf Border Color
<div style="border:3px solid #fffbcf">
Div here</div>
This div border color is #fffbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,251,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fffbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fffbcf; -webkit-box-shadow: 1px 1px 3px 2px #fffbcf; box-shadow: 1px 1px 3px 2px #fffbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,251,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fffbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fffbcf; -webkit-box-shadow: 1px 1px 3px 2px #fffbcf; box-shadow: 1px 1px 3px 2px #fffbcf;">
Div content here</div>
This div box has shadow with color #fffbcf
#fffbcf Color Palettes
Comments
No comments written yet.
Please login to write comment.