Shades of Egg Sour #FAE4BD
Tints of Egg Sour #FAE4BD
RGB
CMYK
RGB Variations
Color information
#FAE4BD (or 0xFAE4BD) is known color: Egg Sour. HEX triplet: FA, E4 and BD. RGB value is (250,228,189). Sum of RGB (Red+Green+Blue) = 250+228+189=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4BD is #051B42. Grayscale: #E6E6E6. Windows color (decimal): -334659 or 12444922. OLE color: 12444922.
HSL color Cylindrical-coordinate representation of color #FAE4BD: hue angle of 38.36º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAE4BD is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 189 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.02 |
| HSL | 38.36º | 0.86% | 0.86% | - |
| HSV(B) | 38.36º | 0.24% | 0.98% | - |
| XYZ | 76.35 | 79.48 | 59.46 | - |
| YUV | 230.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 189 | 0 | 0.09 | 0.24 | 0.02 | 38.36 | 0.86 | 0.86 |
| Hex | FA | E4 | BD | 0 | 9 | 18 | 2 | 26 | 56 | 56 |
| Octal | 372 | 344 | 275 | 0 | 11 | 30 | 2 | 46 | 126 | 126 |
| Binary | 11111010 | 11100100 | 10111101 | 0 | 1001 | 11000 | 10 | 100110 | 1010110 | 1010110 |
Color Harmonies of #FAE4BD
Complementary color
Monochromatic Colors of #FAE4BD
Black with #FAE4BD
Text Example
Text Example
White with #FAE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4BD; }
p { color: rgb(250,228,189); }
H1.HeaderClassName
{
color: #FAE4BD;
}
.AnyTagClassName
{
color: #FAE4BD;
}
</style>
background-color css
<style>
a { background-color: #FAE4BD; }
a { background-color: rgb(250,228,189); }
div.DivClassName
{
background-color: #FAE4BD;
}
.BgClassName
{
background-color: #FAE4BD;
}
</style>
border-color css
<style>
span { border-color: #FAE4BD; }
span { border-color: rgb(250,228,189); }
td.TdClassName
{
border-color: #FAE4BD;
}
.TagClassName
{
border-color: #FAE4BD;
}
</style>