Shades of Pippin #FCDFD4
Tints of Pippin #FCDFD4
RGB
CMYK
RGB Variations
Color information
#FCDFD4 (or 0xFCDFD4) is known color: Pippin. HEX triplet: FC, DF and D4. RGB value is (252,223,212). Sum of RGB (Red+Green+Blue) = 252+223+212=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD4 is #03202B. Grayscale: #E6E6E6. Windows color (decimal): -204844 or 13950972. OLE color: 13950972.
HSL color Cylindrical-coordinate representation of color #FCDFD4: hue angle of 16.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCDFD4 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 212 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.01 |
| HSL | 16.5º | 0.87% | 0.91% | - |
| HSV(B) | 16.5º | 0.16% | 0.99% | - |
| XYZ | 78.42 | 78.22 | 73.25 | - |
| YUV | 230.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 212 | 0 | 0.12 | 0.16 | 0.01 | 16.5 | 0.87 | 0.91 |
| Hex | FC | DF | D4 | 0 | C | 10 | 1 | 10 | 57 | 5B |
| Octal | 374 | 337 | 324 | 0 | 14 | 20 | 1 | 20 | 127 | 133 |
| Binary | 11111100 | 11011111 | 11010100 | 0 | 1100 | 10000 | 1 | 10000 | 1010111 | 1011011 |
Color Harmonies of #FCDFD4
Complementary color
Monochromatic Colors of #FCDFD4
Black with #FCDFD4
Text Example
Text Example
White with #FCDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFD4; }
p { color: rgb(252,223,212); }
H1.HeaderClassName
{
color: #FCDFD4;
}
.AnyTagClassName
{
color: #FCDFD4;
}
</style>
background-color css
<style>
a { background-color: #FCDFD4; }
a { background-color: rgb(252,223,212); }
div.DivClassName
{
background-color: #FCDFD4;
}
.BgClassName
{
background-color: #FCDFD4;
}
</style>
border-color css
<style>
span { border-color: #FCDFD4; }
span { border-color: rgb(252,223,212); }
td.TdClassName
{
border-color: #FCDFD4;
}
.TagClassName
{
border-color: #FCDFD4;
}
</style>