Shades of Egg Sour #FCE5BE
Tints of Egg Sour #FCE5BE
RGB
CMYK
RGB Variations
Color information
#FCE5BE (or 0xFCE5BE) is known color: Egg Sour. HEX triplet: FC, E5 and BE. RGB value is (252,229,190). Sum of RGB (Red+Green+Blue) = 252+229+190=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5BE is #031A41. Grayscale: #E7E7E7. Windows color (decimal): -203330 or 12510716. OLE color: 12510716.
HSL color Cylindrical-coordinate representation of color #FCE5BE: hue angle of 37.74º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE5BE is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 190 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.01 |
| HSL | 37.74º | 0.91% | 0.87% | - |
| HSV(B) | 37.74º | 0.25% | 0.99% | - |
| XYZ | 77.46 | 80.45 | 60.16 | - |
| YUV | 231.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 190 | 0 | 0.09 | 0.25 | 0.01 | 37.74 | 0.91 | 0.87 |
| Hex | FC | E5 | BE | 0 | 9 | 19 | 1 | 26 | 5B | 57 |
| Octal | 374 | 345 | 276 | 0 | 11 | 31 | 1 | 46 | 133 | 127 |
| Binary | 11111100 | 11100101 | 10111110 | 0 | 1001 | 11001 | 1 | 100110 | 1011011 | 1010111 |
Color Harmonies of #FCE5BE
Complementary color
Monochromatic Colors of #FCE5BE
Black with #FCE5BE
Text Example
Text Example
White with #FCE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5BE; }
p { color: rgb(252,229,190); }
H1.HeaderClassName
{
color: #FCE5BE;
}
.AnyTagClassName
{
color: #FCE5BE;
}
</style>
background-color css
<style>
a { background-color: #FCE5BE; }
a { background-color: rgb(252,229,190); }
div.DivClassName
{
background-color: #FCE5BE;
}
.BgClassName
{
background-color: #FCE5BE;
}
</style>
border-color css
<style>
span { border-color: #FCE5BE; }
span { border-color: rgb(252,229,190); }
td.TdClassName
{
border-color: #FCE5BE;
}
.TagClassName
{
border-color: #FCE5BE;
}
</style>