Shades of Egg Sour #FAE5BE
Tints of Egg Sour #FAE5BE
RGB
CMYK
RGB Variations
Color information
#FAE5BE (or 0xFAE5BE) is known color: Egg Sour. HEX triplet: FA, E5 and BE. RGB value is (250,229,190). Sum of RGB (Red+Green+Blue) = 250+229+190=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5BE is #051A41. Grayscale: #E7E7E7. Windows color (decimal): -334402 or 12510714. OLE color: 12510714.
HSL color Cylindrical-coordinate representation of color #FAE5BE: hue angle of 39º 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 #FAE5BE is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 190 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.02 |
| HSL | 39º | 0.86% | 0.86% | - |
| HSV(B) | 39º | 0.24% | 0.98% | - |
| XYZ | 76.74 | 80.08 | 60.13 | - |
| YUV | 230.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 190 | 0 | 0.08 | 0.24 | 0.02 | 39 | 0.86 | 0.86 |
| Hex | FA | E5 | BE | 0 | 8 | 18 | 2 | 27 | 56 | 56 |
| Octal | 372 | 345 | 276 | 0 | 10 | 30 | 2 | 47 | 126 | 126 |
| Binary | 11111010 | 11100101 | 10111110 | 0 | 1000 | 11000 | 10 | 100111 | 1010110 | 1010110 |
Color Harmonies of #FAE5BE
Complementary color
Monochromatic Colors of #FAE5BE
Black with #FAE5BE
Text Example
Text Example
White with #FAE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5BE; }
p { color: rgb(250,229,190); }
H1.HeaderClassName
{
color: #FAE5BE;
}
.AnyTagClassName
{
color: #FAE5BE;
}
</style>
background-color css
<style>
a { background-color: #FAE5BE; }
a { background-color: rgb(250,229,190); }
div.DivClassName
{
background-color: #FAE5BE;
}
.BgClassName
{
background-color: #FAE5BE;
}
</style>
border-color css
<style>
span { border-color: #FAE5BE; }
span { border-color: rgb(250,229,190); }
td.TdClassName
{
border-color: #FAE5BE;
}
.TagClassName
{
border-color: #FAE5BE;
}
</style>