Shades of Cinderella #FCDACE
Tints of Cinderella #FCDACE
RGB
CMYK
RGB Variations
Color information
#FCDACE (or 0xFCDACE) is known color: Cinderella. HEX triplet: FC, DA and CE. RGB value is (252,218,206). Sum of RGB (Red+Green+Blue) = 252+218+206=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACE is #032531. Grayscale: #E2E2E2. Windows color (decimal): -206130 or 13556476. OLE color: 13556476.
HSL color Cylindrical-coordinate representation of color #FCDACE: hue angle of 15.65º 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 #FCDACE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 206 | - |
CMYK | 0 | 0.13 | 0.18 | 0.01 |
HSL | 15.65º | 0.88% | 0.9% | - |
HSV(B) | 15.65º | 0.18% | 0.99% | - |
XYZ | 76.36 | 75.29 | 68.9 | - |
YUV | 226.8 | 116.26 | 145.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 206 | 0 | 0.13 | 0.18 | 0.01 | 15.65 | 0.88 | 0.9 |
Hex | FC | DA | CE | 0 | D | 12 | 1 | 10 | 58 | 5A |
Octal | 374 | 332 | 316 | 0 | 15 | 22 | 1 | 20 | 130 | 132 |
Binary | 11111100 | 11011010 | 11001110 | 0 | 1101 | 10010 | 1 | 10000 | 1011000 | 1011010 |
Color Harmonies of #FCDACE
Complementary color
Monochromatic Colors of #FCDACE
Black with #FCDACE
Text Example
Text Example
White with #FCDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDACE; }
p { color: rgb(252,218,206); }
H1.HeaderClassName
{
color: #FCDACE;
}
.AnyTagClassName
{
color: #FCDACE;
}
</style>
background-color css
<style>
a { background-color: #FCDACE; }
a { background-color: rgb(252,218,206); }
div.DivClassName
{
background-color: #FCDACE;
}
.BgClassName
{
background-color: #FCDACE;
}
</style>
border-color css
<style>
span { border-color: #FCDACE; }
span { border-color: rgb(252,218,206); }
td.TdClassName
{
border-color: #FCDACE;
}
.TagClassName
{
border-color: #FCDACE;
}
</style>