Shades of Pippin #FADAD1
Tints of Pippin #FADAD1
RGB
CMYK
RGB Variations
Color information
#FADAD1 (or 0xFADAD1) is known color: Pippin. HEX triplet: FA, DA and D1. RGB value is (250,218,209). Sum of RGB (Red+Green+Blue) = 250+218+209=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD1 is #05252E. Grayscale: #E2E2E2. Windows color (decimal): -337199 or 13753082. OLE color: 13753082.
HSL color Cylindrical-coordinate representation of color #FADAD1: hue angle of 13.17º 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 #FADAD1 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 209 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.02 |
| HSL | 13.17º | 0.8% | 0.9% | - |
| HSV(B) | 13.17º | 0.16% | 0.98% | - |
| XYZ | 76 | 75.07 | 70.81 | - |
| YUV | 226.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 209 | 0 | 0.13 | 0.16 | 0.02 | 13.17 | 0.8 | 0.9 |
| Hex | FA | DA | D1 | 0 | D | 10 | 2 | D | 50 | 5A |
| Octal | 372 | 332 | 321 | 0 | 15 | 20 | 2 | 15 | 120 | 132 |
| Binary | 11111010 | 11011010 | 11010001 | 0 | 1101 | 10000 | 10 | 1101 | 1010000 | 1011010 |
Color Harmonies of #FADAD1
Complementary color
Monochromatic Colors of #FADAD1
Black with #FADAD1
Text Example
Text Example
White with #FADAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAD1; }
p { color: rgb(250,218,209); }
H1.HeaderClassName
{
color: #FADAD1;
}
.AnyTagClassName
{
color: #FADAD1;
}
</style>
background-color css
<style>
a { background-color: #FADAD1; }
a { background-color: rgb(250,218,209); }
div.DivClassName
{
background-color: #FADAD1;
}
.BgClassName
{
background-color: #FADAD1;
}
</style>
border-color css
<style>
span { border-color: #FADAD1; }
span { border-color: rgb(250,218,209); }
td.TdClassName
{
border-color: #FADAD1;
}
.TagClassName
{
border-color: #FADAD1;
}
</style>