Shades of Egg Sour #FDE5C2
Tints of Egg Sour #FDE5C2
RGB
CMYK
RGB Variations
Color information
#FDE5C2 (or 0xFDE5C2) is known color: Egg Sour. HEX triplet: FD, E5 and C2. RGB value is (253,229,194). Sum of RGB (Red+Green+Blue) = 253+229+194=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5C2 is #021A3D. Grayscale: #E8E8E8. Windows color (decimal): -137790 or 12772861. OLE color: 12772861.
HSL color Cylindrical-coordinate representation of color #FDE5C2: hue angle of 35.59º degrees, saturation: 0.94, 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 #FDE5C2 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 194 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.01 |
| HSL | 35.59º | 0.94% | 0.88% | - |
| HSV(B) | 35.59º | 0.23% | 0.99% | - |
| XYZ | 78.26 | 80.82 | 62.51 | - |
| YUV | 232.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 194 | 0 | 0.09 | 0.23 | 0.01 | 35.59 | 0.94 | 0.88 |
| Hex | FD | E5 | C2 | 0 | 9 | 17 | 1 | 24 | 5E | 58 |
| Octal | 375 | 345 | 302 | 0 | 11 | 27 | 1 | 44 | 136 | 130 |
| Binary | 11111101 | 11100101 | 11000010 | 0 | 1001 | 10111 | 1 | 100100 | 1011110 | 1011000 |
Color Harmonies of #FDE5C2
Complementary color
Monochromatic Colors of #FDE5C2
Black with #FDE5C2
Text Example
Text Example
White with #FDE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5C2; }
p { color: rgb(253,229,194); }
H1.HeaderClassName
{
color: #FDE5C2;
}
.AnyTagClassName
{
color: #FDE5C2;
}
</style>
background-color css
<style>
a { background-color: #FDE5C2; }
a { background-color: rgb(253,229,194); }
div.DivClassName
{
background-color: #FDE5C2;
}
.BgClassName
{
background-color: #FDE5C2;
}
</style>
border-color css
<style>
span { border-color: #FDE5C2; }
span { border-color: rgb(253,229,194); }
td.TdClassName
{
border-color: #FDE5C2;
}
.TagClassName
{
border-color: #FDE5C2;
}
</style>