Shades of Cinderella #FCD6CB
Tints of Cinderella #FCD6CB
RGB
CMYK
RGB Variations
Color information
#FCD6CB (or 0xFCD6CB) is known color: Cinderella. HEX triplet: FC, D6 and CB. RGB value is (252,214,203). Sum of RGB (Red+Green+Blue) = 252+214+203=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CB is #032934. Grayscale: #E0E0E0. Windows color (decimal): -207157 or 13358844. OLE color: 13358844.
HSL color Cylindrical-coordinate representation of color #FCD6CB: hue angle of 13.47º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD6CB is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 203 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.01 |
| HSL | 13.47º | 0.89% | 0.89% | - |
| HSV(B) | 13.47º | 0.19% | 0.99% | - |
| XYZ | 74.97 | 73.1 | 66.66 | - |
| YUV | 224.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 203 | 0 | 0.15 | 0.19 | 0.01 | 13.47 | 0.89 | 0.89 |
| Hex | FC | D6 | CB | 0 | F | 13 | 1 | D | 59 | 59 |
| Octal | 374 | 326 | 313 | 0 | 17 | 23 | 1 | 15 | 131 | 131 |
| Binary | 11111100 | 11010110 | 11001011 | 0 | 1111 | 10011 | 1 | 1101 | 1011001 | 1011001 |
Color Harmonies of #FCD6CB
Complementary color
Monochromatic Colors of #FCD6CB
Black with #FCD6CB
Text Example
Text Example
White with #FCD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6CB; }
p { color: rgb(252,214,203); }
H1.HeaderClassName
{
color: #FCD6CB;
}
.AnyTagClassName
{
color: #FCD6CB;
}
</style>
background-color css
<style>
a { background-color: #FCD6CB; }
a { background-color: rgb(252,214,203); }
div.DivClassName
{
background-color: #FCD6CB;
}
.BgClassName
{
background-color: #FCD6CB;
}
</style>
border-color css
<style>
span { border-color: #FCD6CB; }
span { border-color: rgb(252,214,203); }
td.TdClassName
{
border-color: #FCD6CB;
}
.TagClassName
{
border-color: #FCD6CB;
}
</style>