Shades of Pippin #FCDED0
Tints of Pippin #FCDED0
RGB
CMYK
RGB Variations
Color information
#FCDED0 (or 0xFCDED0) is known color: Pippin. HEX triplet: FC, DE and D0. RGB value is (252,222,208). Sum of RGB (Red+Green+Blue) = 252+222+208=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDED0 is #03212F. Grayscale: #E5E5E5. Windows color (decimal): -205104 or 13688572. OLE color: 13688572.
HSL color Cylindrical-coordinate representation of color #FCDED0: hue angle of 19.09º 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 #FCDED0 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 208 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.01 |
| HSL | 19.09º | 0.88% | 0.9% | - |
| HSV(B) | 19.09º | 0.17% | 0.99% | - |
| XYZ | 77.65 | 77.49 | 70.54 | - |
| YUV | 229.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 208 | 0 | 0.12 | 0.17 | 0.01 | 19.09 | 0.88 | 0.9 |
| Hex | FC | DE | D0 | 0 | C | 11 | 1 | 13 | 58 | 5A |
| Octal | 374 | 336 | 320 | 0 | 14 | 21 | 1 | 23 | 130 | 132 |
| Binary | 11111100 | 11011110 | 11010000 | 0 | 1100 | 10001 | 1 | 10011 | 1011000 | 1011010 |
Color Harmonies of #FCDED0
Complementary color
Monochromatic Colors of #FCDED0
Black with #FCDED0
Text Example
Text Example
White with #FCDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDED0; }
p { color: rgb(252,222,208); }
H1.HeaderClassName
{
color: #FCDED0;
}
.AnyTagClassName
{
color: #FCDED0;
}
</style>
background-color css
<style>
a { background-color: #FCDED0; }
a { background-color: rgb(252,222,208); }
div.DivClassName
{
background-color: #FCDED0;
}
.BgClassName
{
background-color: #FCDED0;
}
</style>
border-color css
<style>
span { border-color: #FCDED0; }
span { border-color: rgb(252,222,208); }
td.TdClassName
{
border-color: #FCDED0;
}
.TagClassName
{
border-color: #FCDED0;
}
</style>