Shades of Pippin #FAD9D1
Tints of Pippin #FAD9D1
RGB
CMYK
RGB Variations
Color information
#FAD9D1 (or 0xFAD9D1) is known color: Pippin. HEX triplet: FA, D9 and D1. RGB value is (250,217,209). Sum of RGB (Red+Green+Blue) = 250+217+209=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D1 is #05262E. Grayscale: #E2E2E2. Windows color (decimal): -337455 or 13752826. OLE color: 13752826.
HSL color Cylindrical-coordinate representation of color #FAD9D1: hue angle of 11.71º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD9D1 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 209 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.02 |
| HSL | 11.71º | 0.8% | 0.9% | - |
| HSV(B) | 11.71º | 0.16% | 0.98% | - |
| XYZ | 75.75 | 74.55 | 70.72 | - |
| YUV | 225.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 209 | 0 | 0.13 | 0.16 | 0.02 | 11.71 | 0.8 | 0.9 |
| Hex | FA | D9 | D1 | 0 | D | 10 | 2 | C | 50 | 5A |
| Octal | 372 | 331 | 321 | 0 | 15 | 20 | 2 | 14 | 120 | 132 |
| Binary | 11111010 | 11011001 | 11010001 | 0 | 1101 | 10000 | 10 | 1100 | 1010000 | 1011010 |
Color Harmonies of #FAD9D1
Complementary color
Monochromatic Colors of #FAD9D1
Black with #FAD9D1
Text Example
Text Example
White with #FAD9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9D1; }
p { color: rgb(250,217,209); }
H1.HeaderClassName
{
color: #FAD9D1;
}
.AnyTagClassName
{
color: #FAD9D1;
}
</style>
background-color css
<style>
a { background-color: #FAD9D1; }
a { background-color: rgb(250,217,209); }
div.DivClassName
{
background-color: #FAD9D1;
}
.BgClassName
{
background-color: #FAD9D1;
}
</style>
border-color css
<style>
span { border-color: #FAD9D1; }
span { border-color: rgb(250,217,209); }
td.TdClassName
{
border-color: #FAD9D1;
}
.TagClassName
{
border-color: #FAD9D1;
}
</style>