Shades of Pippin #FADAD3
Tints of Pippin #FADAD3
RGB
CMYK
RGB Variations
Color information
#FADAD3 (or 0xFADAD3) is known color: Pippin. HEX triplet: FA, DA and D3. RGB value is (250,218,211). Sum of RGB (Red+Green+Blue) = 250+218+211=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 211 (82.81% from 255 or 31.08% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD3 is #05252C. Grayscale: #E2E2E2. Windows color (decimal): -337197 or 13884154. OLE color: 13884154.
HSL color Cylindrical-coordinate representation of color #FADAD3: hue angle of 10.77º 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 #FADAD3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 211 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.02 |
| HSL | 10.77º | 0.8% | 0.9% | - |
| HSV(B) | 10.77º | 0.16% | 0.98% | - |
| XYZ | 76.25 | 75.17 | 72.12 | - |
| YUV | 226.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 211 | 0 | 0.13 | 0.16 | 0.02 | 10.77 | 0.8 | 0.9 |
| Hex | FA | DA | D3 | 0 | D | 10 | 2 | B | 50 | 5A |
| Octal | 372 | 332 | 323 | 0 | 15 | 20 | 2 | 13 | 120 | 132 |
| Binary | 11111010 | 11011010 | 11010011 | 0 | 1101 | 10000 | 10 | 1011 | 1010000 | 1011010 |
Color Harmonies of #FADAD3
Complementary color
Monochromatic Colors of #FADAD3
Black with #FADAD3
Text Example
Text Example
White with #FADAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAD3; }
p { color: rgb(250,218,211); }
H1.HeaderClassName
{
color: #FADAD3;
}
.AnyTagClassName
{
color: #FADAD3;
}
</style>
background-color css
<style>
a { background-color: #FADAD3; }
a { background-color: rgb(250,218,211); }
div.DivClassName
{
background-color: #FADAD3;
}
.BgClassName
{
background-color: #FADAD3;
}
</style>
border-color css
<style>
span { border-color: #FADAD3; }
span { border-color: rgb(250,218,211); }
td.TdClassName
{
border-color: #FADAD3;
}
.TagClassName
{
border-color: #FADAD3;
}
</style>