Shades of Egg Sour #FAE0BD
Tints of Egg Sour #FAE0BD
RGB
CMYK
RGB Variations
Color information
#FAE0BD (or 0xFAE0BD) is known color: Egg Sour. HEX triplet: FA, E0 and BD. RGB value is (250,224,189). Sum of RGB (Red+Green+Blue) = 250+224+189=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0BD is #051F42. Grayscale: #E3E3E3. Windows color (decimal): -335683 or 12443898. OLE color: 12443898.
HSL color Cylindrical-coordinate representation of color #FAE0BD: hue angle of 34.43º 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 #FAE0BD is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 189 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 34.43º | 0.86% | 0.86% | - |
| HSV(B) | 34.43º | 0.24% | 0.98% | - |
| XYZ | 75.27 | 77.31 | 59.1 | - |
| YUV | 227.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 189 | 0 | 0.10 | 0.24 | 0.02 | 34.43 | 0.86 | 0.86 |
| Hex | FA | E0 | BD | 0 | A | 18 | 2 | 22 | 56 | 56 |
| Octal | 372 | 340 | 275 | 0 | 12 | 30 | 2 | 42 | 126 | 126 |
| Binary | 11111010 | 11100000 | 10111101 | 0 | 1010 | 11000 | 10 | 100010 | 1010110 | 1010110 |
Color Harmonies of #FAE0BD
Complementary color
Monochromatic Colors of #FAE0BD
Black with #FAE0BD
Text Example
Text Example
White with #FAE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0BD; }
p { color: rgb(250,224,189); }
H1.HeaderClassName
{
color: #FAE0BD;
}
.AnyTagClassName
{
color: #FAE0BD;
}
</style>
background-color css
<style>
a { background-color: #FAE0BD; }
a { background-color: rgb(250,224,189); }
div.DivClassName
{
background-color: #FAE0BD;
}
.BgClassName
{
background-color: #FAE0BD;
}
</style>
border-color css
<style>
span { border-color: #FAE0BD; }
span { border-color: rgb(250,224,189); }
td.TdClassName
{
border-color: #FAE0BD;
}
.TagClassName
{
border-color: #FAE0BD;
}
</style>