Shades of Egg Sour #FBE2C2
Tints of Egg Sour #FBE2C2
RGB
CMYK
RGB Variations
Color information
#FBE2C2 (or 0xFBE2C2) is known color: Egg Sour. HEX triplet: FB, E2 and C2. RGB value is (251,226,194). Sum of RGB (Red+Green+Blue) = 251+226+194=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 194 (76.17% from 255 or 28.91% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C2 is #041D3D. Grayscale: #E5E5E5. Windows color (decimal): -269630 or 12772091. OLE color: 12772091.
HSL color Cylindrical-coordinate representation of color #FBE2C2: hue angle of 33.68º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBE2C2 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 194 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.02 |
| HSL | 33.68º | 0.88% | 0.87% | - |
| HSV(B) | 33.68º | 0.23% | 0.98% | - |
| XYZ | 76.72 | 78.8 | 62.2 | - |
| YUV | 229.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 194 | 0 | 0.10 | 0.23 | 0.02 | 33.68 | 0.88 | 0.87 |
| Hex | FB | E2 | C2 | 0 | A | 17 | 2 | 22 | 58 | 57 |
| Octal | 373 | 342 | 302 | 0 | 12 | 27 | 2 | 42 | 130 | 127 |
| Binary | 11111011 | 11100010 | 11000010 | 0 | 1010 | 10111 | 10 | 100010 | 1011000 | 1010111 |
Color Harmonies of #FBE2C2
Complementary color
Monochromatic Colors of #FBE2C2
Black with #FBE2C2
Text Example
Text Example
White with #FBE2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2C2; }
p { color: rgb(251,226,194); }
H1.HeaderClassName
{
color: #FBE2C2;
}
.AnyTagClassName
{
color: #FBE2C2;
}
</style>
background-color css
<style>
a { background-color: #FBE2C2; }
a { background-color: rgb(251,226,194); }
div.DivClassName
{
background-color: #FBE2C2;
}
.BgClassName
{
background-color: #FBE2C2;
}
</style>
border-color css
<style>
span { border-color: #FBE2C2; }
span { border-color: rgb(251,226,194); }
td.TdClassName
{
border-color: #FBE2C2;
}
.TagClassName
{
border-color: #FBE2C2;
}
</style>