Shades of Egg Sour #FBE4BD
Tints of Egg Sour #FBE4BD
RGB
CMYK
RGB Variations
Color information
#FBE4BD (or 0xFBE4BD) is known color: Egg Sour. HEX triplet: FB, E4 and BD. RGB value is (251,228,189). Sum of RGB (Red+Green+Blue) = 251+228+189=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4BD is #041B42. Grayscale: #E6E6E6. Windows color (decimal): -269123 or 12444923. OLE color: 12444923.
HSL color Cylindrical-coordinate representation of color #FBE4BD: hue angle of 37.74º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBE4BD is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 189 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.02 |
| HSL | 37.74º | 0.89% | 0.86% | - |
| HSV(B) | 37.74º | 0.25% | 0.98% | - |
| XYZ | 76.71 | 79.67 | 59.48 | - |
| YUV | 230.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 189 | 0 | 0.09 | 0.25 | 0.02 | 37.74 | 0.89 | 0.86 |
| Hex | FB | E4 | BD | 0 | 9 | 19 | 2 | 26 | 59 | 56 |
| Octal | 373 | 344 | 275 | 0 | 11 | 31 | 2 | 46 | 131 | 126 |
| Binary | 11111011 | 11100100 | 10111101 | 0 | 1001 | 11001 | 10 | 100110 | 1011001 | 1010110 |
Color Harmonies of #FBE4BD
Complementary color
Monochromatic Colors of #FBE4BD
Black with #FBE4BD
Text Example
Text Example
White with #FBE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4BD; }
p { color: rgb(251,228,189); }
H1.HeaderClassName
{
color: #FBE4BD;
}
.AnyTagClassName
{
color: #FBE4BD;
}
</style>
background-color css
<style>
a { background-color: #FBE4BD; }
a { background-color: rgb(251,228,189); }
div.DivClassName
{
background-color: #FBE4BD;
}
.BgClassName
{
background-color: #FBE4BD;
}
</style>
border-color css
<style>
span { border-color: #FBE4BD; }
span { border-color: rgb(251,228,189); }
td.TdClassName
{
border-color: #FBE4BD;
}
.TagClassName
{
border-color: #FBE4BD;
}
</style>