Shades of Pippin #FCDED6
Tints of Pippin #FCDED6
RGB
CMYK
RGB Variations
Color information
#FCDED6 (or 0xFCDED6) is known color: Pippin. HEX triplet: FC, DE and D6. RGB value is (252,222,214). Sum of RGB (Red+Green+Blue) = 252+222+214=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDED6 is #032129. Grayscale: #E6E6E6. Windows color (decimal): -205098 or 14081788. OLE color: 14081788.
HSL color Cylindrical-coordinate representation of color #FCDED6: hue angle of 12.63º 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 #FCDED6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 222 | 214 | - |
CMYK | 0 | 0.12 | 0.15 | 0.01 |
HSL | 12.63º | 0.86% | 0.91% | - |
HSV(B) | 12.63º | 0.15% | 0.99% | - |
XYZ | 78.4 | 77.79 | 74.5 | - |
YUV | 230.06 | 118.94 | 143.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 222 | 214 | 0 | 0.12 | 0.15 | 0.01 | 12.63 | 0.86 | 0.91 |
Hex | FC | DE | D6 | 0 | C | F | 1 | D | 56 | 5B |
Octal | 374 | 336 | 326 | 0 | 14 | 17 | 1 | 15 | 126 | 133 |
Binary | 11111100 | 11011110 | 11010110 | 0 | 1100 | 1111 | 1 | 1101 | 1010110 | 1011011 |
Color Harmonies of #FCDED6
Complementary color
Monochromatic Colors of #FCDED6
Black with #FCDED6
Text Example
Text Example
White with #FCDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDED6; }
p { color: rgb(252,222,214); }
H1.HeaderClassName
{
color: #FCDED6;
}
.AnyTagClassName
{
color: #FCDED6;
}
</style>
background-color css
<style>
a { background-color: #FCDED6; }
a { background-color: rgb(252,222,214); }
div.DivClassName
{
background-color: #FCDED6;
}
.BgClassName
{
background-color: #FCDED6;
}
</style>
border-color css
<style>
span { border-color: #FCDED6; }
span { border-color: rgb(252,222,214); }
td.TdClassName
{
border-color: #FCDED6;
}
.TagClassName
{
border-color: #FCDED6;
}
</style>