Shades of Cinderella #FEDDCD
Tints of Cinderella #FEDDCD
RGB
CMYK
RGB Variations
Color information
#FEDDCD (or 0xFEDDCD) is known color: Cinderella. HEX triplet: FE, DD and CD. RGB value is (254,221,205). Sum of RGB (Red+Green+Blue) = 254+221+205=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDCD is #012232. Grayscale: #E5E5E5. Windows color (decimal): -74291 or 13491710. OLE color: 13491710.
HSL color Cylindrical-coordinate representation of color #FEDDCD: hue angle of 19.59º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEDDCD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 205 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.00 |
| HSL | 19.59º | 0.96% | 0.9% | - |
| HSV(B) | 19.59º | 0.19% | 1% | - |
| XYZ | 77.75 | 77.19 | 68.56 | - |
| YUV | 229.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 205 | 0 | 0.13 | 0.19 | 0.00 | 19.59 | 0.96 | 0.9 |
| Hex | FE | DD | CD | 0 | D | 13 | 0 | 14 | 60 | 5A |
| Octal | 376 | 335 | 315 | 0 | 15 | 23 | 0 | 24 | 140 | 132 |
| Binary | 11111110 | 11011101 | 11001101 | 0 | 1101 | 10011 | 0 | 10100 | 1100000 | 1011010 |
Color Harmonies of #FEDDCD
Complementary color
Monochromatic Colors of #FEDDCD
Black with #FEDDCD
Text Example
Text Example
White with #FEDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDCD; }
p { color: rgb(254,221,205); }
H1.HeaderClassName
{
color: #FEDDCD;
}
.AnyTagClassName
{
color: #FEDDCD;
}
</style>
background-color css
<style>
a { background-color: #FEDDCD; }
a { background-color: rgb(254,221,205); }
div.DivClassName
{
background-color: #FEDDCD;
}
.BgClassName
{
background-color: #FEDDCD;
}
</style>
border-color css
<style>
span { border-color: #FEDDCD; }
span { border-color: rgb(254,221,205); }
td.TdClassName
{
border-color: #FEDDCD;
}
.TagClassName
{
border-color: #FEDDCD;
}
</style>