Color spaces of #fcefd8
RGB | 252 | 239 | 216 |
---|---|---|---|
HSL | 0.11 | 0.86 | 0.92 |
HSV | 38° | 14° | 99° |
CMYK | 0.00 | 0.05 | 0.14 0.01 |
XYZ | 83.4061 | 87.3863 | 77.4370 |
Yxy | 87.3863 | 0.3360 | 0.3520 |
Hunter Lab | 93.4806 | -4.3283 | 16.3221 |
CIE-Lab | 94.9019 | 0.6668 | 12.6878 |
#fcefd8 color RGB value is (252,239,216).
#fcefd8 hex color red value is 252, green value is 239 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fcefd8 hue: 0.11 , saturation: 0.86 and the lightness value of fcefd8 is 0.92.
The process color (four color CMYK) of #fcefd8 color hex is 0.00, 0.05, 0.14, 0.01. Web safe color of #fcefd8 is #ffffcc. Color #fcefd8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101111 | 11011000 |
Octal | 374 | 357 | 330 |
Decimal | 252 | 239 | 216 |
Hex | FC | EF | D8 |
Shades of #fcefd8
Tints of #fcefd8
RGB Percentages of Color #fcefd8
CMYK Percentages of Color #fcefd8
Complementary Color
#fcefd8 | #d8e5fc |
#fcefd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcefd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcefd8 Color CSS Codes
.mybgcolor {background-color:#fcefd8; } .myforecolor {color:#fcefd8; } .mybordercolor {border:3px solid #fcefd8; }
#fcefd8 Text Font Color
<p style="color:#fcefd8">Text here</p>
This sample text font color is #fcefd8
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.
#fcefd8 Background Color
<div style="background-color:#fcefd8">
Div content here</div>
This div background color is #fcefd8
#fcefd8 Border Color
<div style="border:3px solid #fcefd8">
Div here</div>
This div border color is #fcefd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,239,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcefd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcefd8; -webkit-box-shadow: 1px 1px 3px 2px #fcefd8; box-shadow: 1px 1px 3px 2px #fcefd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,239,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcefd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcefd8; -webkit-box-shadow: 1px 1px 3px 2px #fcefd8; box-shadow: 1px 1px 3px 2px #fcefd8;">
Div content here</div>
This div box has shadow with color #fcefd8
Comments
No comments written yet.
Please login to write comment.