Shades of Pippin #FADDD2
Tints of Pippin #FADDD2
RGB
CMYK
RGB Variations
Color information
#FADDD2 (or 0xFADDD2) is known color: Pippin. HEX triplet: FA, DD and D2. RGB value is (250,221,210). Sum of RGB (Red+Green+Blue) = 250+221+210=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD2 is #05222D. Grayscale: #E4E4E4. Windows color (decimal): -336430 or 13819386. OLE color: 13819386.
HSL color Cylindrical-coordinate representation of color #FADDD2: hue angle of 16.5º 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 #FADDD2 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 210 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 16.5º | 0.8% | 0.9% | - |
| HSV(B) | 16.5º | 0.16% | 0.98% | - |
| XYZ | 76.91 | 76.69 | 71.72 | - |
| YUV | 228.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 210 | 0 | 0.12 | 0.16 | 0.02 | 16.5 | 0.8 | 0.9 |
| Hex | FA | DD | D2 | 0 | C | 10 | 2 | 10 | 50 | 5A |
| Octal | 372 | 335 | 322 | 0 | 14 | 20 | 2 | 20 | 120 | 132 |
| Binary | 11111010 | 11011101 | 11010010 | 0 | 1100 | 10000 | 10 | 10000 | 1010000 | 1011010 |
Color Harmonies of #FADDD2
Complementary color
Monochromatic Colors of #FADDD2
Black with #FADDD2
Text Example
Text Example
White with #FADDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDD2; }
p { color: rgb(250,221,210); }
H1.HeaderClassName
{
color: #FADDD2;
}
.AnyTagClassName
{
color: #FADDD2;
}
</style>
background-color css
<style>
a { background-color: #FADDD2; }
a { background-color: rgb(250,221,210); }
div.DivClassName
{
background-color: #FADDD2;
}
.BgClassName
{
background-color: #FADDD2;
}
</style>
border-color css
<style>
span { border-color: #FADDD2; }
span { border-color: rgb(250,221,210); }
td.TdClassName
{
border-color: #FADDD2;
}
.TagClassName
{
border-color: #FADDD2;
}
</style>