Shades of Pippin #FCDAD0
Tints of Pippin #FCDAD0
RGB
CMYK
RGB Variations
Color information
#FCDAD0 (or 0xFCDAD0) is known color: Pippin. HEX triplet: FC, DA and D0. RGB value is (252,218,208). Sum of RGB (Red+Green+Blue) = 252+218+208=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD0 is #03252F. Grayscale: #E3E3E3. Windows color (decimal): -206128 or 13687548. OLE color: 13687548.
HSL color Cylindrical-coordinate representation of color #FCDAD0: hue angle of 13.64º 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 #FCDAD0 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 208 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.01 |
| HSL | 13.64º | 0.88% | 0.9% | - |
| HSV(B) | 13.64º | 0.17% | 0.99% | - |
| XYZ | 76.6 | 75.39 | 70.19 | - |
| YUV | 227.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 208 | 0 | 0.13 | 0.17 | 0.01 | 13.64 | 0.88 | 0.9 |
| Hex | FC | DA | D0 | 0 | D | 11 | 1 | E | 58 | 5A |
| Octal | 374 | 332 | 320 | 0 | 15 | 21 | 1 | 16 | 130 | 132 |
| Binary | 11111100 | 11011010 | 11010000 | 0 | 1101 | 10001 | 1 | 1110 | 1011000 | 1011010 |
Color Harmonies of #FCDAD0
Complementary color
Monochromatic Colors of #FCDAD0
Black with #FCDAD0
Text Example
Text Example
White with #FCDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAD0; }
p { color: rgb(252,218,208); }
H1.HeaderClassName
{
color: #FCDAD0;
}
.AnyTagClassName
{
color: #FCDAD0;
}
</style>
background-color css
<style>
a { background-color: #FCDAD0; }
a { background-color: rgb(252,218,208); }
div.DivClassName
{
background-color: #FCDAD0;
}
.BgClassName
{
background-color: #FCDAD0;
}
</style>
border-color css
<style>
span { border-color: #FCDAD0; }
span { border-color: rgb(252,218,208); }
td.TdClassName
{
border-color: #FCDAD0;
}
.TagClassName
{
border-color: #FCDAD0;
}
</style>