Shades of Egg Sour #FAE3BD
Tints of Egg Sour #FAE3BD
RGB
CMYK
RGB Variations
Color information
#FAE3BD (or 0xFAE3BD) is known color: Egg Sour. HEX triplet: FA, E3 and BD. RGB value is (250,227,189). Sum of RGB (Red+Green+Blue) = 250+227+189=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3BD is #051C42. Grayscale: #E5E5E5. Windows color (decimal): -334915 or 12444666. OLE color: 12444666.
HSL color Cylindrical-coordinate representation of color #FAE3BD: hue angle of 37.38º 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 #FAE3BD is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 189 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.02 |
| HSL | 37.38º | 0.86% | 0.86% | - |
| HSV(B) | 37.38º | 0.24% | 0.98% | - |
| XYZ | 76.08 | 78.94 | 59.37 | - |
| YUV | 229.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 189 | 0 | 0.09 | 0.24 | 0.02 | 37.38 | 0.86 | 0.86 |
| Hex | FA | E3 | BD | 0 | 9 | 18 | 2 | 25 | 56 | 56 |
| Octal | 372 | 343 | 275 | 0 | 11 | 30 | 2 | 45 | 126 | 126 |
| Binary | 11111010 | 11100011 | 10111101 | 0 | 1001 | 11000 | 10 | 100101 | 1010110 | 1010110 |
Color Harmonies of #FAE3BD
Complementary color
Monochromatic Colors of #FAE3BD
Black with #FAE3BD
Text Example
Text Example
White with #FAE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3BD; }
p { color: rgb(250,227,189); }
H1.HeaderClassName
{
color: #FAE3BD;
}
.AnyTagClassName
{
color: #FAE3BD;
}
</style>
background-color css
<style>
a { background-color: #FAE3BD; }
a { background-color: rgb(250,227,189); }
div.DivClassName
{
background-color: #FAE3BD;
}
.BgClassName
{
background-color: #FAE3BD;
}
</style>
border-color css
<style>
span { border-color: #FAE3BD; }
span { border-color: rgb(250,227,189); }
td.TdClassName
{
border-color: #FAE3BD;
}
.TagClassName
{
border-color: #FAE3BD;
}
</style>