Shades of Pippin #FADFD4
Tints of Pippin #FADFD4
RGB
CMYK
RGB Variations
Color information
#FADFD4 (or 0xFADFD4) is known color: Pippin. HEX triplet: FA, DF and D4. RGB value is (250,223,212). Sum of RGB (Red+Green+Blue) = 250+223+212=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD4 is #05202B. Grayscale: #E5E5E5. Windows color (decimal): -335916 or 13950970. OLE color: 13950970.
HSL color Cylindrical-coordinate representation of color #FADFD4: hue angle of 17.37º 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 #FADFD4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 212 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.02 |
| HSL | 17.37º | 0.79% | 0.91% | - |
| HSV(B) | 17.37º | 0.15% | 0.98% | - |
| XYZ | 77.7 | 77.85 | 73.22 | - |
| YUV | 229.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 212 | 0 | 0.11 | 0.15 | 0.02 | 17.37 | 0.79 | 0.91 |
| Hex | FA | DF | D4 | 0 | B | F | 2 | 11 | 4F | 5B |
| Octal | 372 | 337 | 324 | 0 | 13 | 17 | 2 | 21 | 117 | 133 |
| Binary | 11111010 | 11011111 | 11010100 | 0 | 1011 | 1111 | 10 | 10001 | 1001111 | 1011011 |
Color Harmonies of #FADFD4
Complementary color
Monochromatic Colors of #FADFD4
Black with #FADFD4
Text Example
Text Example
White with #FADFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD4; }
p { color: rgb(250,223,212); }
H1.HeaderClassName
{
color: #FADFD4;
}
.AnyTagClassName
{
color: #FADFD4;
}
</style>
background-color css
<style>
a { background-color: #FADFD4; }
a { background-color: rgb(250,223,212); }
div.DivClassName
{
background-color: #FADFD4;
}
.BgClassName
{
background-color: #FADFD4;
}
</style>
border-color css
<style>
span { border-color: #FADFD4; }
span { border-color: rgb(250,223,212); }
td.TdClassName
{
border-color: #FADFD4;
}
.TagClassName
{
border-color: #FADFD4;
}
</style>