Shades of Cinderella #FCD2C4
Tints of Cinderella #FCD2C4
RGB
CMYK
RGB Variations
Color information
#FCD2C4 (or 0xFCD2C4) is known color: Cinderella. HEX triplet: FC, D2 and C4. RGB value is (252,210,196). Sum of RGB (Red+Green+Blue) = 252+210+196=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2C4 is #032D3B. Grayscale: #DDDDDD. Windows color (decimal): -208188 or 12899068. OLE color: 12899068.
HSL color Cylindrical-coordinate representation of color #FCD2C4: hue angle of 15º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCD2C4 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 196 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.01 |
| HSL | 15º | 0.9% | 0.88% | - |
| HSV(B) | 15º | 0.22% | 0.99% | - |
| XYZ | 73.16 | 70.77 | 62.03 | - |
| YUV | 220.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 196 | 0 | 0.17 | 0.22 | 0.01 | 15 | 0.9 | 0.88 |
| Hex | FC | D2 | C4 | 0 | 11 | 16 | 1 | F | 5A | 58 |
| Octal | 374 | 322 | 304 | 0 | 21 | 26 | 1 | 17 | 132 | 130 |
| Binary | 11111100 | 11010010 | 11000100 | 0 | 10001 | 10110 | 1 | 1111 | 1011010 | 1011000 |
Color Harmonies of #FCD2C4
Complementary color
Monochromatic Colors of #FCD2C4
Black with #FCD2C4
Text Example
Text Example
White with #FCD2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2C4; }
p { color: rgb(252,210,196); }
H1.HeaderClassName
{
color: #FCD2C4;
}
.AnyTagClassName
{
color: #FCD2C4;
}
</style>
background-color css
<style>
a { background-color: #FCD2C4; }
a { background-color: rgb(252,210,196); }
div.DivClassName
{
background-color: #FCD2C4;
}
.BgClassName
{
background-color: #FCD2C4;
}
</style>
border-color css
<style>
span { border-color: #FCD2C4; }
span { border-color: rgb(252,210,196); }
td.TdClassName
{
border-color: #FCD2C4;
}
.TagClassName
{
border-color: #FCD2C4;
}
</style>