Shades of Pippin #FEE0D4
Tints of Pippin #FEE0D4
RGB
CMYK
RGB Variations
Color information
#FEE0D4 (or 0xFEE0D4) is known color: Pippin. HEX triplet: FE, E0 and D4. RGB value is (254,224,212). Sum of RGB (Red+Green+Blue) = 254+224+212=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 212 (83.20% from 255 or 30.72% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0D4 is #011F2B. Grayscale: #E7E7E7. Windows color (decimal): -73516 or 13951230. OLE color: 13951230.
HSL color Cylindrical-coordinate representation of color #FEE0D4: hue angle of 17.14º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEE0D4 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 212 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.00 |
| HSL | 17.14º | 0.95% | 0.91% | - |
| HSV(B) | 17.14º | 0.17% | 1% | - |
| XYZ | 79.41 | 79.14 | 73.38 | - |
| YUV | 231.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 212 | 0 | 0.12 | 0.17 | 0.00 | 17.14 | 0.95 | 0.91 |
| Hex | FE | E0 | D4 | 0 | C | 11 | 0 | 11 | 5F | 5B |
| Octal | 376 | 340 | 324 | 0 | 14 | 21 | 0 | 21 | 137 | 133 |
| Binary | 11111110 | 11100000 | 11010100 | 0 | 1100 | 10001 | 0 | 10001 | 1011111 | 1011011 |
Color Harmonies of #FEE0D4
Complementary color
Monochromatic Colors of #FEE0D4
Black with #FEE0D4
Text Example
Text Example
White with #FEE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0D4; }
p { color: rgb(254,224,212); }
H1.HeaderClassName
{
color: #FEE0D4;
}
.AnyTagClassName
{
color: #FEE0D4;
}
</style>
background-color css
<style>
a { background-color: #FEE0D4; }
a { background-color: rgb(254,224,212); }
div.DivClassName
{
background-color: #FEE0D4;
}
.BgClassName
{
background-color: #FEE0D4;
}
</style>
border-color css
<style>
span { border-color: #FEE0D4; }
span { border-color: rgb(254,224,212); }
td.TdClassName
{
border-color: #FEE0D4;
}
.TagClassName
{
border-color: #FEE0D4;
}
</style>