Shades of Egg Sour #FAE7C6
Tints of Egg Sour #FAE7C6
RGB
CMYK
RGB Variations
Color information
#FAE7C6 (or 0xFAE7C6) is known color: Egg Sour. HEX triplet: FA, E7 and C6. RGB value is (250,231,198). Sum of RGB (Red+Green+Blue) = 250+231+198=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7C6 is #051839. Grayscale: #E9E9E9. Windows color (decimal): -333882 or 13035514. OLE color: 13035514.
HSL color Cylindrical-coordinate representation of color #FAE7C6: hue angle of 38.08º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE7C6 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 198 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.02 |
| HSL | 38.08º | 0.84% | 0.88% | - |
| HSV(B) | 38.08º | 0.21% | 0.98% | - |
| XYZ | 78.19 | 81.55 | 65.05 | - |
| YUV | 232.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 198 | 0 | 0.08 | 0.21 | 0.02 | 38.08 | 0.84 | 0.88 |
| Hex | FA | E7 | C6 | 0 | 8 | 15 | 2 | 26 | 54 | 58 |
| Octal | 372 | 347 | 306 | 0 | 10 | 25 | 2 | 46 | 124 | 130 |
| Binary | 11111010 | 11100111 | 11000110 | 0 | 1000 | 10101 | 10 | 100110 | 1010100 | 1011000 |
Color Harmonies of #FAE7C6
Complementary color
Monochromatic Colors of #FAE7C6
Black with #FAE7C6
Text Example
Text Example
White with #FAE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7C6; }
p { color: rgb(250,231,198); }
H1.HeaderClassName
{
color: #FAE7C6;
}
.AnyTagClassName
{
color: #FAE7C6;
}
</style>
background-color css
<style>
a { background-color: #FAE7C6; }
a { background-color: rgb(250,231,198); }
div.DivClassName
{
background-color: #FAE7C6;
}
.BgClassName
{
background-color: #FAE7C6;
}
</style>
border-color css
<style>
span { border-color: #FAE7C6; }
span { border-color: rgb(250,231,198); }
td.TdClassName
{
border-color: #FAE7C6;
}
.TagClassName
{
border-color: #FAE7C6;
}
</style>