Shades of Pippin #FCDFD6
Tints of Pippin #FCDFD6
RGB
CMYK
RGB Variations
Color information
#FCDFD6 (or 0xFCDFD6) is known color: Pippin. HEX triplet: FC, DF and D6. RGB value is (252,223,214). Sum of RGB (Red+Green+Blue) = 252+223+214=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD6 is #032029. Grayscale: #E6E6E6. Windows color (decimal): -204842 or 14082044. OLE color: 14082044.
HSL color Cylindrical-coordinate representation of color #FCDFD6: hue angle of 14.21º 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 #FCDFD6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 214 | - |
CMYK | 0 | 0.12 | 0.15 | 0.01 |
HSL | 14.21º | 0.86% | 0.91% | - |
HSV(B) | 14.21º | 0.15% | 0.99% | - |
XYZ | 78.67 | 78.33 | 74.59 | - |
YUV | 230.65 | 118.61 | 143.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 214 | 0 | 0.12 | 0.15 | 0.01 | 14.21 | 0.86 | 0.91 |
Hex | FC | DF | D6 | 0 | C | F | 1 | E | 56 | 5B |
Octal | 374 | 337 | 326 | 0 | 14 | 17 | 1 | 16 | 126 | 133 |
Binary | 11111100 | 11011111 | 11010110 | 0 | 1100 | 1111 | 1 | 1110 | 1010110 | 1011011 |
Color Harmonies of #FCDFD6
Complementary color
Monochromatic Colors of #FCDFD6
Black with #FCDFD6
Text Example
Text Example
White with #FCDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFD6; }
p { color: rgb(252,223,214); }
H1.HeaderClassName
{
color: #FCDFD6;
}
.AnyTagClassName
{
color: #FCDFD6;
}
</style>
background-color css
<style>
a { background-color: #FCDFD6; }
a { background-color: rgb(252,223,214); }
div.DivClassName
{
background-color: #FCDFD6;
}
.BgClassName
{
background-color: #FCDFD6;
}
</style>
border-color css
<style>
span { border-color: #FCDFD6; }
span { border-color: rgb(252,223,214); }
td.TdClassName
{
border-color: #FCDFD6;
}
.TagClassName
{
border-color: #FCDFD6;
}
</style>