Color spaces of #fceddc
RGB | 252 | 237 | 220 |
---|---|---|---|
HSL | 0.09 | 0.84 | 0.93 |
HSV | 32° | 13° | 99° |
CMYK | 0.00 | 0.06 | 0.13 0.01 |
XYZ | 83.3473 | 86.4311 | 80.0001 |
Yxy | 86.4311 | 0.3337 | 0.3460 |
Hunter Lab | 92.9683 | -2.6670 | 14.0582 |
CIE-Lab | 94.4964 | 2.3024 | 10.0402 |
#fceddc color RGB value is (252,237,220).
#fceddc hex color red value is 252, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fceddc hue: 0.09 , saturation: 0.84 and the lightness value of fceddc is 0.93.
The process color (four color CMYK) of #fceddc color hex is 0.00, 0.06, 0.13, 0.01. Web safe color of #fceddc is #ffffcc. Color #fceddc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101101 | 11011100 |
Octal | 374 | 355 | 334 |
Decimal | 252 | 237 | 220 |
Hex | FC | ED | DC |
Shades of #fceddc
Tints of #fceddc
RGB Percentages of Color #fceddc
CMYK Percentages of Color #fceddc
Complementary Color
#fceddc | #dcebfc |
#fceddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceddc Color CSS Codes
.mybgcolor {background-color:#fceddc; } .myforecolor {color:#fceddc; } .mybordercolor {border:3px solid #fceddc; }
#fceddc Text Font Color
<p style="color:#fceddc">Text here</p>
This sample text font color is #fceddc
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.
#fceddc Background Color
<div style="background-color:#fceddc">
Div content here</div>
This div background color is #fceddc
#fceddc Border Color
<div style="border:3px solid #fceddc">
Div here</div>
This div border color is #fceddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,237,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceddc; -webkit-box-shadow: 1px 1px 3px 2px #fceddc; box-shadow: 1px 1px 3px 2px #fceddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,237,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceddc; -webkit-box-shadow: 1px 1px 3px 2px #fceddc; box-shadow: 1px 1px 3px 2px #fceddc;">
Div content here</div>
This div box has shadow with color #fceddc
#fceddc Color Palettes
Comments
No comments written yet.
Please login to write comment.