Shades of Pippin #FADCD1
Tints of Pippin #FADCD1
RGB
CMYK
RGB Variations
Color information
#FADCD1 (or 0xFADCD1) is known color: Pippin. HEX triplet: FA, DC and D1. RGB value is (250,220,209). Sum of RGB (Red+Green+Blue) = 250+220+209=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD1 is #05232E. Grayscale: #E3E3E3. Windows color (decimal): -336687 or 13753594. OLE color: 13753594.
HSL color Cylindrical-coordinate representation of color #FADCD1: hue angle of 16.1º 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 #FADCD1 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 209 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 16.1º | 0.8% | 0.9% | - |
| HSV(B) | 16.1º | 0.16% | 0.98% | - |
| XYZ | 76.53 | 76.11 | 70.98 | - |
| YUV | 227.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 209 | 0 | 0.12 | 0.16 | 0.02 | 16.1 | 0.8 | 0.9 |
| Hex | FA | DC | D1 | 0 | C | 10 | 2 | 10 | 50 | 5A |
| Octal | 372 | 334 | 321 | 0 | 14 | 20 | 2 | 20 | 120 | 132 |
| Binary | 11111010 | 11011100 | 11010001 | 0 | 1100 | 10000 | 10 | 10000 | 1010000 | 1011010 |
Color Harmonies of #FADCD1
Complementary color
Monochromatic Colors of #FADCD1
Black with #FADCD1
Text Example
Text Example
White with #FADCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCD1; }
p { color: rgb(250,220,209); }
H1.HeaderClassName
{
color: #FADCD1;
}
.AnyTagClassName
{
color: #FADCD1;
}
</style>
background-color css
<style>
a { background-color: #FADCD1; }
a { background-color: rgb(250,220,209); }
div.DivClassName
{
background-color: #FADCD1;
}
.BgClassName
{
background-color: #FADCD1;
}
</style>
border-color css
<style>
span { border-color: #FADCD1; }
span { border-color: rgb(250,220,209); }
td.TdClassName
{
border-color: #FADCD1;
}
.TagClassName
{
border-color: #FADCD1;
}
</style>