Shades of Egg Sour #FDE7BE
Tints of Egg Sour #FDE7BE
RGB
CMYK
RGB Variations
Color information
#FDE7BE (or 0xFDE7BE) is known color: Egg Sour. HEX triplet: FD, E7 and BE. RGB value is (253,231,190). Sum of RGB (Red+Green+Blue) = 253+231+190=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7BE is #021841. Grayscale: #E9E9E9. Windows color (decimal): -137282 or 12511229. OLE color: 12511229.
HSL color Cylindrical-coordinate representation of color #FDE7BE: hue angle of 39.05º 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 #FDE7BE is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 190 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.01 |
| HSL | 39.05º | 0.94% | 0.87% | - |
| HSV(B) | 39.05º | 0.25% | 0.99% | - |
| XYZ | 78.38 | 81.75 | 60.36 | - |
| YUV | 232.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 190 | 0 | 0.09 | 0.25 | 0.01 | 39.05 | 0.94 | 0.87 |
| Hex | FD | E7 | BE | 0 | 9 | 19 | 1 | 27 | 5E | 57 |
| Octal | 375 | 347 | 276 | 0 | 11 | 31 | 1 | 47 | 136 | 127 |
| Binary | 11111101 | 11100111 | 10111110 | 0 | 1001 | 11001 | 1 | 100111 | 1011110 | 1010111 |
Color Harmonies of #FDE7BE
Complementary color
Monochromatic Colors of #FDE7BE
Black with #FDE7BE
Text Example
Text Example
White with #FDE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7BE; }
p { color: rgb(253,231,190); }
H1.HeaderClassName
{
color: #FDE7BE;
}
.AnyTagClassName
{
color: #FDE7BE;
}
</style>
background-color css
<style>
a { background-color: #FDE7BE; }
a { background-color: rgb(253,231,190); }
div.DivClassName
{
background-color: #FDE7BE;
}
.BgClassName
{
background-color: #FDE7BE;
}
</style>
border-color css
<style>
span { border-color: #FDE7BE; }
span { border-color: rgb(253,231,190); }
td.TdClassName
{
border-color: #FDE7BE;
}
.TagClassName
{
border-color: #FDE7BE;
}
</style>