Shades of Egg Sour #FDE7C5
Tints of Egg Sour #FDE7C5
RGB
CMYK
RGB Variations
Color information
#FDE7C5 (or 0xFDE7C5) is known color: Egg Sour. HEX triplet: FD, E7 and C5. RGB value is (253,231,197). Sum of RGB (Red+Green+Blue) = 253+231+197=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 197 (77.34% from 255 or 28.93% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7C5 is #02183A. Grayscale: #E9E9E9. Windows color (decimal): -137275 or 12969981. OLE color: 12969981.
HSL color Cylindrical-coordinate representation of color #FDE7C5: hue angle of 36.43º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDE7C5 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 197 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.01 |
| HSL | 36.43º | 0.93% | 0.88% | - |
| HSV(B) | 36.43º | 0.22% | 0.99% | - |
| XYZ | 79.16 | 82.07 | 64.49 | - |
| YUV | 233.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 197 | 0 | 0.09 | 0.22 | 0.01 | 36.43 | 0.93 | 0.88 |
| Hex | FD | E7 | C5 | 0 | 9 | 16 | 1 | 24 | 5D | 58 |
| Octal | 375 | 347 | 305 | 0 | 11 | 26 | 1 | 44 | 135 | 130 |
| Binary | 11111101 | 11100111 | 11000101 | 0 | 1001 | 10110 | 1 | 100100 | 1011101 | 1011000 |
Color Harmonies of #FDE7C5
Complementary color
Monochromatic Colors of #FDE7C5
Black with #FDE7C5
Text Example
Text Example
White with #FDE7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7C5; }
p { color: rgb(253,231,197); }
H1.HeaderClassName
{
color: #FDE7C5;
}
.AnyTagClassName
{
color: #FDE7C5;
}
</style>
background-color css
<style>
a { background-color: #FDE7C5; }
a { background-color: rgb(253,231,197); }
div.DivClassName
{
background-color: #FDE7C5;
}
.BgClassName
{
background-color: #FDE7C5;
}
</style>
border-color css
<style>
span { border-color: #FDE7C5; }
span { border-color: rgb(253,231,197); }
td.TdClassName
{
border-color: #FDE7C5;
}
.TagClassName
{
border-color: #FDE7C5;
}
</style>