Shades of Pippin #FCDCD0
Tints of Pippin #FCDCD0
RGB
CMYK
RGB Variations
Color information
#FCDCD0 (or 0xFCDCD0) is known color: Pippin. HEX triplet: FC, DC and D0. RGB value is (252,220,208). Sum of RGB (Red+Green+Blue) = 252+220+208=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD0 is #03232F. Grayscale: #E4E4E4. Windows color (decimal): -205616 or 13688060. OLE color: 13688060.
HSL color Cylindrical-coordinate representation of color #FCDCD0: hue angle of 16.36º 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 #FCDCD0 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 208 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.01 |
| HSL | 16.36º | 0.88% | 0.9% | - |
| HSV(B) | 16.36º | 0.17% | 0.99% | - |
| XYZ | 77.12 | 76.44 | 70.36 | - |
| YUV | 228.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 208 | 0 | 0.13 | 0.17 | 0.01 | 16.36 | 0.88 | 0.9 |
| Hex | FC | DC | D0 | 0 | D | 11 | 1 | 10 | 58 | 5A |
| Octal | 374 | 334 | 320 | 0 | 15 | 21 | 1 | 20 | 130 | 132 |
| Binary | 11111100 | 11011100 | 11010000 | 0 | 1101 | 10001 | 1 | 10000 | 1011000 | 1011010 |
Color Harmonies of #FCDCD0
Complementary color
Monochromatic Colors of #FCDCD0
Black with #FCDCD0
Text Example
Text Example
White with #FCDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCD0; }
p { color: rgb(252,220,208); }
H1.HeaderClassName
{
color: #FCDCD0;
}
.AnyTagClassName
{
color: #FCDCD0;
}
</style>
background-color css
<style>
a { background-color: #FCDCD0; }
a { background-color: rgb(252,220,208); }
div.DivClassName
{
background-color: #FCDCD0;
}
.BgClassName
{
background-color: #FCDCD0;
}
</style>
border-color css
<style>
span { border-color: #FCDCD0; }
span { border-color: rgb(252,220,208); }
td.TdClassName
{
border-color: #FCDCD0;
}
.TagClassName
{
border-color: #FCDCD0;
}
</style>