Shades of Pippin #FADFD7
Tints of Pippin #FADFD7
RGB
CMYK
RGB Variations
Color information
#FADFD7 (or 0xFADFD7) is known color: Pippin. HEX triplet: FA, DF and D7. RGB value is (250,223,215). Sum of RGB (Red+Green+Blue) = 250+223+215=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD7 is #052028. Grayscale: #E6E6E6. Windows color (decimal): -335913 or 14147578. OLE color: 14147578.
HSL color Cylindrical-coordinate representation of color #FADFD7: hue angle of 13.71º 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 #FADFD7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 215 | - |
CMYK | 0 | 0.11 | 0.14 | 0.02 |
HSL | 13.71º | 0.78% | 0.91% | - |
HSV(B) | 13.71º | 0.14% | 0.98% | - |
XYZ | 78.08 | 78.01 | 75.23 | - |
YUV | 230.16 | 119.45 | 142.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 215 | 0 | 0.11 | 0.14 | 0.02 | 13.71 | 0.78 | 0.91 |
Hex | FA | DF | D7 | 0 | B | E | 2 | E | 4E | 5B |
Octal | 372 | 337 | 327 | 0 | 13 | 16 | 2 | 16 | 116 | 133 |
Binary | 11111010 | 11011111 | 11010111 | 0 | 1011 | 1110 | 10 | 1110 | 1001110 | 1011011 |
Color Harmonies of #FADFD7
Complementary color
Monochromatic Colors of #FADFD7
Black with #FADFD7
Text Example
Text Example
White with #FADFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD7; }
p { color: rgb(250,223,215); }
H1.HeaderClassName
{
color: #FADFD7;
}
.AnyTagClassName
{
color: #FADFD7;
}
</style>
background-color css
<style>
a { background-color: #FADFD7; }
a { background-color: rgb(250,223,215); }
div.DivClassName
{
background-color: #FADFD7;
}
.BgClassName
{
background-color: #FADFD7;
}
</style>
border-color css
<style>
span { border-color: #FADFD7; }
span { border-color: rgb(250,223,215); }
td.TdClassName
{
border-color: #FADFD7;
}
.TagClassName
{
border-color: #FADFD7;
}
</style>