Shades of Pippin #FDD9D2
Tints of Pippin #FDD9D2
RGB
CMYK
RGB Variations
Color information
#FDD9D2 (or 0xFDD9D2) is known color: Pippin. HEX triplet: FD, D9 and D2. RGB value is (253,217,210). Sum of RGB (Red+Green+Blue) = 253+217+210=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9D2 is #02262D. Grayscale: #E3E3E3. Windows color (decimal): -140846 or 13818365. OLE color: 13818365.
HSL color Cylindrical-coordinate representation of color #FDD9D2: hue angle of 9.77º degrees, saturation: 0.91, 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 #FDD9D2 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 210 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.01 |
| HSL | 9.77º | 0.91% | 0.91% | - |
| HSV(B) | 9.77º | 0.17% | 0.99% | - |
| XYZ | 76.95 | 75.16 | 71.42 | - |
| YUV | 226.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 210 | 0 | 0.14 | 0.17 | 0.01 | 9.77 | 0.91 | 0.91 |
| Hex | FD | D9 | D2 | 0 | E | 11 | 1 | A | 5B | 5B |
| Octal | 375 | 331 | 322 | 0 | 16 | 21 | 1 | 12 | 133 | 133 |
| Binary | 11111101 | 11011001 | 11010010 | 0 | 1110 | 10001 | 1 | 1010 | 1011011 | 1011011 |
Color Harmonies of #FDD9D2
Complementary color
Monochromatic Colors of #FDD9D2
Black with #FDD9D2
Text Example
Text Example
White with #FDD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9D2; }
p { color: rgb(253,217,210); }
H1.HeaderClassName
{
color: #FDD9D2;
}
.AnyTagClassName
{
color: #FDD9D2;
}
</style>
background-color css
<style>
a { background-color: #FDD9D2; }
a { background-color: rgb(253,217,210); }
div.DivClassName
{
background-color: #FDD9D2;
}
.BgClassName
{
background-color: #FDD9D2;
}
</style>
border-color css
<style>
span { border-color: #FDD9D2; }
span { border-color: rgb(253,217,210); }
td.TdClassName
{
border-color: #FDD9D2;
}
.TagClassName
{
border-color: #FDD9D2;
}
</style>