Shades of Pippin #FFE0D0
Tints of Pippin #FFE0D0
RGB
CMYK
RGB Variations
Color information
#FFE0D0 (or 0xFFE0D0) is known color: Pippin. HEX triplet: FF, E0 and D0. RGB value is (255,224,208). Sum of RGB (Red+Green+Blue) = 255+224+208=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0D0 is #001F2F. Grayscale: #E7E7E7. Windows color (decimal): -7984 or 13689087. OLE color: 13689087.
HSL color Cylindrical-coordinate representation of color #FFE0D0: hue angle of 20.43º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFE0D0 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 208 | - |
| CMYK | 0 | 0.12 | 0.18 | 0 |
| HSL | 20.43º | 1% | 0.91% | - |
| HSV(B) | 20.43º | 0.18% | 1% | - |
| XYZ | 79.28 | 79.13 | 70.77 | - |
| YUV | 231.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 208 | 0 | 0.12 | 0.18 | 0 | 20.43 | 1 | 0.91 |
| Hex | FF | E0 | D0 | 0 | C | 12 | 0 | 14 | 64 | 5B |
| Octal | 377 | 340 | 320 | 0 | 14 | 22 | 0 | 24 | 144 | 133 |
| Binary | 11111111 | 11100000 | 11010000 | 0 | 1100 | 10010 | 0 | 10100 | 1100100 | 1011011 |
Color Harmonies of #FFE0D0
Complementary color
Monochromatic Colors of #FFE0D0
Black with #FFE0D0
Text Example
Text Example
White with #FFE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0D0; }
p { color: rgb(255,224,208); }
H1.HeaderClassName
{
color: #FFE0D0;
}
.AnyTagClassName
{
color: #FFE0D0;
}
</style>
background-color css
<style>
a { background-color: #FFE0D0; }
a { background-color: rgb(255,224,208); }
div.DivClassName
{
background-color: #FFE0D0;
}
.BgClassName
{
background-color: #FFE0D0;
}
</style>
border-color css
<style>
span { border-color: #FFE0D0; }
span { border-color: rgb(255,224,208); }
td.TdClassName
{
border-color: #FFE0D0;
}
.TagClassName
{
border-color: #FFE0D0;
}
</style>