Shades of Cinderella #FCDBCA
Tints of Cinderella #FCDBCA
RGB
CMYK
RGB Variations
Color information
#FCDBCA (or 0xFCDBCA) is known color: Cinderella. HEX triplet: FC, DB and CA. RGB value is (252,219,202). Sum of RGB (Red+Green+Blue) = 252+219+202=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCA is #032435. Grayscale: #E3E3E3. Windows color (decimal): -205878 or 13294588. OLE color: 13294588.
HSL color Cylindrical-coordinate representation of color #FCDBCA: hue angle of 20.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCDBCA is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 202 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.01 |
| HSL | 20.4º | 0.89% | 0.89% | - |
| HSV(B) | 20.4º | 0.2% | 0.99% | - |
| XYZ | 76.14 | 75.62 | 66.46 | - |
| YUV | 226.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 202 | 0 | 0.13 | 0.20 | 0.01 | 20.4 | 0.89 | 0.89 |
| Hex | FC | DB | CA | 0 | D | 14 | 1 | 14 | 59 | 59 |
| Octal | 374 | 333 | 312 | 0 | 15 | 24 | 1 | 24 | 131 | 131 |
| Binary | 11111100 | 11011011 | 11001010 | 0 | 1101 | 10100 | 1 | 10100 | 1011001 | 1011001 |
Color Harmonies of #FCDBCA
Complementary color
Monochromatic Colors of #FCDBCA
Black with #FCDBCA
Text Example
Text Example
White with #FCDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBCA; }
p { color: rgb(252,219,202); }
H1.HeaderClassName
{
color: #FCDBCA;
}
.AnyTagClassName
{
color: #FCDBCA;
}
</style>
background-color css
<style>
a { background-color: #FCDBCA; }
a { background-color: rgb(252,219,202); }
div.DivClassName
{
background-color: #FCDBCA;
}
.BgClassName
{
background-color: #FCDBCA;
}
</style>
border-color css
<style>
span { border-color: #FCDBCA; }
span { border-color: rgb(252,219,202); }
td.TdClassName
{
border-color: #FCDBCA;
}
.TagClassName
{
border-color: #FCDBCA;
}
</style>