Shades of Egg Sour #FCE5C3
Tints of Egg Sour #FCE5C3
RGB
CMYK
RGB Variations
Color information
#FCE5C3 (or 0xFCE5C3) is known color: Egg Sour. HEX triplet: FC, E5 and C3. RGB value is (252,229,195). Sum of RGB (Red+Green+Blue) = 252+229+195=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 195 (76.56% from 255 or 28.85% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C3 is #031A3C. Grayscale: #E8E8E8. Windows color (decimal): -203325 or 12838396. OLE color: 12838396.
HSL color Cylindrical-coordinate representation of color #FCE5C3: hue angle of 35.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCE5C3 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 195 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.01 |
| HSL | 35.79º | 0.9% | 0.88% | - |
| HSV(B) | 35.79º | 0.23% | 0.99% | - |
| XYZ | 78.01 | 80.67 | 63.09 | - |
| YUV | 232 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 195 | 0 | 0.09 | 0.23 | 0.01 | 35.79 | 0.9 | 0.88 |
| Hex | FC | E5 | C3 | 0 | 9 | 17 | 1 | 24 | 5A | 58 |
| Octal | 374 | 345 | 303 | 0 | 11 | 27 | 1 | 44 | 132 | 130 |
| Binary | 11111100 | 11100101 | 11000011 | 0 | 1001 | 10111 | 1 | 100100 | 1011010 | 1011000 |
Color Harmonies of #FCE5C3
Complementary color
Monochromatic Colors of #FCE5C3
Black with #FCE5C3
Text Example
Text Example
White with #FCE5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5C3; }
p { color: rgb(252,229,195); }
H1.HeaderClassName
{
color: #FCE5C3;
}
.AnyTagClassName
{
color: #FCE5C3;
}
</style>
background-color css
<style>
a { background-color: #FCE5C3; }
a { background-color: rgb(252,229,195); }
div.DivClassName
{
background-color: #FCE5C3;
}
.BgClassName
{
background-color: #FCE5C3;
}
</style>
border-color css
<style>
span { border-color: #FCE5C3; }
span { border-color: rgb(252,229,195); }
td.TdClassName
{
border-color: #FCE5C3;
}
.TagClassName
{
border-color: #FCE5C3;
}
</style>