Color spaces of #fceccc
RGB | 252 | 236 | 204 |
---|---|---|---|
HSL | 0.11 | 0.89 | 0.89 |
HSV | 40° | 19° | 99° |
CMYK | 0.00 | 0.06 | 0.19 0.01 |
XYZ | 81.0394 | 85.0460 | 69.2710 |
Yxy | 85.0460 | 0.3443 | 0.3613 |
Hunter Lab | 92.2204 | -4.5274 | 20.0188 |
CIE-Lab | 93.9029 | 0.4015 | 17.4751 |
#fceccc color RGB value is (252,236,204).
#fceccc hex color red value is 252, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fceccc hue: 0.11 , saturation: 0.89 and the lightness value of fceccc is 0.89.
The process color (four color CMYK) of #fceccc color hex is 0.00, 0.06, 0.19, 0.01. Web safe color of #fceccc is #ffffcc. Color #fceccc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101100 | 11001100 |
Octal | 374 | 354 | 314 |
Decimal | 252 | 236 | 204 |
Hex | FC | EC | CC |
Shades of #fceccc
Tints of #fceccc
RGB Percentages of Color #fceccc
CMYK Percentages of Color #fceccc
Complementary Color
#fceccc | #ccdcfc |
#fceccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceccc Color CSS Codes
.mybgcolor {background-color:#fceccc; } .myforecolor {color:#fceccc; } .mybordercolor {border:3px solid #fceccc; }
#fceccc Text Font Color
<p style="color:#fceccc">Text here</p>
This sample text font color is #fceccc
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.
#fceccc Background Color
<div style="background-color:#fceccc">
Div content here</div>
This div background color is #fceccc
#fceccc Border Color
<div style="border:3px solid #fceccc">
Div here</div>
This div border color is #fceccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,236,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceccc; -webkit-box-shadow: 1px 1px 3px 2px #fceccc; box-shadow: 1px 1px 3px 2px #fceccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,236,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 #fceccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceccc; -webkit-box-shadow: 1px 1px 3px 2px #fceccc; box-shadow: 1px 1px 3px 2px #fceccc;">
Div content here</div>
This div box has shadow with color #fceccc
Comments
No comments written yet.
Please login to write comment.