Shades of Egg Sour #FDE9C5
Tints of Egg Sour #FDE9C5
RGB
CMYK
RGB Variations
Color information
#FDE9C5 (or 0xFDE9C5) is known color: Egg Sour. HEX triplet: FD, E9 and C5. RGB value is (253,233,197). Sum of RGB (Red+Green+Blue) = 253+233+197=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9C5 is #02163A. Grayscale: #EBEBEB. Windows color (decimal): -136763 or 12970493. OLE color: 12970493.
HSL color Cylindrical-coordinate representation of color #FDE9C5: hue angle of 38.57º 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 #FDE9C5 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 197 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.01 |
| HSL | 38.57º | 0.93% | 0.88% | - |
| HSV(B) | 38.57º | 0.22% | 0.99% | - |
| XYZ | 79.72 | 83.19 | 64.68 | - |
| YUV | 234.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 197 | 0 | 0.08 | 0.22 | 0.01 | 38.57 | 0.93 | 0.88 |
| Hex | FD | E9 | C5 | 0 | 8 | 16 | 1 | 27 | 5D | 58 |
| Octal | 375 | 351 | 305 | 0 | 10 | 26 | 1 | 47 | 135 | 130 |
| Binary | 11111101 | 11101001 | 11000101 | 0 | 1000 | 10110 | 1 | 100111 | 1011101 | 1011000 |
Color Harmonies of #FDE9C5
Complementary color
Monochromatic Colors of #FDE9C5
Black with #FDE9C5
Text Example
Text Example
White with #FDE9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9C5; }
p { color: rgb(253,233,197); }
H1.HeaderClassName
{
color: #FDE9C5;
}
.AnyTagClassName
{
color: #FDE9C5;
}
</style>
background-color css
<style>
a { background-color: #FDE9C5; }
a { background-color: rgb(253,233,197); }
div.DivClassName
{
background-color: #FDE9C5;
}
.BgClassName
{
background-color: #FDE9C5;
}
</style>
border-color css
<style>
span { border-color: #FDE9C5; }
span { border-color: rgb(253,233,197); }
td.TdClassName
{
border-color: #FDE9C5;
}
.TagClassName
{
border-color: #FDE9C5;
}
</style>