Shades of Pippin #FEE1D7
Tints of Pippin #FEE1D7
RGB
CMYK
RGB Variations
Color information
#FEE1D7 (or 0xFEE1D7) is known color: Pippin. HEX triplet: FE, E1 and D7. RGB value is (254,225,215). Sum of RGB (Red+Green+Blue) = 254+225+215=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 215 (84.38% from 255 or 30.98% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1D7 is #011E28. Grayscale: #E8E8E8. Windows color (decimal): -73257 or 14148094. OLE color: 14148094.
HSL color Cylindrical-coordinate representation of color #FEE1D7: hue angle of 15.38º 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 #FEE1D7 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 215 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.00 |
| HSL | 15.38º | 0.95% | 0.92% | - |
| HSV(B) | 15.38º | 0.15% | 1% | - |
| XYZ | 80.06 | 79.83 | 75.48 | - |
| YUV | 232.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 215 | 0 | 0.11 | 0.15 | 0.00 | 15.38 | 0.95 | 0.92 |
| Hex | FE | E1 | D7 | 0 | B | F | 0 | F | 5F | 5C |
| Octal | 376 | 341 | 327 | 0 | 13 | 17 | 0 | 17 | 137 | 134 |
| Binary | 11111110 | 11100001 | 11010111 | 0 | 1011 | 1111 | 0 | 1111 | 1011111 | 1011100 |
Color Harmonies of #FEE1D7
Complementary color
Monochromatic Colors of #FEE1D7
Black with #FEE1D7
Text Example
Text Example
White with #FEE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1D7; }
p { color: rgb(254,225,215); }
H1.HeaderClassName
{
color: #FEE1D7;
}
.AnyTagClassName
{
color: #FEE1D7;
}
</style>
background-color css
<style>
a { background-color: #FEE1D7; }
a { background-color: rgb(254,225,215); }
div.DivClassName
{
background-color: #FEE1D7;
}
.BgClassName
{
background-color: #FEE1D7;
}
</style>
border-color css
<style>
span { border-color: #FEE1D7; }
span { border-color: rgb(254,225,215); }
td.TdClassName
{
border-color: #FEE1D7;
}
.TagClassName
{
border-color: #FEE1D7;
}
</style>