Shades of Pippin #FDD9D1
Tints of Pippin #FDD9D1
RGB
CMYK
RGB Variations
Color information
#FDD9D1 (or 0xFDD9D1) is known color: Pippin. HEX triplet: FD, D9 and D1. RGB value is (253,217,209). Sum of RGB (Red+Green+Blue) = 253+217+209=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9D1 is #02262E. Grayscale: #E2E2E2. Windows color (decimal): -140847 or 13752829. OLE color: 13752829.
HSL color Cylindrical-coordinate representation of color #FDD9D1: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD9D1 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 209 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.01 |
| HSL | 10.91º | 0.92% | 0.91% | - |
| HSV(B) | 10.91º | 0.17% | 0.99% | - |
| XYZ | 76.83 | 75.11 | 70.77 | - |
| YUV | 226.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 209 | 0 | 0.14 | 0.17 | 0.01 | 10.91 | 0.92 | 0.91 |
| Hex | FD | D9 | D1 | 0 | E | 11 | 1 | B | 5C | 5B |
| Octal | 375 | 331 | 321 | 0 | 16 | 21 | 1 | 13 | 134 | 133 |
| Binary | 11111101 | 11011001 | 11010001 | 0 | 1110 | 10001 | 1 | 1011 | 1011100 | 1011011 |
Color Harmonies of #FDD9D1
Complementary color
Monochromatic Colors of #FDD9D1
Black with #FDD9D1
Text Example
Text Example
White with #FDD9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9D1; }
p { color: rgb(253,217,209); }
H1.HeaderClassName
{
color: #FDD9D1;
}
.AnyTagClassName
{
color: #FDD9D1;
}
</style>
background-color css
<style>
a { background-color: #FDD9D1; }
a { background-color: rgb(253,217,209); }
div.DivClassName
{
background-color: #FDD9D1;
}
.BgClassName
{
background-color: #FDD9D1;
}
</style>
border-color css
<style>
span { border-color: #FDD9D1; }
span { border-color: rgb(253,217,209); }
td.TdClassName
{
border-color: #FDD9D1;
}
.TagClassName
{
border-color: #FDD9D1;
}
</style>