Shades of Cinderella #FCDCCB
Tints of Cinderella #FCDCCB
RGB
CMYK
RGB Variations
Color information
#FCDCCB (or 0xFCDCCB) is known color: Cinderella. HEX triplet: FC, DC and CB. RGB value is (252,220,203). Sum of RGB (Red+Green+Blue) = 252+220+203=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCCB is #032334. Grayscale: #E3E3E3. Windows color (decimal): -205621 or 13360380. OLE color: 13360380.
HSL color Cylindrical-coordinate representation of color #FCDCCB: hue angle of 20.82º 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 #FCDCCB is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 203 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 20.82º | 0.89% | 0.89% | - |
| HSV(B) | 20.82º | 0.19% | 0.99% | - |
| XYZ | 76.52 | 76.19 | 67.17 | - |
| YUV | 227.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 203 | 0 | 0.13 | 0.19 | 0.01 | 20.82 | 0.89 | 0.89 |
| Hex | FC | DC | CB | 0 | D | 13 | 1 | 15 | 59 | 59 |
| Octal | 374 | 334 | 313 | 0 | 15 | 23 | 1 | 25 | 131 | 131 |
| Binary | 11111100 | 11011100 | 11001011 | 0 | 1101 | 10011 | 1 | 10101 | 1011001 | 1011001 |
Color Harmonies of #FCDCCB
Complementary color
Monochromatic Colors of #FCDCCB
Black with #FCDCCB
Text Example
Text Example
White with #FCDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCCB; }
p { color: rgb(252,220,203); }
H1.HeaderClassName
{
color: #FCDCCB;
}
.AnyTagClassName
{
color: #FCDCCB;
}
</style>
background-color css
<style>
a { background-color: #FCDCCB; }
a { background-color: rgb(252,220,203); }
div.DivClassName
{
background-color: #FCDCCB;
}
.BgClassName
{
background-color: #FCDCCB;
}
</style>
border-color css
<style>
span { border-color: #FCDCCB; }
span { border-color: rgb(252,220,203); }
td.TdClassName
{
border-color: #FCDCCB;
}
.TagClassName
{
border-color: #FCDCCB;
}
</style>