Shades of Pippin #FCDFD1
Tints of Pippin #FCDFD1
RGB
CMYK
RGB Variations
Color information
#FCDFD1 (or 0xFCDFD1) is known color: Pippin. HEX triplet: FC, DF and D1. RGB value is (252,223,209). Sum of RGB (Red+Green+Blue) = 252+223+209=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD1 is #03202E. Grayscale: #E6E6E6. Windows color (decimal): -204847 or 13754364. OLE color: 13754364.
HSL color Cylindrical-coordinate representation of color #FCDFD1: hue angle of 19.53º 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 #FCDFD1 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 209 | - |
CMYK | 0 | 0.12 | 0.17 | 0.01 |
HSL | 19.53º | 0.88% | 0.9% | - |
HSV(B) | 19.53º | 0.17% | 0.99% | - |
XYZ | 78.04 | 78.07 | 71.28 | - |
YUV | 230.08 | 116.11 | 143.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 209 | 0 | 0.12 | 0.17 | 0.01 | 19.53 | 0.88 | 0.9 |
Hex | FC | DF | D1 | 0 | C | 11 | 1 | 14 | 58 | 5A |
Octal | 374 | 337 | 321 | 0 | 14 | 21 | 1 | 24 | 130 | 132 |
Binary | 11111100 | 11011111 | 11010001 | 0 | 1100 | 10001 | 1 | 10100 | 1011000 | 1011010 |
Color Harmonies of #FCDFD1
Complementary color
Monochromatic Colors of #FCDFD1
Black with #FCDFD1
Text Example
Text Example
White with #FCDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFD1; }
p { color: rgb(252,223,209); }
H1.HeaderClassName
{
color: #FCDFD1;
}
.AnyTagClassName
{
color: #FCDFD1;
}
</style>
background-color css
<style>
a { background-color: #FCDFD1; }
a { background-color: rgb(252,223,209); }
div.DivClassName
{
background-color: #FCDFD1;
}
.BgClassName
{
background-color: #FCDFD1;
}
</style>
border-color css
<style>
span { border-color: #FCDFD1; }
span { border-color: rgb(252,223,209); }
td.TdClassName
{
border-color: #FCDFD1;
}
.TagClassName
{
border-color: #FCDFD1;
}
</style>