Shades of Cinderella #FCDBCE
Tints of Cinderella #FCDBCE
RGB
CMYK
RGB Variations
Color information
#FCDBCE (or 0xFCDBCE) is known color: Cinderella. HEX triplet: FC, DB and CE. RGB value is (252,219,206). Sum of RGB (Red+Green+Blue) = 252+219+206=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCE is #032431. Grayscale: #E3E3E3. Windows color (decimal): -205874 or 13556732. OLE color: 13556732.
HSL color Cylindrical-coordinate representation of color #FCDBCE: hue angle of 16.96º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCDBCE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 206 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.01 |
| HSL | 16.96º | 0.88% | 0.9% | - |
| HSV(B) | 16.96º | 0.18% | 0.99% | - |
| XYZ | 76.62 | 75.81 | 68.99 | - |
| YUV | 227.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 206 | 0 | 0.13 | 0.18 | 0.01 | 16.96 | 0.88 | 0.9 |
| Hex | FC | DB | CE | 0 | D | 12 | 1 | 11 | 58 | 5A |
| Octal | 374 | 333 | 316 | 0 | 15 | 22 | 1 | 21 | 130 | 132 |
| Binary | 11111100 | 11011011 | 11001110 | 0 | 1101 | 10010 | 1 | 10001 | 1011000 | 1011010 |
Color Harmonies of #FCDBCE
Complementary color
Monochromatic Colors of #FCDBCE
Black with #FCDBCE
Text Example
Text Example
White with #FCDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBCE; }
p { color: rgb(252,219,206); }
H1.HeaderClassName
{
color: #FCDBCE;
}
.AnyTagClassName
{
color: #FCDBCE;
}
</style>
background-color css
<style>
a { background-color: #FCDBCE; }
a { background-color: rgb(252,219,206); }
div.DivClassName
{
background-color: #FCDBCE;
}
.BgClassName
{
background-color: #FCDBCE;
}
</style>
border-color css
<style>
span { border-color: #FCDBCE; }
span { border-color: rgb(252,219,206); }
td.TdClassName
{
border-color: #FCDBCE;
}
.TagClassName
{
border-color: #FCDBCE;
}
</style>