Shades of Pippin #FCDBD0
Tints of Pippin #FCDBD0
RGB
CMYK
RGB Variations
Color information
#FCDBD0 (or 0xFCDBD0) is known color: Pippin. HEX triplet: FC, DB and D0. RGB value is (252,219,208). Sum of RGB (Red+Green+Blue) = 252+219+208=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD0 is #03242F. Grayscale: #E3E3E3. Windows color (decimal): -205872 or 13687804. OLE color: 13687804.
HSL color Cylindrical-coordinate representation of color #FCDBD0: hue angle of 15º 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 #FCDBD0 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 208 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.01 |
| HSL | 15º | 0.88% | 0.9% | - |
| HSV(B) | 15º | 0.17% | 0.99% | - |
| XYZ | 76.86 | 75.91 | 70.28 | - |
| YUV | 227.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 208 | 0 | 0.13 | 0.17 | 0.01 | 15 | 0.88 | 0.9 |
| Hex | FC | DB | D0 | 0 | D | 11 | 1 | F | 58 | 5A |
| Octal | 374 | 333 | 320 | 0 | 15 | 21 | 1 | 17 | 130 | 132 |
| Binary | 11111100 | 11011011 | 11010000 | 0 | 1101 | 10001 | 1 | 1111 | 1011000 | 1011010 |
Color Harmonies of #FCDBD0
Complementary color
Monochromatic Colors of #FCDBD0
Black with #FCDBD0
Text Example
Text Example
White with #FCDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBD0; }
p { color: rgb(252,219,208); }
H1.HeaderClassName
{
color: #FCDBD0;
}
.AnyTagClassName
{
color: #FCDBD0;
}
</style>
background-color css
<style>
a { background-color: #FCDBD0; }
a { background-color: rgb(252,219,208); }
div.DivClassName
{
background-color: #FCDBD0;
}
.BgClassName
{
background-color: #FCDBD0;
}
</style>
border-color css
<style>
span { border-color: #FCDBD0; }
span { border-color: rgb(252,219,208); }
td.TdClassName
{
border-color: #FCDBD0;
}
.TagClassName
{
border-color: #FCDBD0;
}
</style>