Color spaces of #fcfccf
RGB | 252 | 252 | 207 |
---|---|---|---|
HSL | 0.17 | 0.88 | 0.90 |
HSV | 60° | 18° | 99° |
CMYK | 0.00 | 0.00 | 0.18 0.01 |
XYZ | 86.2178 | 94.8212 | 72.7897 |
Yxy | 94.8212 | 0.3397 | 0.3736 |
Hunter Lab | 97.3762 | -12.3627 | 23.8434 |
CIE-Lab | 97.9619 | -7.2032 | 21.6089 |
#fcfccf color RGB value is (252,252,207).
#fcfccf hex color red value is 252, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fcfccf hue: 0.17 , saturation: 0.88 and the lightness value of fcfccf is 0.90.
The process color (four color CMYK) of #fcfccf color hex is 0.00, 0.00, 0.18, 0.01. Web safe color of #fcfccf is #ffffcc. Color #fcfccf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111100 | 11001111 |
Octal | 374 | 374 | 317 |
Decimal | 252 | 252 | 207 |
Hex | FC | FC | CF |
Shades of #fcfccf
Tints of #fcfccf
RGB Percentages of Color #fcfccf
CMYK Percentages of Color #fcfccf
Complementary Color
#fcfccf | #cfcffc |
#fcfccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfccf Color CSS Codes
.mybgcolor {background-color:#fcfccf; } .myforecolor {color:#fcfccf; } .mybordercolor {border:3px solid #fcfccf; }
#fcfccf Text Font Color
<p style="color:#fcfccf">Text here</p>
This sample text font color is #fcfccf
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.
#fcfccf Background Color
<div style="background-color:#fcfccf">
Div content here</div>
This div background color is #fcfccf
#fcfccf Border Color
<div style="border:3px solid #fcfccf">
Div here</div>
This div border color is #fcfccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,252,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfccf; -webkit-box-shadow: 1px 1px 3px 2px #fcfccf; box-shadow: 1px 1px 3px 2px #fcfccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,252,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 #fcfccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfccf; -webkit-box-shadow: 1px 1px 3px 2px #fcfccf; box-shadow: 1px 1px 3px 2px #fcfccf;">
Div content here</div>
This div box has shadow with color #fcfccf
Comments
No comments written yet.
Please login to write comment.