Shades of Pippin #FFE1D5
Tints of Pippin #FFE1D5
RGB
CMYK
RGB Variations
Color information
#FFE1D5 (or 0xFFE1D5) is known color: Pippin. HEX triplet: FF, E1 and D5. RGB value is (255,225,213). Sum of RGB (Red+Green+Blue) = 255+225+213=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 213 (83.59% from 255 or 30.74% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D5 is #001E2A. Grayscale: #E8E8E8. Windows color (decimal): -7723 or 14017023. OLE color: 14017023.
HSL color Cylindrical-coordinate representation of color #FFE1D5: hue angle of 17.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFE1D5 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 213 | - |
| CMYK | 0 | 0.12 | 0.16 | 0 |
| HSL | 17.14º | 1% | 0.92% | - |
| HSV(B) | 17.14º | 0.16% | 1% | - |
| XYZ | 80.18 | 79.91 | 74.15 | - |
| YUV | 232.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 213 | 0 | 0.12 | 0.16 | 0 | 17.14 | 1 | 0.92 |
| Hex | FF | E1 | D5 | 0 | C | 10 | 0 | 11 | 64 | 5C |
| Octal | 377 | 341 | 325 | 0 | 14 | 20 | 0 | 21 | 144 | 134 |
| Binary | 11111111 | 11100001 | 11010101 | 0 | 1100 | 10000 | 0 | 10001 | 1100100 | 1011100 |
Color Harmonies of #FFE1D5
Complementary color
Monochromatic Colors of #FFE1D5
Black with #FFE1D5
Text Example
Text Example
White with #FFE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1D5; }
p { color: rgb(255,225,213); }
H1.HeaderClassName
{
color: #FFE1D5;
}
.AnyTagClassName
{
color: #FFE1D5;
}
</style>
background-color css
<style>
a { background-color: #FFE1D5; }
a { background-color: rgb(255,225,213); }
div.DivClassName
{
background-color: #FFE1D5;
}
.BgClassName
{
background-color: #FFE1D5;
}
</style>
border-color css
<style>
span { border-color: #FFE1D5; }
span { border-color: rgb(255,225,213); }
td.TdClassName
{
border-color: #FFE1D5;
}
.TagClassName
{
border-color: #FFE1D5;
}
</style>