Shades of Egg Sour #FBE4C0
Tints of Egg Sour #FBE4C0
RGB
CMYK
RGB Variations
Color information
#FBE4C0 (or 0xFBE4C0) is known color: Egg Sour. HEX triplet: FB, E4 and C0. RGB value is (251,228,192). Sum of RGB (Red+Green+Blue) = 251+228+192=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4C0 is #041B3F. Grayscale: #E6E6E6. Windows color (decimal): -269120 or 12641531. OLE color: 12641531.
HSL color Cylindrical-coordinate representation of color #FBE4C0: hue angle of 36.61º 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 #FBE4C0 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 192 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.02 |
| HSL | 36.61º | 0.88% | 0.87% | - |
| HSV(B) | 36.61º | 0.24% | 0.98% | - |
| XYZ | 77.04 | 79.8 | 61.21 | - |
| YUV | 230.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 192 | 0 | 0.09 | 0.24 | 0.02 | 36.61 | 0.88 | 0.87 |
| Hex | FB | E4 | C0 | 0 | 9 | 18 | 2 | 25 | 58 | 57 |
| Octal | 373 | 344 | 300 | 0 | 11 | 30 | 2 | 45 | 130 | 127 |
| Binary | 11111011 | 11100100 | 11000000 | 0 | 1001 | 11000 | 10 | 100101 | 1011000 | 1010111 |
Color Harmonies of #FBE4C0
Complementary color
Monochromatic Colors of #FBE4C0
Black with #FBE4C0
Text Example
Text Example
White with #FBE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4C0; }
p { color: rgb(251,228,192); }
H1.HeaderClassName
{
color: #FBE4C0;
}
.AnyTagClassName
{
color: #FBE4C0;
}
</style>
background-color css
<style>
a { background-color: #FBE4C0; }
a { background-color: rgb(251,228,192); }
div.DivClassName
{
background-color: #FBE4C0;
}
.BgClassName
{
background-color: #FBE4C0;
}
</style>
border-color css
<style>
span { border-color: #FBE4C0; }
span { border-color: rgb(251,228,192); }
td.TdClassName
{
border-color: #FBE4C0;
}
.TagClassName
{
border-color: #FBE4C0;
}
</style>