Color spaces of #fceeea
RGB | 252 | 238 | 234 |
---|---|---|---|
HSL | 0.04 | 0.75 | 0.95 |
HSV | 13° | 7° | 99° |
CMYK | 0.00 | 0.06 | 0.07 0.01 |
XYZ | 85.5707 | 87.7850 | 90.2760 |
Yxy | 87.7850 | 0.3246 | 0.3330 |
Hunter Lab | 93.6936 | -0.9393 | 8.4583 |
CIE-Lab | 95.0703 | 4.0467 | 3.6118 |
#fceeea color RGB value is (252,238,234).
#fceeea hex color red value is 252, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fceeea hue: 0.04 , saturation: 0.75 and the lightness value of fceeea is 0.95.
The process color (four color CMYK) of #fceeea color hex is 0.00, 0.06, 0.07, 0.01. Web safe color of #fceeea is #ffffff. Color #fceeea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101110 | 11101010 |
Octal | 374 | 356 | 352 |
Decimal | 252 | 238 | 234 |
Hex | FC | EE | EA |
Shades of #fceeea
Tints of #fceeea
RGB Percentages of Color #fceeea
CMYK Percentages of Color #fceeea
Complementary Color
#fceeea | #eaf8fc |
#fceeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceeea Color CSS Codes
.mybgcolor {background-color:#fceeea; } .myforecolor {color:#fceeea; } .mybordercolor {border:3px solid #fceeea; }
#fceeea Text Font Color
<p style="color:#fceeea">Text here</p>
This sample text font color is #fceeea
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.
#fceeea Background Color
<div style="background-color:#fceeea">
Div content here</div>
This div background color is #fceeea
#fceeea Border Color
<div style="border:3px solid #fceeea">
Div here</div>
This div border color is #fceeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,238,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceeea; -webkit-box-shadow: 1px 1px 3px 2px #fceeea; box-shadow: 1px 1px 3px 2px #fceeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,238,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceeea; -webkit-box-shadow: 1px 1px 3px 2px #fceeea; box-shadow: 1px 1px 3px 2px #fceeea;">
Div content here</div>
This div box has shadow with color #fceeea
#fceeea Color Palettes
Comments
No comments written yet.
Please login to write comment.