Shades of Pippin #FCDFD8
Tints of Pippin #FCDFD8
RGB
CMYK
RGB Variations
Color information
#FCDFD8 (or 0xFCDFD8) is known color: Pippin. HEX triplet: FC, DF and D8. RGB value is (252,223,216). Sum of RGB (Red+Green+Blue) = 252+223+216=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 216 (84.77% from 255 or 31.26% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD8 is #032027. Grayscale: #E6E6E6. Windows color (decimal): -204840 or 14213116. OLE color: 14213116.
HSL color Cylindrical-coordinate representation of color #FCDFD8: hue angle of 11.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCDFD8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 216 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.01 |
| HSL | 11.67º | 0.86% | 0.92% | - |
| HSV(B) | 11.67º | 0.14% | 0.99% | - |
| XYZ | 78.93 | 78.43 | 75.94 | - |
| YUV | 230.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 216 | 0 | 0.12 | 0.14 | 0.01 | 11.67 | 0.86 | 0.92 |
| Hex | FC | DF | D8 | 0 | C | E | 1 | C | 56 | 5C |
| Octal | 374 | 337 | 330 | 0 | 14 | 16 | 1 | 14 | 126 | 134 |
| Binary | 11111100 | 11011111 | 11011000 | 0 | 1100 | 1110 | 1 | 1100 | 1010110 | 1011100 |
Color Harmonies of #FCDFD8
Complementary color
Monochromatic Colors of #FCDFD8
Black with #FCDFD8
Text Example
Text Example
White with #FCDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFD8; }
p { color: rgb(252,223,216); }
H1.HeaderClassName
{
color: #FCDFD8;
}
.AnyTagClassName
{
color: #FCDFD8;
}
</style>
background-color css
<style>
a { background-color: #FCDFD8; }
a { background-color: rgb(252,223,216); }
div.DivClassName
{
background-color: #FCDFD8;
}
.BgClassName
{
background-color: #FCDFD8;
}
</style>
border-color css
<style>
span { border-color: #FCDFD8; }
span { border-color: rgb(252,223,216); }
td.TdClassName
{
border-color: #FCDFD8;
}
.TagClassName
{
border-color: #FCDFD8;
}
</style>