Shades of Pippin #FADED2
Tints of Pippin #FADED2
RGB
CMYK
RGB Variations
Color information
#FADED2 (or 0xFADED2) is known color: Pippin. HEX triplet: FA, DE and D2. RGB value is (250,222,210). Sum of RGB (Red+Green+Blue) = 250+222+210=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED2 is #05212D. Grayscale: #E5E5E5. Windows color (decimal): -336174 or 13819642. OLE color: 13819642.
HSL color Cylindrical-coordinate representation of color #FADED2: hue angle of 18º 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 #FADED2 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 222 | 210 | - |
CMYK | 0 | 0.11 | 0.16 | 0.02 |
HSL | 18º | 0.8% | 0.9% | - |
HSV(B) | 18º | 0.16% | 0.98% | - |
XYZ | 77.18 | 77.22 | 71.81 | - |
YUV | 229 | 117.28 | 142.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 222 | 210 | 0 | 0.11 | 0.16 | 0.02 | 18 | 0.8 | 0.9 |
Hex | FA | DE | D2 | 0 | B | 10 | 2 | 12 | 50 | 5A |
Octal | 372 | 336 | 322 | 0 | 13 | 20 | 2 | 22 | 120 | 132 |
Binary | 11111010 | 11011110 | 11010010 | 0 | 1011 | 10000 | 10 | 10010 | 1010000 | 1011010 |
Color Harmonies of #FADED2
Complementary color
Monochromatic Colors of #FADED2
Black with #FADED2
Text Example
Text Example
White with #FADED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADED2; }
p { color: rgb(250,222,210); }
H1.HeaderClassName
{
color: #FADED2;
}
.AnyTagClassName
{
color: #FADED2;
}
</style>
background-color css
<style>
a { background-color: #FADED2; }
a { background-color: rgb(250,222,210); }
div.DivClassName
{
background-color: #FADED2;
}
.BgClassName
{
background-color: #FADED2;
}
</style>
border-color css
<style>
span { border-color: #FADED2; }
span { border-color: rgb(250,222,210); }
td.TdClassName
{
border-color: #FADED2;
}
.TagClassName
{
border-color: #FADED2;
}
</style>