Shades of Egg Sour #FDE5BF
Tints of Egg Sour #FDE5BF
RGB
CMYK
RGB Variations
Color information
#FDE5BF (or 0xFDE5BF) is known color: Egg Sour. HEX triplet: FD, E5 and BF. RGB value is (253,229,191). Sum of RGB (Red+Green+Blue) = 253+229+191=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5BF is #021A40. Grayscale: #E8E8E8. Windows color (decimal): -137793 or 12576253. OLE color: 12576253.
HSL color Cylindrical-coordinate representation of color #FDE5BF: hue angle of 36.77º degrees, saturation: 0.94, 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 #FDE5BF is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 191 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.01 |
| HSL | 36.77º | 0.94% | 0.87% | - |
| HSV(B) | 36.77º | 0.25% | 0.99% | - |
| XYZ | 77.93 | 80.68 | 60.76 | - |
| YUV | 231.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 191 | 0 | 0.09 | 0.25 | 0.01 | 36.77 | 0.94 | 0.87 |
| Hex | FD | E5 | BF | 0 | 9 | 19 | 1 | 25 | 5E | 57 |
| Octal | 375 | 345 | 277 | 0 | 11 | 31 | 1 | 45 | 136 | 127 |
| Binary | 11111101 | 11100101 | 10111111 | 0 | 1001 | 11001 | 1 | 100101 | 1011110 | 1010111 |
Color Harmonies of #FDE5BF
Complementary color
Monochromatic Colors of #FDE5BF
Black with #FDE5BF
Text Example
Text Example
White with #FDE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5BF; }
p { color: rgb(253,229,191); }
H1.HeaderClassName
{
color: #FDE5BF;
}
.AnyTagClassName
{
color: #FDE5BF;
}
</style>
background-color css
<style>
a { background-color: #FDE5BF; }
a { background-color: rgb(253,229,191); }
div.DivClassName
{
background-color: #FDE5BF;
}
.BgClassName
{
background-color: #FDE5BF;
}
</style>
border-color css
<style>
span { border-color: #FDE5BF; }
span { border-color: rgb(253,229,191); }
td.TdClassName
{
border-color: #FDE5BF;
}
.TagClassName
{
border-color: #FDE5BF;
}
</style>