Shades of Pippin #FAD9D0
Tints of Pippin #FAD9D0
RGB
CMYK
RGB Variations
Color information
#FAD9D0 (or 0xFAD9D0) is known color: Pippin. HEX triplet: FA, D9 and D0. RGB value is (250,217,208). Sum of RGB (Red+Green+Blue) = 250+217+208=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D0 is #05262F. Grayscale: #E1E1E1. Windows color (decimal): -337456 or 13687290. OLE color: 13687290.
HSL color Cylindrical-coordinate representation of color #FAD9D0: hue angle of 12.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD9D0 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 208 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.02 |
| HSL | 12.86º | 0.81% | 0.9% | - |
| HSV(B) | 12.86º | 0.17% | 0.98% | - |
| XYZ | 75.62 | 74.5 | 70.07 | - |
| YUV | 225.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 208 | 0 | 0.13 | 0.17 | 0.02 | 12.86 | 0.81 | 0.9 |
| Hex | FA | D9 | D0 | 0 | D | 11 | 2 | D | 51 | 5A |
| Octal | 372 | 331 | 320 | 0 | 15 | 21 | 2 | 15 | 121 | 132 |
| Binary | 11111010 | 11011001 | 11010000 | 0 | 1101 | 10001 | 10 | 1101 | 1010001 | 1011010 |
Color Harmonies of #FAD9D0
Complementary color
Monochromatic Colors of #FAD9D0
Black with #FAD9D0
Text Example
Text Example
White with #FAD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9D0; }
p { color: rgb(250,217,208); }
H1.HeaderClassName
{
color: #FAD9D0;
}
.AnyTagClassName
{
color: #FAD9D0;
}
</style>
background-color css
<style>
a { background-color: #FAD9D0; }
a { background-color: rgb(250,217,208); }
div.DivClassName
{
background-color: #FAD9D0;
}
.BgClassName
{
background-color: #FAD9D0;
}
</style>
border-color css
<style>
span { border-color: #FAD9D0; }
span { border-color: rgb(250,217,208); }
td.TdClassName
{
border-color: #FAD9D0;
}
.TagClassName
{
border-color: #FAD9D0;
}
</style>