Shades of Pippin #FCDCCF
Tints of Pippin #FCDCCF
RGB
CMYK
RGB Variations
Color information
#FCDCCF (or 0xFCDCCF) is known color: Pippin. HEX triplet: FC, DC and CF. RGB value is (252,220,207). Sum of RGB (Red+Green+Blue) = 252+220+207=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCCF is #032330. Grayscale: #E4E4E4. Windows color (decimal): -205617 or 13622524. OLE color: 13622524.
HSL color Cylindrical-coordinate representation of color #FCDCCF: hue angle of 17.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 #FCDCCF is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 207 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.01 |
| HSL | 17.33º | 0.88% | 0.9% | - |
| HSV(B) | 17.33º | 0.18% | 0.99% | - |
| XYZ | 77 | 76.39 | 69.72 | - |
| YUV | 228.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 207 | 0 | 0.13 | 0.18 | 0.01 | 17.33 | 0.88 | 0.9 |
| Hex | FC | DC | CF | 0 | D | 12 | 1 | 11 | 58 | 5A |
| Octal | 374 | 334 | 317 | 0 | 15 | 22 | 1 | 21 | 130 | 132 |
| Binary | 11111100 | 11011100 | 11001111 | 0 | 1101 | 10010 | 1 | 10001 | 1011000 | 1011010 |
Color Harmonies of #FCDCCF
Complementary color
Monochromatic Colors of #FCDCCF
Black with #FCDCCF
Text Example
Text Example
White with #FCDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCCF; }
p { color: rgb(252,220,207); }
H1.HeaderClassName
{
color: #FCDCCF;
}
.AnyTagClassName
{
color: #FCDCCF;
}
</style>
background-color css
<style>
a { background-color: #FCDCCF; }
a { background-color: rgb(252,220,207); }
div.DivClassName
{
background-color: #FCDCCF;
}
.BgClassName
{
background-color: #FCDCCF;
}
</style>
border-color css
<style>
span { border-color: #FCDCCF; }
span { border-color: rgb(252,220,207); }
td.TdClassName
{
border-color: #FCDCCF;
}
.TagClassName
{
border-color: #FCDCCF;
}
</style>