Color spaces of #fce8ce
RGB | 252 | 232 | 206 |
---|---|---|---|
HSL | 0.09 | 0.88 | 0.90 |
HSV | 34° | 18° | 99° |
CMYK | 0.00 | 0.08 | 0.18 0.01 |
XYZ | 80.1421 | 82.8649 | 70.1631 |
Yxy | 82.8649 | 0.3437 | 0.3554 |
Hunter Lab | 91.0302 | -2.1531 | 18.0223 |
CIE-Lab | 92.9553 | 2.7300 | 15.1059 |
#fce8ce color RGB value is (252,232,206).
#fce8ce hex color red value is 252, green value is 232 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fce8ce hue: 0.09 , saturation: 0.88 and the lightness value of fce8ce is 0.90.
The process color (four color CMYK) of #fce8ce color hex is 0.00, 0.08, 0.18, 0.01. Web safe color of #fce8ce is #ffffcc. Color #fce8ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101000 | 11001110 |
Octal | 374 | 350 | 316 |
Decimal | 252 | 232 | 206 |
Hex | FC | E8 | CE |
Shades of #fce8ce
Tints of #fce8ce
RGB Percentages of Color #fce8ce
CMYK Percentages of Color #fce8ce
Complementary Color
#fce8ce | #cee2fc |
#fce8ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fce8ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#fce8ce Color CSS Codes
.mybgcolor {background-color:#fce8ce; } .myforecolor {color:#fce8ce; } .mybordercolor {border:3px solid #fce8ce; }
#fce8ce Text Font Color
<p style="color:#fce8ce">Text here</p>
This sample text font color is #fce8ce
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.
#fce8ce Background Color
<div style="background-color:#fce8ce">
Div content here</div>
This div background color is #fce8ce
#fce8ce Border Color
<div style="border:3px solid #fce8ce">
Div here</div>
This div border color is #fce8ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,232,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fce8ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fce8ce; -webkit-box-shadow: 1px 1px 3px 2px #fce8ce; box-shadow: 1px 1px 3px 2px #fce8ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,232,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fce8ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fce8ce; -webkit-box-shadow: 1px 1px 3px 2px #fce8ce; box-shadow: 1px 1px 3px 2px #fce8ce;">
Div content here</div>
This div box has shadow with color #fce8ce
Comments
No comments written yet.
Please login to write comment.