Shades of Pippin #FFD9CF
Tints of Pippin #FFD9CF
RGB
CMYK
RGB Variations
Color information
#FFD9CF (or 0xFFD9CF) is known color: Pippin. HEX triplet: FF, D9 and CF. RGB value is (255,217,207). Sum of RGB (Red+Green+Blue) = 255+217+207=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CF is #002630. Grayscale: #E3E3E3. Windows color (decimal): -9777 or 13621759. OLE color: 13621759.
HSL color Cylindrical-coordinate representation of color #FFD9CF: hue angle of 12.5º 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 #FFD9CF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 207 | - |
| CMYK | 0 | 0.15 | 0.19 | 0 |
| HSL | 12.5º | 1% | 0.91% | - |
| HSV(B) | 12.5º | 0.19% | 1% | - |
| XYZ | 77.32 | 75.39 | 69.51 | - |
| YUV | 227.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 207 | 0 | 0.15 | 0.19 | 0 | 12.5 | 1 | 0.91 |
| Hex | FF | D9 | CF | 0 | F | 13 | 0 | C | 64 | 5B |
| Octal | 377 | 331 | 317 | 0 | 17 | 23 | 0 | 14 | 144 | 133 |
| Binary | 11111111 | 11011001 | 11001111 | 0 | 1111 | 10011 | 0 | 1100 | 1100100 | 1011011 |
Color Harmonies of #FFD9CF
Complementary color
Monochromatic Colors of #FFD9CF
Black with #FFD9CF
Text Example
Text Example
White with #FFD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9CF; }
p { color: rgb(255,217,207); }
H1.HeaderClassName
{
color: #FFD9CF;
}
.AnyTagClassName
{
color: #FFD9CF;
}
</style>
background-color css
<style>
a { background-color: #FFD9CF; }
a { background-color: rgb(255,217,207); }
div.DivClassName
{
background-color: #FFD9CF;
}
.BgClassName
{
background-color: #FFD9CF;
}
</style>
border-color css
<style>
span { border-color: #FFD9CF; }
span { border-color: rgb(255,217,207); }
td.TdClassName
{
border-color: #FFD9CF;
}
.TagClassName
{
border-color: #FFD9CF;
}
</style>