Shades of Egg Sour #FCE5BF
Tints of Egg Sour #FCE5BF
RGB
CMYK
RGB Variations
Color information
#FCE5BF (or 0xFCE5BF) is known color: Egg Sour. HEX triplet: FC, E5 and BF. RGB value is (252,229,191). Sum of RGB (Red+Green+Blue) = 252+229+191=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5BF is #031A40. Grayscale: #E7E7E7. Windows color (decimal): -203329 or 12576252. OLE color: 12576252.
HSL color Cylindrical-coordinate representation of color #FCE5BF: hue angle of 37.38º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCE5BF is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 191 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.01 |
| HSL | 37.38º | 0.91% | 0.87% | - |
| HSV(B) | 37.38º | 0.24% | 0.99% | - |
| XYZ | 77.57 | 80.5 | 60.74 | - |
| YUV | 231.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 191 | 0 | 0.09 | 0.24 | 0.01 | 37.38 | 0.91 | 0.87 |
| Hex | FC | E5 | BF | 0 | 9 | 18 | 1 | 25 | 5B | 57 |
| Octal | 374 | 345 | 277 | 0 | 11 | 30 | 1 | 45 | 133 | 127 |
| Binary | 11111100 | 11100101 | 10111111 | 0 | 1001 | 11000 | 1 | 100101 | 1011011 | 1010111 |
Color Harmonies of #FCE5BF
Complementary color
Monochromatic Colors of #FCE5BF
Black with #FCE5BF
Text Example
Text Example
White with #FCE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5BF; }
p { color: rgb(252,229,191); }
H1.HeaderClassName
{
color: #FCE5BF;
}
.AnyTagClassName
{
color: #FCE5BF;
}
</style>
background-color css
<style>
a { background-color: #FCE5BF; }
a { background-color: rgb(252,229,191); }
div.DivClassName
{
background-color: #FCE5BF;
}
.BgClassName
{
background-color: #FCE5BF;
}
</style>
border-color css
<style>
span { border-color: #FCE5BF; }
span { border-color: rgb(252,229,191); }
td.TdClassName
{
border-color: #FCE5BF;
}
.TagClassName
{
border-color: #FCE5BF;
}
</style>