Shades of Pippin #FADFD6
Tints of Pippin #FADFD6
RGB
CMYK
RGB Variations
Color information
#FADFD6 (or 0xFADFD6) is known color: Pippin. HEX triplet: FA, DF and D6. RGB value is (250,223,214). Sum of RGB (Red+Green+Blue) = 250+223+214=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD6 is #052029. Grayscale: #E6E6E6. Windows color (decimal): -335914 or 14082042. OLE color: 14082042.
HSL color Cylindrical-coordinate representation of color #FADFD6: hue angle of 15º 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 #FADFD6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 214 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.02 |
| HSL | 15º | 0.78% | 0.91% | - |
| HSV(B) | 15º | 0.14% | 0.98% | - |
| XYZ | 77.95 | 77.95 | 74.56 | - |
| YUV | 230.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 214 | 0 | 0.11 | 0.14 | 0.02 | 15 | 0.78 | 0.91 |
| Hex | FA | DF | D6 | 0 | B | E | 2 | F | 4E | 5B |
| Octal | 372 | 337 | 326 | 0 | 13 | 16 | 2 | 17 | 116 | 133 |
| Binary | 11111010 | 11011111 | 11010110 | 0 | 1011 | 1110 | 10 | 1111 | 1001110 | 1011011 |
Color Harmonies of #FADFD6
Complementary color
Monochromatic Colors of #FADFD6
Black with #FADFD6
Text Example
Text Example
White with #FADFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD6; }
p { color: rgb(250,223,214); }
H1.HeaderClassName
{
color: #FADFD6;
}
.AnyTagClassName
{
color: #FADFD6;
}
</style>
background-color css
<style>
a { background-color: #FADFD6; }
a { background-color: rgb(250,223,214); }
div.DivClassName
{
background-color: #FADFD6;
}
.BgClassName
{
background-color: #FADFD6;
}
</style>
border-color css
<style>
span { border-color: #FADFD6; }
span { border-color: rgb(250,223,214); }
td.TdClassName
{
border-color: #FADFD6;
}
.TagClassName
{
border-color: #FADFD6;
}
</style>