Shades of Pippin #FFD9D0
Tints of Pippin #FFD9D0
RGB
CMYK
RGB Variations
Color information
#FFD9D0 (or 0xFFD9D0) is known color: Pippin. HEX triplet: FF, D9 and D0. RGB value is (255,217,208). Sum of RGB (Red+Green+Blue) = 255+217+208=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9D0 is #00262F. Grayscale: #E3E3E3. Windows color (decimal): -9776 or 13687295. OLE color: 13687295.
HSL color Cylindrical-coordinate representation of color #FFD9D0: hue angle of 11.49º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD9D0 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 208 | - |
| CMYK | 0 | 0.15 | 0.18 | 0 |
| HSL | 11.49º | 1% | 0.91% | - |
| HSV(B) | 11.49º | 0.18% | 1% | - |
| XYZ | 77.44 | 75.44 | 70.15 | - |
| YUV | 227.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 208 | 0 | 0.15 | 0.18 | 0 | 11.49 | 1 | 0.91 |
| Hex | FF | D9 | D0 | 0 | F | 12 | 0 | B | 64 | 5B |
| Octal | 377 | 331 | 320 | 0 | 17 | 22 | 0 | 13 | 144 | 133 |
| Binary | 11111111 | 11011001 | 11010000 | 0 | 1111 | 10010 | 0 | 1011 | 1100100 | 1011011 |
Color Harmonies of #FFD9D0
Complementary color
Monochromatic Colors of #FFD9D0
Black with #FFD9D0
Text Example
Text Example
White with #FFD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9D0; }
p { color: rgb(255,217,208); }
H1.HeaderClassName
{
color: #FFD9D0;
}
.AnyTagClassName
{
color: #FFD9D0;
}
</style>
background-color css
<style>
a { background-color: #FFD9D0; }
a { background-color: rgb(255,217,208); }
div.DivClassName
{
background-color: #FFD9D0;
}
.BgClassName
{
background-color: #FFD9D0;
}
</style>
border-color css
<style>
span { border-color: #FFD9D0; }
span { border-color: rgb(255,217,208); }
td.TdClassName
{
border-color: #FFD9D0;
}
.TagClassName
{
border-color: #FFD9D0;
}
</style>