Shades of Egg Sour #FBE2C1
Tints of Egg Sour #FBE2C1
RGB
CMYK
RGB Variations
Color information
#FBE2C1 (or 0xFBE2C1) is known color: Egg Sour. HEX triplet: FB, E2 and C1. RGB value is (251,226,193). Sum of RGB (Red+Green+Blue) = 251+226+193=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 193 (75.78% from 255 or 28.81% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C1 is #041D3E. Grayscale: #E5E5E5. Windows color (decimal): -269631 or 12706555. OLE color: 12706555.
HSL color Cylindrical-coordinate representation of color #FBE2C1: hue angle of 34.14º 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 #FBE2C1 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 193 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.02 |
| HSL | 34.14º | 0.88% | 0.87% | - |
| HSV(B) | 34.14º | 0.23% | 0.98% | - |
| XYZ | 76.61 | 78.75 | 61.62 | - |
| YUV | 229.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 193 | 0 | 0.10 | 0.23 | 0.02 | 34.14 | 0.88 | 0.87 |
| Hex | FB | E2 | C1 | 0 | A | 17 | 2 | 22 | 58 | 57 |
| Octal | 373 | 342 | 301 | 0 | 12 | 27 | 2 | 42 | 130 | 127 |
| Binary | 11111011 | 11100010 | 11000001 | 0 | 1010 | 10111 | 10 | 100010 | 1011000 | 1010111 |
Color Harmonies of #FBE2C1
Complementary color
Monochromatic Colors of #FBE2C1
Black with #FBE2C1
Text Example
Text Example
White with #FBE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2C1; }
p { color: rgb(251,226,193); }
H1.HeaderClassName
{
color: #FBE2C1;
}
.AnyTagClassName
{
color: #FBE2C1;
}
</style>
background-color css
<style>
a { background-color: #FBE2C1; }
a { background-color: rgb(251,226,193); }
div.DivClassName
{
background-color: #FBE2C1;
}
.BgClassName
{
background-color: #FBE2C1;
}
</style>
border-color css
<style>
span { border-color: #FBE2C1; }
span { border-color: rgb(251,226,193); }
td.TdClassName
{
border-color: #FBE2C1;
}
.TagClassName
{
border-color: #FBE2C1;
}
</style>