Shades of Egg Sour #FBE3C0
Tints of Egg Sour #FBE3C0
RGB
CMYK
RGB Variations
Color information
#FBE3C0 (or 0xFBE3C0) is known color: Egg Sour. HEX triplet: FB, E3 and C0. RGB value is (251,227,192). Sum of RGB (Red+Green+Blue) = 251+227+192=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3C0 is #041C3F. Grayscale: #E6E6E6. Windows color (decimal): -269376 or 12641275. OLE color: 12641275.
HSL color Cylindrical-coordinate representation of color #FBE3C0: hue angle of 35.59º 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 #FBE3C0 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 192 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 35.59º | 0.88% | 0.87% | - |
| HSV(B) | 35.59º | 0.24% | 0.98% | - |
| XYZ | 76.77 | 79.25 | 61.12 | - |
| YUV | 230.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 192 | 0 | 0.10 | 0.24 | 0.02 | 35.59 | 0.88 | 0.87 |
| Hex | FB | E3 | C0 | 0 | A | 18 | 2 | 24 | 58 | 57 |
| Octal | 373 | 343 | 300 | 0 | 12 | 30 | 2 | 44 | 130 | 127 |
| Binary | 11111011 | 11100011 | 11000000 | 0 | 1010 | 11000 | 10 | 100100 | 1011000 | 1010111 |
Color Harmonies of #FBE3C0
Complementary color
Monochromatic Colors of #FBE3C0
Black with #FBE3C0
Text Example
Text Example
White with #FBE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3C0; }
p { color: rgb(251,227,192); }
H1.HeaderClassName
{
color: #FBE3C0;
}
.AnyTagClassName
{
color: #FBE3C0;
}
</style>
background-color css
<style>
a { background-color: #FBE3C0; }
a { background-color: rgb(251,227,192); }
div.DivClassName
{
background-color: #FBE3C0;
}
.BgClassName
{
background-color: #FBE3C0;
}
</style>
border-color css
<style>
span { border-color: #FBE3C0; }
span { border-color: rgb(251,227,192); }
td.TdClassName
{
border-color: #FBE3C0;
}
.TagClassName
{
border-color: #FBE3C0;
}
</style>