Shades of Pippin #FFE0CE
Tints of Pippin #FFE0CE
RGB
CMYK
RGB Variations
Color information
#FFE0CE (or 0xFFE0CE) is known color: Pippin. HEX triplet: FF, E0 and CE. RGB value is (255,224,206). Sum of RGB (Red+Green+Blue) = 255+224+206=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CE is #001F31. Grayscale: #E7E7E7. Windows color (decimal): -7986 or 13558015. OLE color: 13558015.
HSL color Cylindrical-coordinate representation of color #FFE0CE: hue angle of 22.04º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE0CE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 206 | - |
| CMYK | 0 | 0.12 | 0.19 | 0 |
| HSL | 22.04º | 1% | 0.9% | - |
| HSV(B) | 22.04º | 0.19% | 1% | - |
| XYZ | 79.04 | 79.03 | 69.48 | - |
| YUV | 231.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 206 | 0 | 0.12 | 0.19 | 0 | 22.04 | 1 | 0.9 |
| Hex | FF | E0 | CE | 0 | C | 13 | 0 | 16 | 64 | 5A |
| Octal | 377 | 340 | 316 | 0 | 14 | 23 | 0 | 26 | 144 | 132 |
| Binary | 11111111 | 11100000 | 11001110 | 0 | 1100 | 10011 | 0 | 10110 | 1100100 | 1011010 |
Color Harmonies of #FFE0CE
Complementary color
Monochromatic Colors of #FFE0CE
Black with #FFE0CE
Text Example
Text Example
White with #FFE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0CE; }
p { color: rgb(255,224,206); }
H1.HeaderClassName
{
color: #FFE0CE;
}
.AnyTagClassName
{
color: #FFE0CE;
}
</style>
background-color css
<style>
a { background-color: #FFE0CE; }
a { background-color: rgb(255,224,206); }
div.DivClassName
{
background-color: #FFE0CE;
}
.BgClassName
{
background-color: #FFE0CE;
}
</style>
border-color css
<style>
span { border-color: #FFE0CE; }
span { border-color: rgb(255,224,206); }
td.TdClassName
{
border-color: #FFE0CE;
}
.TagClassName
{
border-color: #FFE0CE;
}
</style>