Shades of Pippin #FEE0D6
Tints of Pippin #FEE0D6
RGB
CMYK
RGB Variations
Color information
#FEE0D6 (or 0xFEE0D6) is known color: Pippin. HEX triplet: FE, E0 and D6. RGB value is (254,224,214). Sum of RGB (Red+Green+Blue) = 254+224+214=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0D6 is #011F29. Grayscale: #E7E7E7. Windows color (decimal): -73514 or 14082302. OLE color: 14082302.
HSL color Cylindrical-coordinate representation of color #FEE0D6: hue angle of 15º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEE0D6 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 214 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.00 |
| HSL | 15º | 0.95% | 0.92% | - |
| HSV(B) | 15º | 0.16% | 1% | - |
| XYZ | 79.67 | 79.24 | 74.71 | - |
| YUV | 231.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 214 | 0 | 0.12 | 0.16 | 0.00 | 15 | 0.95 | 0.92 |
| Hex | FE | E0 | D6 | 0 | C | 10 | 0 | F | 5F | 5C |
| Octal | 376 | 340 | 326 | 0 | 14 | 20 | 0 | 17 | 137 | 134 |
| Binary | 11111110 | 11100000 | 11010110 | 0 | 1100 | 10000 | 0 | 1111 | 1011111 | 1011100 |
Color Harmonies of #FEE0D6
Complementary color
Monochromatic Colors of #FEE0D6
Black with #FEE0D6
Text Example
Text Example
White with #FEE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0D6; }
p { color: rgb(254,224,214); }
H1.HeaderClassName
{
color: #FEE0D6;
}
.AnyTagClassName
{
color: #FEE0D6;
}
</style>
background-color css
<style>
a { background-color: #FEE0D6; }
a { background-color: rgb(254,224,214); }
div.DivClassName
{
background-color: #FEE0D6;
}
.BgClassName
{
background-color: #FEE0D6;
}
</style>
border-color css
<style>
span { border-color: #FEE0D6; }
span { border-color: rgb(254,224,214); }
td.TdClassName
{
border-color: #FEE0D6;
}
.TagClassName
{
border-color: #FEE0D6;
}
</style>