Shades of Cinderella #FCDBCC
Tints of Cinderella #FCDBCC
RGB
CMYK
RGB Variations
Color information
#FCDBCC (or 0xFCDBCC) is known color: Cinderella. HEX triplet: FC, DB and CC. RGB value is (252,219,204). Sum of RGB (Red+Green+Blue) = 252+219+204=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCC is #032433. Grayscale: #E3E3E3. Windows color (decimal): -205876 or 13425660. OLE color: 13425660.
HSL color Cylindrical-coordinate representation of color #FCDBCC: hue angle of 18.75º 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 #FCDBCC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 204 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 18.75º | 0.89% | 0.89% | - |
| HSV(B) | 18.75º | 0.19% | 0.99% | - |
| XYZ | 76.38 | 75.72 | 67.72 | - |
| YUV | 227.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 204 | 0 | 0.13 | 0.19 | 0.01 | 18.75 | 0.89 | 0.89 |
| Hex | FC | DB | CC | 0 | D | 13 | 1 | 13 | 59 | 59 |
| Octal | 374 | 333 | 314 | 0 | 15 | 23 | 1 | 23 | 131 | 131 |
| Binary | 11111100 | 11011011 | 11001100 | 0 | 1101 | 10011 | 1 | 10011 | 1011001 | 1011001 |
Color Harmonies of #FCDBCC
Complementary color
Monochromatic Colors of #FCDBCC
Black with #FCDBCC
Text Example
Text Example
White with #FCDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBCC; }
p { color: rgb(252,219,204); }
H1.HeaderClassName
{
color: #FCDBCC;
}
.AnyTagClassName
{
color: #FCDBCC;
}
</style>
background-color css
<style>
a { background-color: #FCDBCC; }
a { background-color: rgb(252,219,204); }
div.DivClassName
{
background-color: #FCDBCC;
}
.BgClassName
{
background-color: #FCDBCC;
}
</style>
border-color css
<style>
span { border-color: #FCDBCC; }
span { border-color: rgb(252,219,204); }
td.TdClassName
{
border-color: #FCDBCC;
}
.TagClassName
{
border-color: #FCDBCC;
}
</style>