Shades of Pippin #FADED7
Tints of Pippin #FADED7
RGB
CMYK
RGB Variations
Color information
#FADED7 (or 0xFADED7) is known color: Pippin. HEX triplet: FA, DE and D7. RGB value is (250,222,215). Sum of RGB (Red+Green+Blue) = 250+222+215=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED7 is #052128. Grayscale: #E5E5E5. Windows color (decimal): -336169 or 14147322. OLE color: 14147322.
HSL color Cylindrical-coordinate representation of color #FADED7: hue angle of 12º 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 #FADED7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 215 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.02 |
| HSL | 12º | 0.78% | 0.91% | - |
| HSV(B) | 12º | 0.14% | 0.98% | - |
| XYZ | 77.81 | 77.47 | 75.14 | - |
| YUV | 229.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 215 | 0 | 0.11 | 0.14 | 0.02 | 12 | 0.78 | 0.91 |
| Hex | FA | DE | D7 | 0 | B | E | 2 | C | 4E | 5B |
| Octal | 372 | 336 | 327 | 0 | 13 | 16 | 2 | 14 | 116 | 133 |
| Binary | 11111010 | 11011110 | 11010111 | 0 | 1011 | 1110 | 10 | 1100 | 1001110 | 1011011 |
Color Harmonies of #FADED7
Complementary color
Monochromatic Colors of #FADED7
Black with #FADED7
Text Example
Text Example
White with #FADED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADED7; }
p { color: rgb(250,222,215); }
H1.HeaderClassName
{
color: #FADED7;
}
.AnyTagClassName
{
color: #FADED7;
}
</style>
background-color css
<style>
a { background-color: #FADED7; }
a { background-color: rgb(250,222,215); }
div.DivClassName
{
background-color: #FADED7;
}
.BgClassName
{
background-color: #FADED7;
}
</style>
border-color css
<style>
span { border-color: #FADED7; }
span { border-color: rgb(250,222,215); }
td.TdClassName
{
border-color: #FADED7;
}
.TagClassName
{
border-color: #FADED7;
}
</style>