Shades of Egg Sour #FAE2C1
Tints of Egg Sour #FAE2C1
RGB
CMYK
RGB Variations
Color information
#FAE2C1 (or 0xFAE2C1) is known color: Egg Sour. HEX triplet: FA, E2 and C1. RGB value is (250,226,193). Sum of RGB (Red+Green+Blue) = 250+226+193=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2C1 is #051D3E. Grayscale: #E5E5E5. Windows color (decimal): -335167 or 12706554. OLE color: 12706554.
HSL color Cylindrical-coordinate representation of color #FAE2C1: hue angle of 34.74º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAE2C1 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 193 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.02 |
| HSL | 34.74º | 0.85% | 0.87% | - |
| HSV(B) | 34.74º | 0.23% | 0.98% | - |
| XYZ | 76.25 | 78.57 | 61.6 | - |
| YUV | 229.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 193 | 0 | 0.10 | 0.23 | 0.02 | 34.74 | 0.85 | 0.87 |
| Hex | FA | E2 | C1 | 0 | A | 17 | 2 | 23 | 55 | 57 |
| Octal | 372 | 342 | 301 | 0 | 12 | 27 | 2 | 43 | 125 | 127 |
| Binary | 11111010 | 11100010 | 11000001 | 0 | 1010 | 10111 | 10 | 100011 | 1010101 | 1010111 |
Color Harmonies of #FAE2C1
Complementary color
Monochromatic Colors of #FAE2C1
Black with #FAE2C1
Text Example
Text Example
White with #FAE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2C1; }
p { color: rgb(250,226,193); }
H1.HeaderClassName
{
color: #FAE2C1;
}
.AnyTagClassName
{
color: #FAE2C1;
}
</style>
background-color css
<style>
a { background-color: #FAE2C1; }
a { background-color: rgb(250,226,193); }
div.DivClassName
{
background-color: #FAE2C1;
}
.BgClassName
{
background-color: #FAE2C1;
}
</style>
border-color css
<style>
span { border-color: #FAE2C1; }
span { border-color: rgb(250,226,193); }
td.TdClassName
{
border-color: #FAE2C1;
}
.TagClassName
{
border-color: #FAE2C1;
}
</style>