Shades of Egg Sour #FCE5C0
Tints of Egg Sour #FCE5C0
RGB
CMYK
RGB Variations
Color information
#FCE5C0 (or 0xFCE5C0) is known color: Egg Sour. HEX triplet: FC, E5 and C0. RGB value is (252,229,192). Sum of RGB (Red+Green+Blue) = 252+229+192=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 192 (75.39% from 255 or 28.53% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C0 is #031A3F. Grayscale: #E7E7E7. Windows color (decimal): -203328 or 12641788. OLE color: 12641788.
HSL color Cylindrical-coordinate representation of color #FCE5C0: hue angle of 37º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCE5C0 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 192 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.01 |
| HSL | 37º | 0.91% | 0.87% | - |
| HSV(B) | 37º | 0.24% | 0.99% | - |
| XYZ | 77.68 | 80.54 | 61.32 | - |
| YUV | 231.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 192 | 0 | 0.09 | 0.24 | 0.01 | 37 | 0.91 | 0.87 |
| Hex | FC | E5 | C0 | 0 | 9 | 18 | 1 | 25 | 5B | 57 |
| Octal | 374 | 345 | 300 | 0 | 11 | 30 | 1 | 45 | 133 | 127 |
| Binary | 11111100 | 11100101 | 11000000 | 0 | 1001 | 11000 | 1 | 100101 | 1011011 | 1010111 |
Color Harmonies of #FCE5C0
Complementary color
Monochromatic Colors of #FCE5C0
Black with #FCE5C0
Text Example
Text Example
White with #FCE5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5C0; }
p { color: rgb(252,229,192); }
H1.HeaderClassName
{
color: #FCE5C0;
}
.AnyTagClassName
{
color: #FCE5C0;
}
</style>
background-color css
<style>
a { background-color: #FCE5C0; }
a { background-color: rgb(252,229,192); }
div.DivClassName
{
background-color: #FCE5C0;
}
.BgClassName
{
background-color: #FCE5C0;
}
</style>
border-color css
<style>
span { border-color: #FCE5C0; }
span { border-color: rgb(252,229,192); }
td.TdClassName
{
border-color: #FCE5C0;
}
.TagClassName
{
border-color: #FCE5C0;
}
</style>