Shades of Pippin #FFE1D7
Tints of Pippin #FFE1D7
RGB
CMYK
RGB Variations
Color information
#FFE1D7 (or 0xFFE1D7) is known color: Pippin. HEX triplet: FF, E1 and D7. RGB value is (255,225,215). Sum of RGB (Red+Green+Blue) = 255+225+215=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D7 is #001E28. Grayscale: #E8E8E8. Windows color (decimal): -7721 or 14148095. OLE color: 14148095.
HSL color Cylindrical-coordinate representation of color #FFE1D7: hue angle of 15º 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 #FFE1D7 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 215 | - |
| CMYK | 0 | 0.12 | 0.16 | 0 |
| HSL | 15º | 1% | 0.92% | - |
| HSV(B) | 15º | 0.16% | 1% | - |
| XYZ | 80.43 | 80.02 | 75.5 | - |
| YUV | 232.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 215 | 0 | 0.12 | 0.16 | 0 | 15 | 1 | 0.92 |
| Hex | FF | E1 | D7 | 0 | C | 10 | 0 | F | 64 | 5C |
| Octal | 377 | 341 | 327 | 0 | 14 | 20 | 0 | 17 | 144 | 134 |
| Binary | 11111111 | 11100001 | 11010111 | 0 | 1100 | 10000 | 0 | 1111 | 1100100 | 1011100 |
Color Harmonies of #FFE1D7
Complementary color
Monochromatic Colors of #FFE1D7
Black with #FFE1D7
Text Example
Text Example
White with #FFE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1D7; }
p { color: rgb(255,225,215); }
H1.HeaderClassName
{
color: #FFE1D7;
}
.AnyTagClassName
{
color: #FFE1D7;
}
</style>
background-color css
<style>
a { background-color: #FFE1D7; }
a { background-color: rgb(255,225,215); }
div.DivClassName
{
background-color: #FFE1D7;
}
.BgClassName
{
background-color: #FFE1D7;
}
</style>
border-color css
<style>
span { border-color: #FFE1D7; }
span { border-color: rgb(255,225,215); }
td.TdClassName
{
border-color: #FFE1D7;
}
.TagClassName
{
border-color: #FFE1D7;
}
</style>