Shades of Egg Sour #FAE6C5
Tints of Egg Sour #FAE6C5
RGB
CMYK
RGB Variations
Color information
#FAE6C5 (or 0xFAE6C5) is known color: Egg Sour. HEX triplet: FA, E6 and C5. RGB value is (250,230,197). Sum of RGB (Red+Green+Blue) = 250+230+197=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 197 (77.34% from 255 or 29.10% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6C5 is #05193A. Grayscale: #E8E8E8. Windows color (decimal): -334139 or 12969722. OLE color: 12969722.
HSL color Cylindrical-coordinate representation of color #FAE6C5: hue angle of 37.36º 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 #FAE6C5 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 197 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.02 |
| HSL | 37.36º | 0.84% | 0.88% | - |
| HSV(B) | 37.36º | 0.21% | 0.98% | - |
| XYZ | 77.8 | 80.95 | 64.35 | - |
| YUV | 232.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 197 | 0 | 0.08 | 0.21 | 0.02 | 37.36 | 0.84 | 0.88 |
| Hex | FA | E6 | C5 | 0 | 8 | 15 | 2 | 25 | 54 | 58 |
| Octal | 372 | 346 | 305 | 0 | 10 | 25 | 2 | 45 | 124 | 130 |
| Binary | 11111010 | 11100110 | 11000101 | 0 | 1000 | 10101 | 10 | 100101 | 1010100 | 1011000 |
Color Harmonies of #FAE6C5
Complementary color
Monochromatic Colors of #FAE6C5
Black with #FAE6C5
Text Example
Text Example
White with #FAE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6C5; }
p { color: rgb(250,230,197); }
H1.HeaderClassName
{
color: #FAE6C5;
}
.AnyTagClassName
{
color: #FAE6C5;
}
</style>
background-color css
<style>
a { background-color: #FAE6C5; }
a { background-color: rgb(250,230,197); }
div.DivClassName
{
background-color: #FAE6C5;
}
.BgClassName
{
background-color: #FAE6C5;
}
</style>
border-color css
<style>
span { border-color: #FAE6C5; }
span { border-color: rgb(250,230,197); }
td.TdClassName
{
border-color: #FAE6C5;
}
.TagClassName
{
border-color: #FAE6C5;
}
</style>