Shades of Pippin #FADDD6
Tints of Pippin #FADDD6
RGB
CMYK
RGB Variations
Color information
#FADDD6 (or 0xFADDD6) is known color: Pippin. HEX triplet: FA, DD and D6. RGB value is (250,221,214). Sum of RGB (Red+Green+Blue) = 250+221+214=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD6 is #052229. Grayscale: #E4E4E4. Windows color (decimal): -336426 or 14081530. OLE color: 14081530.
HSL color Cylindrical-coordinate representation of color #FADDD6: hue angle of 11.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FADDD6 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 214 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.02 |
| HSL | 11.67º | 0.78% | 0.91% | - |
| HSV(B) | 11.67º | 0.14% | 0.98% | - |
| XYZ | 77.42 | 76.89 | 74.38 | - |
| YUV | 228.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 214 | 0 | 0.12 | 0.14 | 0.02 | 11.67 | 0.78 | 0.91 |
| Hex | FA | DD | D6 | 0 | C | E | 2 | C | 4E | 5B |
| Octal | 372 | 335 | 326 | 0 | 14 | 16 | 2 | 14 | 116 | 133 |
| Binary | 11111010 | 11011101 | 11010110 | 0 | 1100 | 1110 | 10 | 1100 | 1001110 | 1011011 |
Color Harmonies of #FADDD6
Complementary color
Monochromatic Colors of #FADDD6
Black with #FADDD6
Text Example
Text Example
White with #FADDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDD6; }
p { color: rgb(250,221,214); }
H1.HeaderClassName
{
color: #FADDD6;
}
.AnyTagClassName
{
color: #FADDD6;
}
</style>
background-color css
<style>
a { background-color: #FADDD6; }
a { background-color: rgb(250,221,214); }
div.DivClassName
{
background-color: #FADDD6;
}
.BgClassName
{
background-color: #FADDD6;
}
</style>
border-color css
<style>
span { border-color: #FADDD6; }
span { border-color: rgb(250,221,214); }
td.TdClassName
{
border-color: #FADDD6;
}
.TagClassName
{
border-color: #FADDD6;
}
</style>