Shades of Egg Sour #F9E1BC
Tints of Egg Sour #F9E1BC
RGB
CMYK
RGB Variations
Color information
#F9E1BC (or 0xF9E1BC) is known color: Egg Sour. HEX triplet: F9, E1 and BC. RGB value is (249,225,188). Sum of RGB (Red+Green+Blue) = 249+225+188=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E1BC is #061E43. Grayscale: #E4E4E4. Windows color (decimal): -400964 or 12378617. OLE color: 12378617.
HSL color Cylindrical-coordinate representation of color #F9E1BC: hue angle of 36.39º degrees, saturation: 0.84, 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 #F9E1BC is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 188 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 36.39º | 0.84% | 0.86% | - |
| HSV(B) | 36.39º | 0.24% | 0.98% | - |
| XYZ | 75.07 | 77.62 | 58.6 | - |
| YUV | 227.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 188 | 0 | 0.10 | 0.24 | 0.02 | 36.39 | 0.84 | 0.86 |
| Hex | F9 | E1 | BC | 0 | A | 18 | 2 | 24 | 54 | 56 |
| Octal | 371 | 341 | 274 | 0 | 12 | 30 | 2 | 44 | 124 | 126 |
| Binary | 11111001 | 11100001 | 10111100 | 0 | 1010 | 11000 | 10 | 100100 | 1010100 | 1010110 |
Color Harmonies of #F9E1BC
Complementary color
Monochromatic Colors of #F9E1BC
Black with #F9E1BC
Text Example
Text Example
White with #F9E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E1BC; }
p { color: rgb(249,225,188); }
H1.HeaderClassName
{
color: #F9E1BC;
}
.AnyTagClassName
{
color: #F9E1BC;
}
</style>
background-color css
<style>
a { background-color: #F9E1BC; }
a { background-color: rgb(249,225,188); }
div.DivClassName
{
background-color: #F9E1BC;
}
.BgClassName
{
background-color: #F9E1BC;
}
</style>
border-color css
<style>
span { border-color: #F9E1BC; }
span { border-color: rgb(249,225,188); }
td.TdClassName
{
border-color: #F9E1BC;
}
.TagClassName
{
border-color: #F9E1BC;
}
</style>