Shades of Pippin #FCDED1
Tints of Pippin #FCDED1
RGB
CMYK
RGB Variations
Color information
#FCDED1 (or 0xFCDED1) is known color: Pippin. HEX triplet: FC, DE and D1. RGB value is (252,222,209). Sum of RGB (Red+Green+Blue) = 252+222+209=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDED1 is #03212E. Grayscale: #E5E5E5. Windows color (decimal): -205103 or 13754108. OLE color: 13754108.
HSL color Cylindrical-coordinate representation of color #FCDED1: hue angle of 18.14º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCDED1 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 209 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.01 |
| HSL | 18.14º | 0.88% | 0.9% | - |
| HSV(B) | 18.14º | 0.17% | 0.99% | - |
| XYZ | 77.77 | 77.54 | 71.19 | - |
| YUV | 229.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 209 | 0 | 0.12 | 0.17 | 0.01 | 18.14 | 0.88 | 0.9 |
| Hex | FC | DE | D1 | 0 | C | 11 | 1 | 12 | 58 | 5A |
| Octal | 374 | 336 | 321 | 0 | 14 | 21 | 1 | 22 | 130 | 132 |
| Binary | 11111100 | 11011110 | 11010001 | 0 | 1100 | 10001 | 1 | 10010 | 1011000 | 1011010 |
Color Harmonies of #FCDED1
Complementary color
Monochromatic Colors of #FCDED1
Black with #FCDED1
Text Example
Text Example
White with #FCDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDED1; }
p { color: rgb(252,222,209); }
H1.HeaderClassName
{
color: #FCDED1;
}
.AnyTagClassName
{
color: #FCDED1;
}
</style>
background-color css
<style>
a { background-color: #FCDED1; }
a { background-color: rgb(252,222,209); }
div.DivClassName
{
background-color: #FCDED1;
}
.BgClassName
{
background-color: #FCDED1;
}
</style>
border-color css
<style>
span { border-color: #FCDED1; }
span { border-color: rgb(252,222,209); }
td.TdClassName
{
border-color: #FCDED1;
}
.TagClassName
{
border-color: #FCDED1;
}
</style>