Shades of Pippin #FADAD2
Tints of Pippin #FADAD2
RGB
CMYK
RGB Variations
Color information
#FADAD2 (or 0xFADAD2) is known color: Pippin. HEX triplet: FA, DA and D2. RGB value is (250,218,210). Sum of RGB (Red+Green+Blue) = 250+218+210=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 210 (82.42% from 255 or 30.97% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD2 is #05252D. Grayscale: #E2E2E2. Windows color (decimal): -337198 or 13818618. OLE color: 13818618.
HSL color Cylindrical-coordinate representation of color #FADAD2: hue angle of 12º 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 #FADAD2 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 218 | 210 | - |
CMYK | 0 | 0.13 | 0.16 | 0.02 |
HSL | 12º | 0.8% | 0.9% | - |
HSV(B) | 12º | 0.16% | 0.98% | - |
XYZ | 76.13 | 75.12 | 71.46 | - |
YUV | 226.66 | 118.6 | 144.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 218 | 210 | 0 | 0.13 | 0.16 | 0.02 | 12 | 0.8 | 0.9 |
Hex | FA | DA | D2 | 0 | D | 10 | 2 | C | 50 | 5A |
Octal | 372 | 332 | 322 | 0 | 15 | 20 | 2 | 14 | 120 | 132 |
Binary | 11111010 | 11011010 | 11010010 | 0 | 1101 | 10000 | 10 | 1100 | 1010000 | 1011010 |
Color Harmonies of #FADAD2
Complementary color
Monochromatic Colors of #FADAD2
Black with #FADAD2
Text Example
Text Example
White with #FADAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAD2; }
p { color: rgb(250,218,210); }
H1.HeaderClassName
{
color: #FADAD2;
}
.AnyTagClassName
{
color: #FADAD2;
}
</style>
background-color css
<style>
a { background-color: #FADAD2; }
a { background-color: rgb(250,218,210); }
div.DivClassName
{
background-color: #FADAD2;
}
.BgClassName
{
background-color: #FADAD2;
}
</style>
border-color css
<style>
span { border-color: #FADAD2; }
span { border-color: rgb(250,218,210); }
td.TdClassName
{
border-color: #FADAD2;
}
.TagClassName
{
border-color: #FADAD2;
}
</style>