Color spaces of #fcf8bd
RGB | 252 | 248 | 189 |
---|---|---|---|
HSL | 0.16 | 0.91 | 0.86 |
HSV | 56° | 25° | 99° |
CMYK | 0.00 | 0.02 | 0.25 0.01 |
XYZ | 82.8976 | 91.5044 | 61.4371 |
Yxy | 91.5044 | 0.3515 | 0.3880 |
Hunter Lab | 95.6579 | -12.7125 | 28.8811 |
CIE-Lab | 96.6174 | -7.7021 | 28.9006 |
#fcf8bd color RGB value is (252,248,189).
#fcf8bd hex color red value is 252, green value is 248 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fcf8bd hue: 0.16 , saturation: 0.91 and the lightness value of fcf8bd is 0.86.
The process color (four color CMYK) of #fcf8bd color hex is 0.00, 0.02, 0.25, 0.01. Web safe color of #fcf8bd is #ffffcc. Color #fcf8bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111000 | 10111101 |
Octal | 374 | 370 | 275 |
Decimal | 252 | 248 | 189 |
Hex | FC | F8 | BD |
Shades of #fcf8bd
Tints of #fcf8bd
RGB Percentages of Color #fcf8bd
CMYK Percentages of Color #fcf8bd
Complementary Color
#fcf8bd | #bdc1fc |
#fcf8bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf8bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf8bd Color CSS Codes
.mybgcolor {background-color:#fcf8bd; } .myforecolor {color:#fcf8bd; } .mybordercolor {border:3px solid #fcf8bd; }
#fcf8bd Text Font Color
<p style="color:#fcf8bd">Text here</p>
This sample text font color is #fcf8bd
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.
#fcf8bd Background Color
<div style="background-color:#fcf8bd">
Div content here</div>
This div background color is #fcf8bd
#fcf8bd Border Color
<div style="border:3px solid #fcf8bd">
Div here</div>
This div border color is #fcf8bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,248,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf8bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf8bd; -webkit-box-shadow: 1px 1px 3px 2px #fcf8bd; box-shadow: 1px 1px 3px 2px #fcf8bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,248,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf8bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf8bd; -webkit-box-shadow: 1px 1px 3px 2px #fcf8bd; box-shadow: 1px 1px 3px 2px #fcf8bd;">
Div content here</div>
This div box has shadow with color #fcf8bd
#fcf8bd Color Palettes
Comments
No comments written yet.
Please login to write comment.