Shades of Pippin #FADDD3
Tints of Pippin #FADDD3
RGB
CMYK
RGB Variations
Color information
#FADDD3 (or 0xFADDD3) is known color: Pippin. HEX triplet: FA, DD and D3. RGB value is (250,221,211). Sum of RGB (Red+Green+Blue) = 250+221+211=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD3 is #05222C. Grayscale: #E4E4E4. Windows color (decimal): -336429 or 13884922. OLE color: 13884922.
HSL color Cylindrical-coordinate representation of color #FADDD3: hue angle of 15.38º 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 #FADDD3 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 211 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 15.38º | 0.8% | 0.9% | - |
| HSV(B) | 15.38º | 0.16% | 0.98% | - |
| XYZ | 77.04 | 76.74 | 72.38 | - |
| YUV | 228.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 211 | 0 | 0.12 | 0.16 | 0.02 | 15.38 | 0.8 | 0.9 |
| Hex | FA | DD | D3 | 0 | C | 10 | 2 | F | 50 | 5A |
| Octal | 372 | 335 | 323 | 0 | 14 | 20 | 2 | 17 | 120 | 132 |
| Binary | 11111010 | 11011101 | 11010011 | 0 | 1100 | 10000 | 10 | 1111 | 1010000 | 1011010 |
Color Harmonies of #FADDD3
Complementary color
Monochromatic Colors of #FADDD3
Black with #FADDD3
Text Example
Text Example
White with #FADDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDD3; }
p { color: rgb(250,221,211); }
H1.HeaderClassName
{
color: #FADDD3;
}
.AnyTagClassName
{
color: #FADDD3;
}
</style>
background-color css
<style>
a { background-color: #FADDD3; }
a { background-color: rgb(250,221,211); }
div.DivClassName
{
background-color: #FADDD3;
}
.BgClassName
{
background-color: #FADDD3;
}
</style>
border-color css
<style>
span { border-color: #FADDD3; }
span { border-color: rgb(250,221,211); }
td.TdClassName
{
border-color: #FADDD3;
}
.TagClassName
{
border-color: #FADDD3;
}
</style>