Shades of Egg Sour #FBE3BD
Tints of Egg Sour #FBE3BD
RGB
CMYK
RGB Variations
Color information
#FBE3BD (or 0xFBE3BD) is known color: Egg Sour. HEX triplet: FB, E3 and BD. RGB value is (251,227,189). Sum of RGB (Red+Green+Blue) = 251+227+189=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3BD is #041C42. Grayscale: #E6E6E6. Windows color (decimal): -269379 or 12444667. OLE color: 12444667.
HSL color Cylindrical-coordinate representation of color #FBE3BD: hue angle of 36.77º 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 #FBE3BD is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 189 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.02 |
| HSL | 36.77º | 0.89% | 0.86% | - |
| HSV(B) | 36.77º | 0.25% | 0.98% | - |
| XYZ | 76.44 | 79.12 | 59.39 | - |
| YUV | 229.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 189 | 0 | 0.10 | 0.25 | 0.02 | 36.77 | 0.89 | 0.86 |
| Hex | FB | E3 | BD | 0 | A | 19 | 2 | 25 | 59 | 56 |
| Octal | 373 | 343 | 275 | 0 | 12 | 31 | 2 | 45 | 131 | 126 |
| Binary | 11111011 | 11100011 | 10111101 | 0 | 1010 | 11001 | 10 | 100101 | 1011001 | 1010110 |
Color Harmonies of #FBE3BD
Complementary color
Monochromatic Colors of #FBE3BD
Black with #FBE3BD
Text Example
Text Example
White with #FBE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3BD; }
p { color: rgb(251,227,189); }
H1.HeaderClassName
{
color: #FBE3BD;
}
.AnyTagClassName
{
color: #FBE3BD;
}
</style>
background-color css
<style>
a { background-color: #FBE3BD; }
a { background-color: rgb(251,227,189); }
div.DivClassName
{
background-color: #FBE3BD;
}
.BgClassName
{
background-color: #FBE3BD;
}
</style>
border-color css
<style>
span { border-color: #FBE3BD; }
span { border-color: rgb(251,227,189); }
td.TdClassName
{
border-color: #FBE3BD;
}
.TagClassName
{
border-color: #FBE3BD;
}
</style>