Shades of Pippin #FCDDD2
Tints of Pippin #FCDDD2
RGB
CMYK
RGB Variations
Color information
#FCDDD2 (or 0xFCDDD2) is known color: Pippin. HEX triplet: FC, DD and D2. RGB value is (252,221,210). Sum of RGB (Red+Green+Blue) = 252+221+210=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD2 is #03222D. Grayscale: #E5E5E5. Windows color (decimal): -205358 or 13819388. OLE color: 13819388.
HSL color Cylindrical-coordinate representation of color #FCDDD2: hue angle of 15.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCDDD2 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 210 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.01 |
| HSL | 15.71º | 0.88% | 0.91% | - |
| HSV(B) | 15.71º | 0.17% | 0.99% | - |
| XYZ | 77.63 | 77.06 | 71.76 | - |
| YUV | 229.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 210 | 0 | 0.12 | 0.17 | 0.01 | 15.71 | 0.88 | 0.91 |
| Hex | FC | DD | D2 | 0 | C | 11 | 1 | 10 | 58 | 5B |
| Octal | 374 | 335 | 322 | 0 | 14 | 21 | 1 | 20 | 130 | 133 |
| Binary | 11111100 | 11011101 | 11010010 | 0 | 1100 | 10001 | 1 | 10000 | 1011000 | 1011011 |
Color Harmonies of #FCDDD2
Complementary color
Monochromatic Colors of #FCDDD2
Black with #FCDDD2
Text Example
Text Example
White with #FCDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDD2; }
p { color: rgb(252,221,210); }
H1.HeaderClassName
{
color: #FCDDD2;
}
.AnyTagClassName
{
color: #FCDDD2;
}
</style>
background-color css
<style>
a { background-color: #FCDDD2; }
a { background-color: rgb(252,221,210); }
div.DivClassName
{
background-color: #FCDDD2;
}
.BgClassName
{
background-color: #FCDDD2;
}
</style>
border-color css
<style>
span { border-color: #FCDDD2; }
span { border-color: rgb(252,221,210); }
td.TdClassName
{
border-color: #FCDDD2;
}
.TagClassName
{
border-color: #FCDDD2;
}
</style>