Shades of Pippin #FCDCD6
Tints of Pippin #FCDCD6
RGB
CMYK
RGB Variations
Color information
#FCDCD6 (or 0xFCDCD6) is known color: Pippin. HEX triplet: FC, DC and D6. RGB value is (252,220,214). Sum of RGB (Red+Green+Blue) = 252+220+214=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD6 is #032329. Grayscale: #E4E4E4. Windows color (decimal): -205610 or 14081276. OLE color: 14081276.
HSL color Cylindrical-coordinate representation of color #FCDCD6: hue angle of 9.47º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCDCD6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 214 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.01 |
| HSL | 9.47º | 0.86% | 0.91% | - |
| HSV(B) | 9.47º | 0.15% | 0.99% | - |
| XYZ | 77.88 | 76.74 | 74.33 | - |
| YUV | 228.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 214 | 0 | 0.13 | 0.15 | 0.01 | 9.47 | 0.86 | 0.91 |
| Hex | FC | DC | D6 | 0 | D | F | 1 | 9 | 56 | 5B |
| Octal | 374 | 334 | 326 | 0 | 15 | 17 | 1 | 11 | 126 | 133 |
| Binary | 11111100 | 11011100 | 11010110 | 0 | 1101 | 1111 | 1 | 1001 | 1010110 | 1011011 |
Color Harmonies of #FCDCD6
Complementary color
Monochromatic Colors of #FCDCD6
Black with #FCDCD6
Text Example
Text Example
White with #FCDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCD6; }
p { color: rgb(252,220,214); }
H1.HeaderClassName
{
color: #FCDCD6;
}
.AnyTagClassName
{
color: #FCDCD6;
}
</style>
background-color css
<style>
a { background-color: #FCDCD6; }
a { background-color: rgb(252,220,214); }
div.DivClassName
{
background-color: #FCDCD6;
}
.BgClassName
{
background-color: #FCDCD6;
}
</style>
border-color css
<style>
span { border-color: #FCDCD6; }
span { border-color: rgb(252,220,214); }
td.TdClassName
{
border-color: #FCDCD6;
}
.TagClassName
{
border-color: #FCDCD6;
}
</style>