Shades of Pippin #FFE1D2
Tints of Pippin #FFE1D2
RGB
CMYK
RGB Variations
Color information
#FFE1D2 (or 0xFFE1D2) is known color: Pippin. HEX triplet: FF, E1 and D2. RGB value is (255,225,210). Sum of RGB (Red+Green+Blue) = 255+225+210=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 210 (82.42% from 255 or 30.43% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D2 is #001E2D. Grayscale: #E8E8E8. Windows color (decimal): -7726 or 13820415. OLE color: 13820415.
HSL color Cylindrical-coordinate representation of color #FFE1D2: hue angle of 20º 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 #FFE1D2 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 210 | - |
| CMYK | 0 | 0.12 | 0.18 | 0 |
| HSL | 20º | 1% | 0.91% | - |
| HSV(B) | 20º | 0.18% | 1% | - |
| XYZ | 79.8 | 79.76 | 72.16 | - |
| YUV | 232.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 210 | 0 | 0.12 | 0.18 | 0 | 20 | 1 | 0.91 |
| Hex | FF | E1 | D2 | 0 | C | 12 | 0 | 14 | 64 | 5B |
| Octal | 377 | 341 | 322 | 0 | 14 | 22 | 0 | 24 | 144 | 133 |
| Binary | 11111111 | 11100001 | 11010010 | 0 | 1100 | 10010 | 0 | 10100 | 1100100 | 1011011 |
Color Harmonies of #FFE1D2
Complementary color
Monochromatic Colors of #FFE1D2
Black with #FFE1D2
Text Example
Text Example
White with #FFE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1D2; }
p { color: rgb(255,225,210); }
H1.HeaderClassName
{
color: #FFE1D2;
}
.AnyTagClassName
{
color: #FFE1D2;
}
</style>
background-color css
<style>
a { background-color: #FFE1D2; }
a { background-color: rgb(255,225,210); }
div.DivClassName
{
background-color: #FFE1D2;
}
.BgClassName
{
background-color: #FFE1D2;
}
</style>
border-color css
<style>
span { border-color: #FFE1D2; }
span { border-color: rgb(255,225,210); }
td.TdClassName
{
border-color: #FFE1D2;
}
.TagClassName
{
border-color: #FFE1D2;
}
</style>