Shades of Egg Sour #FBE2BF
Tints of Egg Sour #FBE2BF
RGB
CMYK
RGB Variations
Color information
#FBE2BF (or 0xFBE2BF) is known color: Egg Sour. HEX triplet: FB, E2 and BF. RGB value is (251,226,191). Sum of RGB (Red+Green+Blue) = 251+226+191=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2BF is #041D40. Grayscale: #E5E5E5. Windows color (decimal): -269633 or 12575483. OLE color: 12575483.
HSL color Cylindrical-coordinate representation of color #FBE2BF: hue angle of 35º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBE2BF is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 191 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 35º | 0.88% | 0.87% | - |
| HSV(B) | 35º | 0.24% | 0.98% | - |
| XYZ | 76.38 | 78.66 | 60.45 | - |
| YUV | 229.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 191 | 0 | 0.10 | 0.24 | 0.02 | 35 | 0.88 | 0.87 |
| Hex | FB | E2 | BF | 0 | A | 18 | 2 | 23 | 58 | 57 |
| Octal | 373 | 342 | 277 | 0 | 12 | 30 | 2 | 43 | 130 | 127 |
| Binary | 11111011 | 11100010 | 10111111 | 0 | 1010 | 11000 | 10 | 100011 | 1011000 | 1010111 |
Color Harmonies of #FBE2BF
Complementary color
Monochromatic Colors of #FBE2BF
Black with #FBE2BF
Text Example
Text Example
White with #FBE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2BF; }
p { color: rgb(251,226,191); }
H1.HeaderClassName
{
color: #FBE2BF;
}
.AnyTagClassName
{
color: #FBE2BF;
}
</style>
background-color css
<style>
a { background-color: #FBE2BF; }
a { background-color: rgb(251,226,191); }
div.DivClassName
{
background-color: #FBE2BF;
}
.BgClassName
{
background-color: #FBE2BF;
}
</style>
border-color css
<style>
span { border-color: #FBE2BF; }
span { border-color: rgb(251,226,191); }
td.TdClassName
{
border-color: #FBE2BF;
}
.TagClassName
{
border-color: #FBE2BF;
}
</style>