Shades of Cinderella #FCDDCE
Tints of Cinderella #FCDDCE
RGB
CMYK
RGB Variations
Color information
#FCDDCE (or 0xFCDDCE) is known color: Cinderella. HEX triplet: FC, DD and CE. RGB value is (252,221,206). Sum of RGB (Red+Green+Blue) = 252+221+206=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCE is #032231. Grayscale: #E4E4E4. Windows color (decimal): -205362 or 13557244. OLE color: 13557244.
HSL color Cylindrical-coordinate representation of color #FCDDCE: hue angle of 19.57º 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 #FCDDCE is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 206 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.01 |
| HSL | 19.57º | 0.88% | 0.9% | - |
| HSV(B) | 19.57º | 0.18% | 0.99% | - |
| XYZ | 77.14 | 76.86 | 69.16 | - |
| YUV | 228.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 206 | 0 | 0.12 | 0.18 | 0.01 | 19.57 | 0.88 | 0.9 |
| Hex | FC | DD | CE | 0 | C | 12 | 1 | 14 | 58 | 5A |
| Octal | 374 | 335 | 316 | 0 | 14 | 22 | 1 | 24 | 130 | 132 |
| Binary | 11111100 | 11011101 | 11001110 | 0 | 1100 | 10010 | 1 | 10100 | 1011000 | 1011010 |
Color Harmonies of #FCDDCE
Complementary color
Monochromatic Colors of #FCDDCE
Black with #FCDDCE
Text Example
Text Example
White with #FCDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDCE; }
p { color: rgb(252,221,206); }
H1.HeaderClassName
{
color: #FCDDCE;
}
.AnyTagClassName
{
color: #FCDDCE;
}
</style>
background-color css
<style>
a { background-color: #FCDDCE; }
a { background-color: rgb(252,221,206); }
div.DivClassName
{
background-color: #FCDDCE;
}
.BgClassName
{
background-color: #FCDDCE;
}
</style>
border-color css
<style>
span { border-color: #FCDDCE; }
span { border-color: rgb(252,221,206); }
td.TdClassName
{
border-color: #FCDDCE;
}
.TagClassName
{
border-color: #FCDDCE;
}
</style>