Shades of Pippin #FADFD5
Tints of Pippin #FADFD5
RGB
CMYK
RGB Variations
Color information
#FADFD5 (or 0xFADFD5) is known color: Pippin. HEX triplet: FA, DF and D5. RGB value is (250,223,213). Sum of RGB (Red+Green+Blue) = 250+223+213=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD5 is #05202A. Grayscale: #E6E6E6. Windows color (decimal): -335915 or 14016506. OLE color: 14016506.
HSL color Cylindrical-coordinate representation of color #FADFD5: hue angle of 16.22º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FADFD5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 213 | - |
CMYK | 0 | 0.11 | 0.15 | 0.02 |
HSL | 16.22º | 0.79% | 0.91% | - |
HSV(B) | 16.22º | 0.15% | 0.98% | - |
XYZ | 77.82 | 77.9 | 73.89 | - |
YUV | 229.93 | 118.45 | 142.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 213 | 0 | 0.11 | 0.15 | 0.02 | 16.22 | 0.79 | 0.91 |
Hex | FA | DF | D5 | 0 | B | F | 2 | 10 | 4F | 5B |
Octal | 372 | 337 | 325 | 0 | 13 | 17 | 2 | 20 | 117 | 133 |
Binary | 11111010 | 11011111 | 11010101 | 0 | 1011 | 1111 | 10 | 10000 | 1001111 | 1011011 |
Color Harmonies of #FADFD5
Complementary color
Monochromatic Colors of #FADFD5
Black with #FADFD5
Text Example
Text Example
White with #FADFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD5; }
p { color: rgb(250,223,213); }
H1.HeaderClassName
{
color: #FADFD5;
}
.AnyTagClassName
{
color: #FADFD5;
}
</style>
background-color css
<style>
a { background-color: #FADFD5; }
a { background-color: rgb(250,223,213); }
div.DivClassName
{
background-color: #FADFD5;
}
.BgClassName
{
background-color: #FADFD5;
}
</style>
border-color css
<style>
span { border-color: #FADFD5; }
span { border-color: rgb(250,223,213); }
td.TdClassName
{
border-color: #FADFD5;
}
.TagClassName
{
border-color: #FADFD5;
}
</style>