Shades of Egg Sour #FBE2C0
Tints of Egg Sour #FBE2C0
RGB
CMYK
RGB Variations
Color information
#FBE2C0 (or 0xFBE2C0) is known color: Egg Sour. HEX triplet: FB, E2 and C0. RGB value is (251,226,192). Sum of RGB (Red+Green+Blue) = 251+226+192=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C0 is #041D3F. Grayscale: #E5E5E5. Windows color (decimal): -269632 or 12641019. OLE color: 12641019.
HSL color Cylindrical-coordinate representation of color #FBE2C0: hue angle of 34.58º 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 #FBE2C0 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 192 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 34.58º | 0.88% | 0.87% | - |
| HSV(B) | 34.58º | 0.24% | 0.98% | - |
| XYZ | 76.49 | 78.71 | 61.03 | - |
| YUV | 229.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 192 | 0 | 0.10 | 0.24 | 0.02 | 34.58 | 0.88 | 0.87 |
| Hex | FB | E2 | C0 | 0 | A | 18 | 2 | 23 | 58 | 57 |
| Octal | 373 | 342 | 300 | 0 | 12 | 30 | 2 | 43 | 130 | 127 |
| Binary | 11111011 | 11100010 | 11000000 | 0 | 1010 | 11000 | 10 | 100011 | 1011000 | 1010111 |
Color Harmonies of #FBE2C0
Complementary color
Monochromatic Colors of #FBE2C0
Black with #FBE2C0
Text Example
Text Example
White with #FBE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2C0; }
p { color: rgb(251,226,192); }
H1.HeaderClassName
{
color: #FBE2C0;
}
.AnyTagClassName
{
color: #FBE2C0;
}
</style>
background-color css
<style>
a { background-color: #FBE2C0; }
a { background-color: rgb(251,226,192); }
div.DivClassName
{
background-color: #FBE2C0;
}
.BgClassName
{
background-color: #FBE2C0;
}
</style>
border-color css
<style>
span { border-color: #FBE2C0; }
span { border-color: rgb(251,226,192); }
td.TdClassName
{
border-color: #FBE2C0;
}
.TagClassName
{
border-color: #FBE2C0;
}
</style>