Shades of Pippin #FEE1D9
Tints of Pippin #FEE1D9
RGB
CMYK
RGB Variations
Color information
#FEE1D9 (or 0xFEE1D9) is known color: Pippin. HEX triplet: FE, E1 and D9. RGB value is (254,225,217). Sum of RGB (Red+Green+Blue) = 254+225+217=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1D9 is #011E26. Grayscale: #E8E8E8. Windows color (decimal): -73255 or 14279166. OLE color: 14279166.
HSL color Cylindrical-coordinate representation of color #FEE1D9: hue angle of 12.97º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEE1D9 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 217 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.00 |
| HSL | 12.97º | 0.95% | 0.92% | - |
| HSV(B) | 12.97º | 0.15% | 1% | - |
| XYZ | 80.32 | 79.93 | 76.84 | - |
| YUV | 232.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 217 | 0 | 0.11 | 0.15 | 0.00 | 12.97 | 0.95 | 0.92 |
| Hex | FE | E1 | D9 | 0 | B | F | 0 | D | 5F | 5C |
| Octal | 376 | 341 | 331 | 0 | 13 | 17 | 0 | 15 | 137 | 134 |
| Binary | 11111110 | 11100001 | 11011001 | 0 | 1011 | 1111 | 0 | 1101 | 1011111 | 1011100 |
Color Harmonies of #FEE1D9
Complementary color
Monochromatic Colors of #FEE1D9
Black with #FEE1D9
Text Example
Text Example
White with #FEE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1D9; }
p { color: rgb(254,225,217); }
H1.HeaderClassName
{
color: #FEE1D9;
}
.AnyTagClassName
{
color: #FEE1D9;
}
</style>
background-color css
<style>
a { background-color: #FEE1D9; }
a { background-color: rgb(254,225,217); }
div.DivClassName
{
background-color: #FEE1D9;
}
.BgClassName
{
background-color: #FEE1D9;
}
</style>
border-color css
<style>
span { border-color: #FEE1D9; }
span { border-color: rgb(254,225,217); }
td.TdClassName
{
border-color: #FEE1D9;
}
.TagClassName
{
border-color: #FEE1D9;
}
</style>