Shades of Pippin #FEE0CF
Tints of Pippin #FEE0CF
RGB
CMYK
RGB Variations
Color information
#FEE0CF (or 0xFEE0CF) is known color: Pippin. HEX triplet: FE, E0 and CF. RGB value is (254,224,207). Sum of RGB (Red+Green+Blue) = 254+224+207=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0CF is #011F30. Grayscale: #E7E7E7. Windows color (decimal): -73521 or 13623550. OLE color: 13623550.
HSL color Cylindrical-coordinate representation of color #FEE0CF: hue angle of 21.7º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE0CF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 207 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.00 |
| HSL | 21.7º | 0.96% | 0.9% | - |
| HSV(B) | 21.7º | 0.19% | 1% | - |
| XYZ | 78.79 | 78.89 | 70.11 | - |
| YUV | 231.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 207 | 0 | 0.12 | 0.19 | 0.00 | 21.7 | 0.96 | 0.9 |
| Hex | FE | E0 | CF | 0 | C | 13 | 0 | 16 | 60 | 5A |
| Octal | 376 | 340 | 317 | 0 | 14 | 23 | 0 | 26 | 140 | 132 |
| Binary | 11111110 | 11100000 | 11001111 | 0 | 1100 | 10011 | 0 | 10110 | 1100000 | 1011010 |
Color Harmonies of #FEE0CF
Complementary color
Monochromatic Colors of #FEE0CF
Black with #FEE0CF
Text Example
Text Example
White with #FEE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0CF; }
p { color: rgb(254,224,207); }
H1.HeaderClassName
{
color: #FEE0CF;
}
.AnyTagClassName
{
color: #FEE0CF;
}
</style>
background-color css
<style>
a { background-color: #FEE0CF; }
a { background-color: rgb(254,224,207); }
div.DivClassName
{
background-color: #FEE0CF;
}
.BgClassName
{
background-color: #FEE0CF;
}
</style>
border-color css
<style>
span { border-color: #FEE0CF; }
span { border-color: rgb(254,224,207); }
td.TdClassName
{
border-color: #FEE0CF;
}
.TagClassName
{
border-color: #FEE0CF;
}
</style>