Shades of Pippin #FCDBD1
Tints of Pippin #FCDBD1
RGB
CMYK
RGB Variations
Color information
#FCDBD1 (or 0xFCDBD1) is known color: Pippin. HEX triplet: FC, DB and D1. RGB value is (252,219,209). Sum of RGB (Red+Green+Blue) = 252+219+209=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD1 is #03242E. Grayscale: #E3E3E3. Windows color (decimal): -205871 or 13753340. OLE color: 13753340.
HSL color Cylindrical-coordinate representation of color #FCDBD1: hue angle of 13.95º 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 #FCDBD1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 209 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.01 |
| HSL | 13.95º | 0.88% | 0.9% | - |
| HSV(B) | 13.95º | 0.17% | 0.99% | - |
| XYZ | 76.99 | 75.96 | 70.93 | - |
| YUV | 227.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 209 | 0 | 0.13 | 0.17 | 0.01 | 13.95 | 0.88 | 0.9 |
| Hex | FC | DB | D1 | 0 | D | 11 | 1 | E | 58 | 5A |
| Octal | 374 | 333 | 321 | 0 | 15 | 21 | 1 | 16 | 130 | 132 |
| Binary | 11111100 | 11011011 | 11010001 | 0 | 1101 | 10001 | 1 | 1110 | 1011000 | 1011010 |
Color Harmonies of #FCDBD1
Complementary color
Monochromatic Colors of #FCDBD1
Black with #FCDBD1
Text Example
Text Example
White with #FCDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBD1; }
p { color: rgb(252,219,209); }
H1.HeaderClassName
{
color: #FCDBD1;
}
.AnyTagClassName
{
color: #FCDBD1;
}
</style>
background-color css
<style>
a { background-color: #FCDBD1; }
a { background-color: rgb(252,219,209); }
div.DivClassName
{
background-color: #FCDBD1;
}
.BgClassName
{
background-color: #FCDBD1;
}
</style>
border-color css
<style>
span { border-color: #FCDBD1; }
span { border-color: rgb(252,219,209); }
td.TdClassName
{
border-color: #FCDBD1;
}
.TagClassName
{
border-color: #FCDBD1;
}
</style>