Shades of Egg Sour #FAE4C0
Tints of Egg Sour #FAE4C0
RGB
CMYK
RGB Variations
Color information
#FAE4C0 (or 0xFAE4C0) is known color: Egg Sour. HEX triplet: FA, E4 and C0. RGB value is (250,228,192). Sum of RGB (Red+Green+Blue) = 250+228+192=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C0 is #051B3F. Grayscale: #E6E6E6. Windows color (decimal): -334656 or 12641530. OLE color: 12641530.
HSL color Cylindrical-coordinate representation of color #FAE4C0: hue angle of 37.24º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAE4C0 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 192 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.02 |
| HSL | 37.24º | 0.85% | 0.87% | - |
| HSV(B) | 37.24º | 0.23% | 0.98% | - |
| XYZ | 76.68 | 79.62 | 61.2 | - |
| YUV | 230.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 192 | 0 | 0.09 | 0.23 | 0.02 | 37.24 | 0.85 | 0.87 |
| Hex | FA | E4 | C0 | 0 | 9 | 17 | 2 | 25 | 55 | 57 |
| Octal | 372 | 344 | 300 | 0 | 11 | 27 | 2 | 45 | 125 | 127 |
| Binary | 11111010 | 11100100 | 11000000 | 0 | 1001 | 10111 | 10 | 100101 | 1010101 | 1010111 |
Color Harmonies of #FAE4C0
Complementary color
Monochromatic Colors of #FAE4C0
Black with #FAE4C0
Text Example
Text Example
White with #FAE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4C0; }
p { color: rgb(250,228,192); }
H1.HeaderClassName
{
color: #FAE4C0;
}
.AnyTagClassName
{
color: #FAE4C0;
}
</style>
background-color css
<style>
a { background-color: #FAE4C0; }
a { background-color: rgb(250,228,192); }
div.DivClassName
{
background-color: #FAE4C0;
}
.BgClassName
{
background-color: #FAE4C0;
}
</style>
border-color css
<style>
span { border-color: #FAE4C0; }
span { border-color: rgb(250,228,192); }
td.TdClassName
{
border-color: #FAE4C0;
}
.TagClassName
{
border-color: #FAE4C0;
}
</style>