Shades of Pippin #FCDDCF
Tints of Pippin #FCDDCF
RGB
CMYK
RGB Variations
Color information
#FCDDCF (or 0xFCDDCF) is known color: Pippin. HEX triplet: FC, DD and CF. RGB value is (252,221,207). Sum of RGB (Red+Green+Blue) = 252+221+207=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCF is #032230. Grayscale: #E4E4E4. Windows color (decimal): -205361 or 13622780. OLE color: 13622780.
HSL color Cylindrical-coordinate representation of color #FCDDCF: hue angle of 18.67º 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 #FCDDCF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 207 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.01 |
| HSL | 18.67º | 0.88% | 0.9% | - |
| HSV(B) | 18.67º | 0.18% | 0.99% | - |
| XYZ | 77.26 | 76.91 | 69.81 | - |
| YUV | 228.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 207 | 0 | 0.12 | 0.18 | 0.01 | 18.67 | 0.88 | 0.9 |
| Hex | FC | DD | CF | 0 | C | 12 | 1 | 13 | 58 | 5A |
| Octal | 374 | 335 | 317 | 0 | 14 | 22 | 1 | 23 | 130 | 132 |
| Binary | 11111100 | 11011101 | 11001111 | 0 | 1100 | 10010 | 1 | 10011 | 1011000 | 1011010 |
Color Harmonies of #FCDDCF
Complementary color
Monochromatic Colors of #FCDDCF
Black with #FCDDCF
Text Example
Text Example
White with #FCDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDCF; }
p { color: rgb(252,221,207); }
H1.HeaderClassName
{
color: #FCDDCF;
}
.AnyTagClassName
{
color: #FCDDCF;
}
</style>
background-color css
<style>
a { background-color: #FCDDCF; }
a { background-color: rgb(252,221,207); }
div.DivClassName
{
background-color: #FCDDCF;
}
.BgClassName
{
background-color: #FCDDCF;
}
</style>
border-color css
<style>
span { border-color: #FCDDCF; }
span { border-color: rgb(252,221,207); }
td.TdClassName
{
border-color: #FCDDCF;
}
.TagClassName
{
border-color: #FCDDCF;
}
</style>