Shades of Pippin #FFE1D3
Tints of Pippin #FFE1D3
RGB
CMYK
RGB Variations
Color information
#FFE1D3 (or 0xFFE1D3) is known color: Pippin. HEX triplet: FF, E1 and D3. RGB value is (255,225,211). Sum of RGB (Red+Green+Blue) = 255+225+211=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 211 (82.81% from 255 or 30.54% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D3 is #001E2C. Grayscale: #E8E8E8. Windows color (decimal): -7725 or 13885951. OLE color: 13885951.
HSL color Cylindrical-coordinate representation of color #FFE1D3: hue angle of 19.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFE1D3 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 211 | - |
| CMYK | 0 | 0.12 | 0.17 | 0 |
| HSL | 19.09º | 1% | 0.91% | - |
| HSV(B) | 19.09º | 0.17% | 1% | - |
| XYZ | 79.92 | 79.81 | 72.82 | - |
| YUV | 232.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 211 | 0 | 0.12 | 0.17 | 0 | 19.09 | 1 | 0.91 |
| Hex | FF | E1 | D3 | 0 | C | 11 | 0 | 13 | 64 | 5B |
| Octal | 377 | 341 | 323 | 0 | 14 | 21 | 0 | 23 | 144 | 133 |
| Binary | 11111111 | 11100001 | 11010011 | 0 | 1100 | 10001 | 0 | 10011 | 1100100 | 1011011 |
Color Harmonies of #FFE1D3
Complementary color
Monochromatic Colors of #FFE1D3
Black with #FFE1D3
Text Example
Text Example
White with #FFE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1D3; }
p { color: rgb(255,225,211); }
H1.HeaderClassName
{
color: #FFE1D3;
}
.AnyTagClassName
{
color: #FFE1D3;
}
</style>
background-color css
<style>
a { background-color: #FFE1D3; }
a { background-color: rgb(255,225,211); }
div.DivClassName
{
background-color: #FFE1D3;
}
.BgClassName
{
background-color: #FFE1D3;
}
</style>
border-color css
<style>
span { border-color: #FFE1D3; }
span { border-color: rgb(255,225,211); }
td.TdClassName
{
border-color: #FFE1D3;
}
.TagClassName
{
border-color: #FFE1D3;
}
</style>