Shades of Pippin #FFE0D8
Tints of Pippin #FFE0D8
RGB
CMYK
RGB Variations
Color information
#FFE0D8 (or 0xFFE0D8) is known color: Pippin. HEX triplet: FF, E0 and D8. RGB value is (255,224,216). Sum of RGB (Red+Green+Blue) = 255+224+216=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0D8 is #001F27. Grayscale: #E8E8E8. Windows color (decimal): -7976 or 14213375. OLE color: 14213375.
HSL color Cylindrical-coordinate representation of color #FFE0D8: hue angle of 12.31º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFE0D8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 216 | - |
| CMYK | 0 | 0.12 | 0.15 | 0 |
| HSL | 12.31º | 1% | 0.92% | - |
| HSV(B) | 12.31º | 0.15% | 1% | - |
| XYZ | 80.29 | 79.53 | 76.08 | - |
| YUV | 232.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 216 | 0 | 0.12 | 0.15 | 0 | 12.31 | 1 | 0.92 |
| Hex | FF | E0 | D8 | 0 | C | F | 0 | C | 64 | 5C |
| Octal | 377 | 340 | 330 | 0 | 14 | 17 | 0 | 14 | 144 | 134 |
| Binary | 11111111 | 11100000 | 11011000 | 0 | 1100 | 1111 | 0 | 1100 | 1100100 | 1011100 |
Color Harmonies of #FFE0D8
Complementary color
Monochromatic Colors of #FFE0D8
Black with #FFE0D8
Text Example
Text Example
White with #FFE0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0D8; }
p { color: rgb(255,224,216); }
H1.HeaderClassName
{
color: #FFE0D8;
}
.AnyTagClassName
{
color: #FFE0D8;
}
</style>
background-color css
<style>
a { background-color: #FFE0D8; }
a { background-color: rgb(255,224,216); }
div.DivClassName
{
background-color: #FFE0D8;
}
.BgClassName
{
background-color: #FFE0D8;
}
</style>
border-color css
<style>
span { border-color: #FFE0D8; }
span { border-color: rgb(255,224,216); }
td.TdClassName
{
border-color: #FFE0D8;
}
.TagClassName
{
border-color: #FFE0D8;
}
</style>