Shades of Pippin #FFDFCE
Tints of Pippin #FFDFCE
RGB
CMYK
RGB Variations
Color information
#FFDFCE (or 0xFFDFCE) is known color: Pippin. HEX triplet: FF, DF and CE. RGB value is (255,223,206). Sum of RGB (Red+Green+Blue) = 255+223+206=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFCE is #002031. Grayscale: #E6E6E6. Windows color (decimal): -8242 or 13557759. OLE color: 13557759.
HSL color Cylindrical-coordinate representation of color #FFDFCE: hue angle of 20.82º 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 #FFDFCE is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 206 | - |
| CMYK | 0 | 0.13 | 0.19 | 0 |
| HSL | 20.82º | 1% | 0.9% | - |
| HSV(B) | 20.82º | 0.19% | 1% | - |
| XYZ | 78.77 | 78.49 | 69.39 | - |
| YUV | 230.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 206 | 0 | 0.13 | 0.19 | 0 | 20.82 | 1 | 0.9 |
| Hex | FF | DF | CE | 0 | D | 13 | 0 | 15 | 64 | 5A |
| Octal | 377 | 337 | 316 | 0 | 15 | 23 | 0 | 25 | 144 | 132 |
| Binary | 11111111 | 11011111 | 11001110 | 0 | 1101 | 10011 | 0 | 10101 | 1100100 | 1011010 |
Color Harmonies of #FFDFCE
Complementary color
Monochromatic Colors of #FFDFCE
Black with #FFDFCE
Text Example
Text Example
White with #FFDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFCE; }
p { color: rgb(255,223,206); }
H1.HeaderClassName
{
color: #FFDFCE;
}
.AnyTagClassName
{
color: #FFDFCE;
}
</style>
background-color css
<style>
a { background-color: #FFDFCE; }
a { background-color: rgb(255,223,206); }
div.DivClassName
{
background-color: #FFDFCE;
}
.BgClassName
{
background-color: #FFDFCE;
}
</style>
border-color css
<style>
span { border-color: #FFDFCE; }
span { border-color: rgb(255,223,206); }
td.TdClassName
{
border-color: #FFDFCE;
}
.TagClassName
{
border-color: #FFDFCE;
}
</style>