Shades of Pippin #FCDECF
Tints of Pippin #FCDECF
RGB
CMYK
RGB Variations
Color information
#FCDECF (or 0xFCDECF) is known color: Pippin. HEX triplet: FC, DE and CF. RGB value is (252,222,207). Sum of RGB (Red+Green+Blue) = 252+222+207=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDECF is #032130. Grayscale: #E5E5E5. Windows color (decimal): -205105 or 13623036. OLE color: 13623036.
HSL color Cylindrical-coordinate representation of color #FCDECF: hue angle of 20º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCDECF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 207 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.01 |
| HSL | 20º | 0.88% | 0.9% | - |
| HSV(B) | 20º | 0.18% | 0.99% | - |
| XYZ | 77.53 | 77.44 | 69.89 | - |
| YUV | 229.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 207 | 0 | 0.12 | 0.18 | 0.01 | 20 | 0.88 | 0.9 |
| Hex | FC | DE | CF | 0 | C | 12 | 1 | 14 | 58 | 5A |
| Octal | 374 | 336 | 317 | 0 | 14 | 22 | 1 | 24 | 130 | 132 |
| Binary | 11111100 | 11011110 | 11001111 | 0 | 1100 | 10010 | 1 | 10100 | 1011000 | 1011010 |
Color Harmonies of #FCDECF
Complementary color
Monochromatic Colors of #FCDECF
Black with #FCDECF
Text Example
Text Example
White with #FCDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDECF; }
p { color: rgb(252,222,207); }
H1.HeaderClassName
{
color: #FCDECF;
}
.AnyTagClassName
{
color: #FCDECF;
}
</style>
background-color css
<style>
a { background-color: #FCDECF; }
a { background-color: rgb(252,222,207); }
div.DivClassName
{
background-color: #FCDECF;
}
.BgClassName
{
background-color: #FCDECF;
}
</style>
border-color css
<style>
span { border-color: #FCDECF; }
span { border-color: rgb(252,222,207); }
td.TdClassName
{
border-color: #FCDECF;
}
.TagClassName
{
border-color: #FCDECF;
}
</style>