Color spaces of #fcdfcc
RGB | 252 | 223 | 204 |
---|---|---|---|
HSL | 0.07 | 0.89 | 0.89 |
HSV | 24° | 19° | 99° |
CMYK | 0.00 | 0.12 | 0.19 0.01 |
XYZ | 77.4316 | 77.8304 | 68.0684 |
Yxy | 77.8304 | 0.3467 | 0.3485 |
Hunter Lab | 88.2215 | 2.2809 | 16.0092 |
CIE-Lab | 90.7025 | 7.0538 | 12.9583 |
#fcdfcc color RGB value is (252,223,204).
#fcdfcc hex color red value is 252, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fcdfcc hue: 0.07 , saturation: 0.89 and the lightness value of fcdfcc is 0.89.
The process color (four color CMYK) of #fcdfcc color hex is 0.00, 0.12, 0.19, 0.01. Web safe color of #fcdfcc is #ffcccc. Color #fcdfcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011111 | 11001100 |
Octal | 374 | 337 | 314 |
Decimal | 252 | 223 | 204 |
Hex | FC | DF | CC |
Shades of #fcdfcc
Tints of #fcdfcc
RGB Percentages of Color #fcdfcc
CMYK Percentages of Color #fcdfcc
Complementary Color
#fcdfcc | #cce9fc |
#fcdfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdfcc Color CSS Codes
.mybgcolor {background-color:#fcdfcc; } .myforecolor {color:#fcdfcc; } .mybordercolor {border:3px solid #fcdfcc; }
#fcdfcc Text Font Color
<p style="color:#fcdfcc">Text here</p>
This sample text font color is #fcdfcc
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.
#fcdfcc Background Color
<div style="background-color:#fcdfcc">
Div content here</div>
This div background color is #fcdfcc
#fcdfcc Border Color
<div style="border:3px solid #fcdfcc">
Div here</div>
This div border color is #fcdfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,223,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdfcc; -webkit-box-shadow: 1px 1px 3px 2px #fcdfcc; box-shadow: 1px 1px 3px 2px #fcdfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,223,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdfcc; -webkit-box-shadow: 1px 1px 3px 2px #fcdfcc; box-shadow: 1px 1px 3px 2px #fcdfcc;">
Div content here</div>
This div box has shadow with color #fcdfcc
#fcdfcc Color Palettes
Comments
No comments written yet.
Please login to write comment.