Shades of Pippin #FCDCD1
Tints of Pippin #FCDCD1
RGB
CMYK
RGB Variations
Color information
#FCDCD1 (or 0xFCDCD1) is known color: Pippin. HEX triplet: FC, DC and D1. RGB value is (252,220,209). Sum of RGB (Red+Green+Blue) = 252+220+209=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD1 is #03232E. Grayscale: #E4E4E4. Windows color (decimal): -205615 or 13753596. OLE color: 13753596.
HSL color Cylindrical-coordinate representation of color #FCDCD1: hue angle of 15.35º 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 #FCDCD1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 209 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.01 |
| HSL | 15.35º | 0.88% | 0.9% | - |
| HSV(B) | 15.35º | 0.17% | 0.99% | - |
| XYZ | 77.25 | 76.49 | 71.01 | - |
| YUV | 228.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 209 | 0 | 0.13 | 0.17 | 0.01 | 15.35 | 0.88 | 0.9 |
| Hex | FC | DC | D1 | 0 | D | 11 | 1 | F | 58 | 5A |
| Octal | 374 | 334 | 321 | 0 | 15 | 21 | 1 | 17 | 130 | 132 |
| Binary | 11111100 | 11011100 | 11010001 | 0 | 1101 | 10001 | 1 | 1111 | 1011000 | 1011010 |
Color Harmonies of #FCDCD1
Complementary color
Monochromatic Colors of #FCDCD1
Black with #FCDCD1
Text Example
Text Example
White with #FCDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCD1; }
p { color: rgb(252,220,209); }
H1.HeaderClassName
{
color: #FCDCD1;
}
.AnyTagClassName
{
color: #FCDCD1;
}
</style>
background-color css
<style>
a { background-color: #FCDCD1; }
a { background-color: rgb(252,220,209); }
div.DivClassName
{
background-color: #FCDCD1;
}
.BgClassName
{
background-color: #FCDCD1;
}
</style>
border-color css
<style>
span { border-color: #FCDCD1; }
span { border-color: rgb(252,220,209); }
td.TdClassName
{
border-color: #FCDCD1;
}
.TagClassName
{
border-color: #FCDCD1;
}
</style>