Shades of Pippin #FADECF
Tints of Pippin #FADECF
RGB
CMYK
RGB Variations
Color information
#FADECF (or 0xFADECF) is known color: Pippin. HEX triplet: FA, DE and CF. RGB value is (250,222,207). Sum of RGB (Red+Green+Blue) = 250+222+207=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FADECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADECF is #052130. Grayscale: #E4E4E4. Windows color (decimal): -336177 or 13623034. OLE color: 13623034.
HSL color Cylindrical-coordinate representation of color #FADECF: hue angle of 20.93º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FADECF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 207 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.02 |
| HSL | 20.93º | 0.81% | 0.9% | - |
| HSV(B) | 20.93º | 0.17% | 0.98% | - |
| XYZ | 76.81 | 77.07 | 69.86 | - |
| YUV | 228.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 207 | 0 | 0.11 | 0.17 | 0.02 | 20.93 | 0.81 | 0.9 |
| Hex | FA | DE | CF | 0 | B | 11 | 2 | 15 | 51 | 5A |
| Octal | 372 | 336 | 317 | 0 | 13 | 21 | 2 | 25 | 121 | 132 |
| Binary | 11111010 | 11011110 | 11001111 | 0 | 1011 | 10001 | 10 | 10101 | 1010001 | 1011010 |
Color Harmonies of #FADECF
Complementary color
Monochromatic Colors of #FADECF
Black with #FADECF
Text Example
Text Example
White with #FADECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADECF; }
p { color: rgb(250,222,207); }
H1.HeaderClassName
{
color: #FADECF;
}
.AnyTagClassName
{
color: #FADECF;
}
</style>
background-color css
<style>
a { background-color: #FADECF; }
a { background-color: rgb(250,222,207); }
div.DivClassName
{
background-color: #FADECF;
}
.BgClassName
{
background-color: #FADECF;
}
</style>
border-color css
<style>
span { border-color: #FADECF; }
span { border-color: rgb(250,222,207); }
td.TdClassName
{
border-color: #FADECF;
}
.TagClassName
{
border-color: #FADECF;
}
</style>