Shades of Cinderella #FEDBCD
Tints of Cinderella #FEDBCD
RGB
CMYK
RGB Variations
Color information
#FEDBCD (or 0xFEDBCD) is known color: Cinderella. HEX triplet: FE, DB and CD. RGB value is (254,219,205). Sum of RGB (Red+Green+Blue) = 254+219+205=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBCD is #012432. Grayscale: #E3E3E3. Windows color (decimal): -74803 or 13491198. OLE color: 13491198.
HSL color Cylindrical-coordinate representation of color #FEDBCD: hue angle of 17.14º 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 #FEDBCD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 205 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.00 |
| HSL | 17.14º | 0.96% | 0.9% | - |
| HSV(B) | 17.14º | 0.19% | 1% | - |
| XYZ | 77.22 | 76.14 | 68.38 | - |
| YUV | 227.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 205 | 0 | 0.14 | 0.19 | 0.00 | 17.14 | 0.96 | 0.9 |
| Hex | FE | DB | CD | 0 | E | 13 | 0 | 11 | 60 | 5A |
| Octal | 376 | 333 | 315 | 0 | 16 | 23 | 0 | 21 | 140 | 132 |
| Binary | 11111110 | 11011011 | 11001101 | 0 | 1110 | 10011 | 0 | 10001 | 1100000 | 1011010 |
Color Harmonies of #FEDBCD
Complementary color
Monochromatic Colors of #FEDBCD
Black with #FEDBCD
Text Example
Text Example
White with #FEDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBCD; }
p { color: rgb(254,219,205); }
H1.HeaderClassName
{
color: #FEDBCD;
}
.AnyTagClassName
{
color: #FEDBCD;
}
</style>
background-color css
<style>
a { background-color: #FEDBCD; }
a { background-color: rgb(254,219,205); }
div.DivClassName
{
background-color: #FEDBCD;
}
.BgClassName
{
background-color: #FEDBCD;
}
</style>
border-color css
<style>
span { border-color: #FEDBCD; }
span { border-color: rgb(254,219,205); }
td.TdClassName
{
border-color: #FEDBCD;
}
.TagClassName
{
border-color: #FEDBCD;
}
</style>