Shades of Cinderella #FED9CC
Tints of Cinderella #FED9CC
RGB
CMYK
RGB Variations
Color information
#FED9CC (or 0xFED9CC) is known color: Cinderella. HEX triplet: FE, D9 and CC. RGB value is (254,217,204). Sum of RGB (Red+Green+Blue) = 254+217+204=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CC is #012633. Grayscale: #E2E2E2. Windows color (decimal): -75316 or 13425150. OLE color: 13425150.
HSL color Cylindrical-coordinate representation of color #FED9CC: hue angle of 15.6º 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 #FED9CC is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 204 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.00 |
| HSL | 15.6º | 0.96% | 0.9% | - |
| HSV(B) | 15.6º | 0.2% | 1% | - |
| XYZ | 76.58 | 75.06 | 67.58 | - |
| YUV | 226.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 204 | 0 | 0.15 | 0.20 | 0.00 | 15.6 | 0.96 | 0.9 |
| Hex | FE | D9 | CC | 0 | F | 14 | 0 | 10 | 60 | 5A |
| Octal | 376 | 331 | 314 | 0 | 17 | 24 | 0 | 20 | 140 | 132 |
| Binary | 11111110 | 11011001 | 11001100 | 0 | 1111 | 10100 | 0 | 10000 | 1100000 | 1011010 |
Color Harmonies of #FED9CC
Complementary color
Monochromatic Colors of #FED9CC
Black with #FED9CC
Text Example
Text Example
White with #FED9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9CC; }
p { color: rgb(254,217,204); }
H1.HeaderClassName
{
color: #FED9CC;
}
.AnyTagClassName
{
color: #FED9CC;
}
</style>
background-color css
<style>
a { background-color: #FED9CC; }
a { background-color: rgb(254,217,204); }
div.DivClassName
{
background-color: #FED9CC;
}
.BgClassName
{
background-color: #FED9CC;
}
</style>
border-color css
<style>
span { border-color: #FED9CC; }
span { border-color: rgb(254,217,204); }
td.TdClassName
{
border-color: #FED9CC;
}
.TagClassName
{
border-color: #FED9CC;
}
</style>