Color spaces of #faeccc
RGB | 250 | 236 | 204 |
---|---|---|---|
HSL | 0.12 | 0.82 | 0.89 |
HSV | 42° | 18° | 98° |
CMYK | 0.00 | 0.06 | 0.18 0.02 |
XYZ | 80.3189 | 84.6745 | 69.2373 |
Yxy | 84.6745 | 0.3429 | 0.3615 |
Hunter Lab | 92.0187 | -5.2284 | 19.8018 |
CIE-Lab | 93.7427 | -0.3170 | 17.2267 |
#faeccc color RGB value is (250,236,204).
#faeccc hex color red value is 250, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #faeccc hue: 0.12 , saturation: 0.82 and the lightness value of faeccc is 0.89.
The process color (four color CMYK) of #faeccc color hex is 0.00, 0.06, 0.18, 0.02. Web safe color of #faeccc is #ffffcc. Color #faeccc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101100 | 11001100 |
Octal | 372 | 354 | 314 |
Decimal | 250 | 236 | 204 |
Hex | FA | EC | CC |
Shades of #faeccc
Tints of #faeccc
RGB Percentages of Color #faeccc
CMYK Percentages of Color #faeccc
Complementary Color
#faeccc | #ccdafa |
#faeccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faeccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#faeccc Color CSS Codes
.mybgcolor {background-color:#faeccc; } .myforecolor {color:#faeccc; } .mybordercolor {border:3px solid #faeccc; }
#faeccc Text Font Color
<p style="color:#faeccc">Text here</p>
This sample text font color is #faeccc
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.
#faeccc Background Color
<div style="background-color:#faeccc">
Div content here</div>
This div background color is #faeccc
#faeccc Border Color
<div style="border:3px solid #faeccc">
Div here</div>
This div border color is #faeccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,236,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faeccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faeccc; -webkit-box-shadow: 1px 1px 3px 2px #faeccc; box-shadow: 1px 1px 3px 2px #faeccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,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 #faeccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faeccc; -webkit-box-shadow: 1px 1px 3px 2px #faeccc; box-shadow: 1px 1px 3px 2px #faeccc;">
Div content here</div>
This div box has shadow with color #faeccc
#faeccc Color Palettes
Comments
No comments written yet.
Please login to write comment.