Shades of Egg Sour #FDE7C4
Tints of Egg Sour #FDE7C4
RGB
CMYK
RGB Variations
Color information
#FDE7C4 (or 0xFDE7C4) is known color: Egg Sour. HEX triplet: FD, E7 and C4. RGB value is (253,231,196). Sum of RGB (Red+Green+Blue) = 253+231+196=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 196 (76.95% from 255 or 28.82% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7C4 is #02183B. Grayscale: #E9E9E9. Windows color (decimal): -137276 or 12904445. OLE color: 12904445.
HSL color Cylindrical-coordinate representation of color #FDE7C4: hue angle of 36.84º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDE7C4 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 196 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.01 |
| HSL | 36.84º | 0.93% | 0.88% | - |
| HSV(B) | 36.84º | 0.23% | 0.99% | - |
| XYZ | 79.05 | 82.02 | 63.89 | - |
| YUV | 233.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 196 | 0 | 0.09 | 0.23 | 0.01 | 36.84 | 0.93 | 0.88 |
| Hex | FD | E7 | C4 | 0 | 9 | 17 | 1 | 25 | 5D | 58 |
| Octal | 375 | 347 | 304 | 0 | 11 | 27 | 1 | 45 | 135 | 130 |
| Binary | 11111101 | 11100111 | 11000100 | 0 | 1001 | 10111 | 1 | 100101 | 1011101 | 1011000 |
Color Harmonies of #FDE7C4
Complementary color
Monochromatic Colors of #FDE7C4
Black with #FDE7C4
Text Example
Text Example
White with #FDE7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7C4; }
p { color: rgb(253,231,196); }
H1.HeaderClassName
{
color: #FDE7C4;
}
.AnyTagClassName
{
color: #FDE7C4;
}
</style>
background-color css
<style>
a { background-color: #FDE7C4; }
a { background-color: rgb(253,231,196); }
div.DivClassName
{
background-color: #FDE7C4;
}
.BgClassName
{
background-color: #FDE7C4;
}
</style>
border-color css
<style>
span { border-color: #FDE7C4; }
span { border-color: rgb(253,231,196); }
td.TdClassName
{
border-color: #FDE7C4;
}
.TagClassName
{
border-color: #FDE7C4;
}
</style>