Shades of Pippin #FCD9CF
Tints of Pippin #FCD9CF
RGB
CMYK
RGB Variations
Color information
#FCD9CF (or 0xFCD9CF) is known color: Pippin. HEX triplet: FC, D9 and CF. RGB value is (252,217,207). Sum of RGB (Red+Green+Blue) = 252+217+207=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CF is #032630. Grayscale: #E2E2E2. Windows color (decimal): -206385 or 13621756. OLE color: 13621756.
HSL color Cylindrical-coordinate representation of color #FCD9CF: hue angle of 13.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCD9CF is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 207 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.01 |
| HSL | 13.33º | 0.88% | 0.9% | - |
| HSV(B) | 13.33º | 0.18% | 0.99% | - |
| XYZ | 76.22 | 74.83 | 69.46 | - |
| YUV | 226.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 207 | 0 | 0.14 | 0.18 | 0.01 | 13.33 | 0.88 | 0.9 |
| Hex | FC | D9 | CF | 0 | E | 12 | 1 | D | 58 | 5A |
| Octal | 374 | 331 | 317 | 0 | 16 | 22 | 1 | 15 | 130 | 132 |
| Binary | 11111100 | 11011001 | 11001111 | 0 | 1110 | 10010 | 1 | 1101 | 1011000 | 1011010 |
Color Harmonies of #FCD9CF
Complementary color
Monochromatic Colors of #FCD9CF
Black with #FCD9CF
Text Example
Text Example
White with #FCD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9CF; }
p { color: rgb(252,217,207); }
H1.HeaderClassName
{
color: #FCD9CF;
}
.AnyTagClassName
{
color: #FCD9CF;
}
</style>
background-color css
<style>
a { background-color: #FCD9CF; }
a { background-color: rgb(252,217,207); }
div.DivClassName
{
background-color: #FCD9CF;
}
.BgClassName
{
background-color: #FCD9CF;
}
</style>
border-color css
<style>
span { border-color: #FCD9CF; }
span { border-color: rgb(252,217,207); }
td.TdClassName
{
border-color: #FCD9CF;
}
.TagClassName
{
border-color: #FCD9CF;
}
</style>