Shades of Egg Sour #F9E2BF
Tints of Egg Sour #F9E2BF
RGB
CMYK
RGB Variations
Color information
#F9E2BF (or 0xF9E2BF) is known color: Egg Sour. HEX triplet: F9, E2 and BF. RGB value is (249,226,191). Sum of RGB (Red+Green+Blue) = 249+226+191=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2BF is #061D40. Grayscale: #E5E5E5. Windows color (decimal): -400705 or 12575481. OLE color: 12575481.
HSL color Cylindrical-coordinate representation of color #F9E2BF: hue angle of 36.21º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9E2BF is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 191 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.02 |
| HSL | 36.21º | 0.83% | 0.86% | - |
| HSV(B) | 36.21º | 0.23% | 0.98% | - |
| XYZ | 75.67 | 78.29 | 60.41 | - |
| YUV | 228.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 191 | 0 | 0.09 | 0.23 | 0.02 | 36.21 | 0.83 | 0.86 |
| Hex | F9 | E2 | BF | 0 | 9 | 17 | 2 | 24 | 53 | 56 |
| Octal | 371 | 342 | 277 | 0 | 11 | 27 | 2 | 44 | 123 | 126 |
| Binary | 11111001 | 11100010 | 10111111 | 0 | 1001 | 10111 | 10 | 100100 | 1010011 | 1010110 |
Color Harmonies of #F9E2BF
Complementary color
Monochromatic Colors of #F9E2BF
Black with #F9E2BF
Text Example
Text Example
White with #F9E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2BF; }
p { color: rgb(249,226,191); }
H1.HeaderClassName
{
color: #F9E2BF;
}
.AnyTagClassName
{
color: #F9E2BF;
}
</style>
background-color css
<style>
a { background-color: #F9E2BF; }
a { background-color: rgb(249,226,191); }
div.DivClassName
{
background-color: #F9E2BF;
}
.BgClassName
{
background-color: #F9E2BF;
}
</style>
border-color css
<style>
span { border-color: #F9E2BF; }
span { border-color: rgb(249,226,191); }
td.TdClassName
{
border-color: #F9E2BF;
}
.TagClassName
{
border-color: #F9E2BF;
}
</style>