Shades of Cinderella #FCD4CB
Tints of Cinderella #FCD4CB
RGB
CMYK
RGB Variations
Color information
#FCD4CB (or 0xFCD4CB) is known color: Cinderella. HEX triplet: FC, D4 and CB. RGB value is (252,212,203). Sum of RGB (Red+Green+Blue) = 252+212+203=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CB is #032B34. Grayscale: #DFDFDF. Windows color (decimal): -207669 or 13358332. OLE color: 13358332.
HSL color Cylindrical-coordinate representation of color #FCD4CB: hue angle of 11.02º 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 #FCD4CB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 203 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.01 |
| HSL | 11.02º | 0.89% | 0.89% | - |
| HSV(B) | 11.02º | 0.19% | 0.99% | - |
| XYZ | 74.47 | 72.09 | 66.49 | - |
| YUV | 222.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 203 | 0 | 0.16 | 0.19 | 0.01 | 11.02 | 0.89 | 0.89 |
| Hex | FC | D4 | CB | 0 | 10 | 13 | 1 | B | 59 | 59 |
| Octal | 374 | 324 | 313 | 0 | 20 | 23 | 1 | 13 | 131 | 131 |
| Binary | 11111100 | 11010100 | 11001011 | 0 | 10000 | 10011 | 1 | 1011 | 1011001 | 1011001 |
Color Harmonies of #FCD4CB
Complementary color
Monochromatic Colors of #FCD4CB
Black with #FCD4CB
Text Example
Text Example
White with #FCD4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4CB; }
p { color: rgb(252,212,203); }
H1.HeaderClassName
{
color: #FCD4CB;
}
.AnyTagClassName
{
color: #FCD4CB;
}
</style>
background-color css
<style>
a { background-color: #FCD4CB; }
a { background-color: rgb(252,212,203); }
div.DivClassName
{
background-color: #FCD4CB;
}
.BgClassName
{
background-color: #FCD4CB;
}
</style>
border-color css
<style>
span { border-color: #FCD4CB; }
span { border-color: rgb(252,212,203); }
td.TdClassName
{
border-color: #FCD4CB;
}
.TagClassName
{
border-color: #FCD4CB;
}
</style>