Shades of Pippin #FFE0D9
Tints of Pippin #FFE0D9
RGB
CMYK
RGB Variations
Color information
#FFE0D9 (or 0xFFE0D9) is known color: Pippin. HEX triplet: FF, E0 and D9. RGB value is (255,224,217). Sum of RGB (Red+Green+Blue) = 255+224+217=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0D9 is #001F26. Grayscale: #E8E8E8. Windows color (decimal): -7975 or 14278911. OLE color: 14278911.
HSL color Cylindrical-coordinate representation of color #FFE0D9: hue angle of 11.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFE0D9 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 217 | - |
| CMYK | 0 | 0.12 | 0.15 | 0 |
| HSL | 11.05º | 1% | 0.93% | - |
| HSV(B) | 11.05º | 0.15% | 1% | - |
| XYZ | 80.42 | 79.58 | 76.77 | - |
| YUV | 232.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 217 | 0 | 0.12 | 0.15 | 0 | 11.05 | 1 | 0.93 |
| Hex | FF | E0 | D9 | 0 | C | F | 0 | B | 64 | 5D |
| Octal | 377 | 340 | 331 | 0 | 14 | 17 | 0 | 13 | 144 | 135 |
| Binary | 11111111 | 11100000 | 11011001 | 0 | 1100 | 1111 | 0 | 1011 | 1100100 | 1011101 |
Color Harmonies of #FFE0D9
Complementary color
Monochromatic Colors of #FFE0D9
Black with #FFE0D9
Text Example
Text Example
White with #FFE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0D9; }
p { color: rgb(255,224,217); }
H1.HeaderClassName
{
color: #FFE0D9;
}
.AnyTagClassName
{
color: #FFE0D9;
}
</style>
background-color css
<style>
a { background-color: #FFE0D9; }
a { background-color: rgb(255,224,217); }
div.DivClassName
{
background-color: #FFE0D9;
}
.BgClassName
{
background-color: #FFE0D9;
}
</style>
border-color css
<style>
span { border-color: #FFE0D9; }
span { border-color: rgb(255,224,217); }
td.TdClassName
{
border-color: #FFE0D9;
}
.TagClassName
{
border-color: #FFE0D9;
}
</style>