Shades of Egg Sour #FDE6BF
Tints of Egg Sour #FDE6BF
RGB
CMYK
RGB Variations
Color information
#FDE6BF (or 0xFDE6BF) is known color: Egg Sour. HEX triplet: FD, E6 and BF. RGB value is (253,230,191). Sum of RGB (Red+Green+Blue) = 253+230+191=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6BF is #021940. Grayscale: #E8E8E8. Windows color (decimal): -137537 or 12576509. OLE color: 12576509.
HSL color Cylindrical-coordinate representation of color #FDE6BF: hue angle of 37.74º 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 #FDE6BF is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 191 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.01 |
| HSL | 37.74º | 0.94% | 0.87% | - |
| HSV(B) | 37.74º | 0.25% | 0.99% | - |
| XYZ | 78.21 | 81.24 | 60.85 | - |
| YUV | 232.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 191 | 0 | 0.09 | 0.25 | 0.01 | 37.74 | 0.94 | 0.87 |
| Hex | FD | E6 | BF | 0 | 9 | 19 | 1 | 26 | 5E | 57 |
| Octal | 375 | 346 | 277 | 0 | 11 | 31 | 1 | 46 | 136 | 127 |
| Binary | 11111101 | 11100110 | 10111111 | 0 | 1001 | 11001 | 1 | 100110 | 1011110 | 1010111 |
Color Harmonies of #FDE6BF
Complementary color
Monochromatic Colors of #FDE6BF
Black with #FDE6BF
Text Example
Text Example
White with #FDE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6BF; }
p { color: rgb(253,230,191); }
H1.HeaderClassName
{
color: #FDE6BF;
}
.AnyTagClassName
{
color: #FDE6BF;
}
</style>
background-color css
<style>
a { background-color: #FDE6BF; }
a { background-color: rgb(253,230,191); }
div.DivClassName
{
background-color: #FDE6BF;
}
.BgClassName
{
background-color: #FDE6BF;
}
</style>
border-color css
<style>
span { border-color: #FDE6BF; }
span { border-color: rgb(253,230,191); }
td.TdClassName
{
border-color: #FDE6BF;
}
.TagClassName
{
border-color: #FDE6BF;
}
</style>