Shades of Pippin #FDE0D7
Tints of Pippin #FDE0D7
RGB
CMYK
RGB Variations
Color information
#FDE0D7 (or 0xFDE0D7) is known color: Pippin. HEX triplet: FD, E0 and D7. RGB value is (253,224,215). Sum of RGB (Red+Green+Blue) = 253+224+215=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0D7 is #021F28. Grayscale: #E7E7E7. Windows color (decimal): -139049 or 14147837. OLE color: 14147837.
HSL color Cylindrical-coordinate representation of color #FDE0D7: hue angle of 14.21º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDE0D7 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 215 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.01 |
| HSL | 14.21º | 0.9% | 0.92% | - |
| HSV(B) | 14.21º | 0.15% | 0.99% | - |
| XYZ | 79.43 | 79.1 | 75.37 | - |
| YUV | 231.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 215 | 0 | 0.11 | 0.15 | 0.01 | 14.21 | 0.9 | 0.92 |
| Hex | FD | E0 | D7 | 0 | B | F | 1 | E | 5A | 5C |
| Octal | 375 | 340 | 327 | 0 | 13 | 17 | 1 | 16 | 132 | 134 |
| Binary | 11111101 | 11100000 | 11010111 | 0 | 1011 | 1111 | 1 | 1110 | 1011010 | 1011100 |
Color Harmonies of #FDE0D7
Complementary color
Monochromatic Colors of #FDE0D7
Black with #FDE0D7
Text Example
Text Example
White with #FDE0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0D7; }
p { color: rgb(253,224,215); }
H1.HeaderClassName
{
color: #FDE0D7;
}
.AnyTagClassName
{
color: #FDE0D7;
}
</style>
background-color css
<style>
a { background-color: #FDE0D7; }
a { background-color: rgb(253,224,215); }
div.DivClassName
{
background-color: #FDE0D7;
}
.BgClassName
{
background-color: #FDE0D7;
}
</style>
border-color css
<style>
span { border-color: #FDE0D7; }
span { border-color: rgb(253,224,215); }
td.TdClassName
{
border-color: #FDE0D7;
}
.TagClassName
{
border-color: #FDE0D7;
}
</style>