Shades of Cinderella #FED6CC
Tints of Cinderella #FED6CC
RGB
CMYK
RGB Variations
Color information
#FED6CC (or 0xFED6CC) is known color: Cinderella. HEX triplet: FE, D6 and CC. RGB value is (254,214,204). Sum of RGB (Red+Green+Blue) = 254+214+204=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CC is #012933. Grayscale: #E0E0E0. Windows color (decimal): -76084 or 13424382. OLE color: 13424382.
HSL color Cylindrical-coordinate representation of color #FED6CC: hue angle of 12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED6CC is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 204 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.00 |
| HSL | 12º | 0.96% | 0.9% | - |
| HSV(B) | 12º | 0.2% | 1% | - |
| XYZ | 75.82 | 73.52 | 67.32 | - |
| YUV | 224.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 204 | 0 | 0.16 | 0.20 | 0.00 | 12 | 0.96 | 0.9 |
| Hex | FE | D6 | CC | 0 | 10 | 14 | 0 | C | 60 | 5A |
| Octal | 376 | 326 | 314 | 0 | 20 | 24 | 0 | 14 | 140 | 132 |
| Binary | 11111110 | 11010110 | 11001100 | 0 | 10000 | 10100 | 0 | 1100 | 1100000 | 1011010 |
Color Harmonies of #FED6CC
Complementary color
Monochromatic Colors of #FED6CC
Black with #FED6CC
Text Example
Text Example
White with #FED6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6CC; }
p { color: rgb(254,214,204); }
H1.HeaderClassName
{
color: #FED6CC;
}
.AnyTagClassName
{
color: #FED6CC;
}
</style>
background-color css
<style>
a { background-color: #FED6CC; }
a { background-color: rgb(254,214,204); }
div.DivClassName
{
background-color: #FED6CC;
}
.BgClassName
{
background-color: #FED6CC;
}
</style>
border-color css
<style>
span { border-color: #FED6CC; }
span { border-color: rgb(254,214,204); }
td.TdClassName
{
border-color: #FED6CC;
}
.TagClassName
{
border-color: #FED6CC;
}
</style>