Shades of Pippin #FFE0CF
Tints of Pippin #FFE0CF
RGB
CMYK
RGB Variations
Color information
#FFE0CF (or 0xFFE0CF) is known color: Pippin. HEX triplet: FF, E0 and CF. RGB value is (255,224,207). Sum of RGB (Red+Green+Blue) = 255+224+207=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CF is #001F30. Grayscale: #E7E7E7. Windows color (decimal): -7985 or 13623551. OLE color: 13623551.
HSL color Cylindrical-coordinate representation of color #FFE0CF: hue angle of 21.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE0CF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 207 | - |
| CMYK | 0 | 0.12 | 0.19 | 0 |
| HSL | 21.25º | 1% | 0.91% | - |
| HSV(B) | 21.25º | 0.19% | 1% | - |
| XYZ | 79.16 | 79.08 | 70.12 | - |
| YUV | 231.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 207 | 0 | 0.12 | 0.19 | 0 | 21.25 | 1 | 0.91 |
| Hex | FF | E0 | CF | 0 | C | 13 | 0 | 15 | 64 | 5B |
| Octal | 377 | 340 | 317 | 0 | 14 | 23 | 0 | 25 | 144 | 133 |
| Binary | 11111111 | 11100000 | 11001111 | 0 | 1100 | 10011 | 0 | 10101 | 1100100 | 1011011 |
Color Harmonies of #FFE0CF
Complementary color
Monochromatic Colors of #FFE0CF
Black with #FFE0CF
Text Example
Text Example
White with #FFE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0CF; }
p { color: rgb(255,224,207); }
H1.HeaderClassName
{
color: #FFE0CF;
}
.AnyTagClassName
{
color: #FFE0CF;
}
</style>
background-color css
<style>
a { background-color: #FFE0CF; }
a { background-color: rgb(255,224,207); }
div.DivClassName
{
background-color: #FFE0CF;
}
.BgClassName
{
background-color: #FFE0CF;
}
</style>
border-color css
<style>
span { border-color: #FFE0CF; }
span { border-color: rgb(255,224,207); }
td.TdClassName
{
border-color: #FFE0CF;
}
.TagClassName
{
border-color: #FFE0CF;
}
</style>