Shades of Egg Sour #FAE4C5
Tints of Egg Sour #FAE4C5
RGB
CMYK
RGB Variations
Color information
#FAE4C5 (or 0xFAE4C5) is known color: Egg Sour. HEX triplet: FA, E4 and C5. RGB value is (250,228,197). Sum of RGB (Red+Green+Blue) = 250+228+197=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C5 is #051B3A. Grayscale: #E7E7E7. Windows color (decimal): -334651 or 12969210. OLE color: 12969210.
HSL color Cylindrical-coordinate representation of color #FAE4C5: hue angle of 35.09º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE4C5 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 197 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.02 |
| HSL | 35.09º | 0.84% | 0.88% | - |
| HSV(B) | 35.09º | 0.21% | 0.98% | - |
| XYZ | 77.25 | 79.84 | 64.16 | - |
| YUV | 231.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 197 | 0 | 0.09 | 0.21 | 0.02 | 35.09 | 0.84 | 0.88 |
| Hex | FA | E4 | C5 | 0 | 9 | 15 | 2 | 23 | 54 | 58 |
| Octal | 372 | 344 | 305 | 0 | 11 | 25 | 2 | 43 | 124 | 130 |
| Binary | 11111010 | 11100100 | 11000101 | 0 | 1001 | 10101 | 10 | 100011 | 1010100 | 1011000 |
Color Harmonies of #FAE4C5
Complementary color
Monochromatic Colors of #FAE4C5
Black with #FAE4C5
Text Example
Text Example
White with #FAE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4C5; }
p { color: rgb(250,228,197); }
H1.HeaderClassName
{
color: #FAE4C5;
}
.AnyTagClassName
{
color: #FAE4C5;
}
</style>
background-color css
<style>
a { background-color: #FAE4C5; }
a { background-color: rgb(250,228,197); }
div.DivClassName
{
background-color: #FAE4C5;
}
.BgClassName
{
background-color: #FAE4C5;
}
</style>
border-color css
<style>
span { border-color: #FAE4C5; }
span { border-color: rgb(250,228,197); }
td.TdClassName
{
border-color: #FAE4C5;
}
.TagClassName
{
border-color: #FAE4C5;
}
</style>