Shades of Cinderella #FEDACD
Tints of Cinderella #FEDACD
RGB
CMYK
RGB Variations
Color information
#FEDACD (or 0xFEDACD) is known color: Cinderella. HEX triplet: FE, DA and CD. RGB value is (254,218,205). Sum of RGB (Red+Green+Blue) = 254+218+205=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACD is #012532. Grayscale: #E3E3E3. Windows color (decimal): -75059 or 13490942. OLE color: 13490942.
HSL color Cylindrical-coordinate representation of color #FEDACD: hue angle of 15.92º 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 #FEDACD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 205 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.00 |
| HSL | 15.92º | 0.96% | 0.9% | - |
| HSV(B) | 15.92º | 0.19% | 1% | - |
| XYZ | 76.96 | 75.62 | 68.3 | - |
| YUV | 227.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 205 | 0 | 0.14 | 0.19 | 0.00 | 15.92 | 0.96 | 0.9 |
| Hex | FE | DA | CD | 0 | E | 13 | 0 | 10 | 60 | 5A |
| Octal | 376 | 332 | 315 | 0 | 16 | 23 | 0 | 20 | 140 | 132 |
| Binary | 11111110 | 11011010 | 11001101 | 0 | 1110 | 10011 | 0 | 10000 | 1100000 | 1011010 |
Color Harmonies of #FEDACD
Complementary color
Monochromatic Colors of #FEDACD
Black with #FEDACD
Text Example
Text Example
White with #FEDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDACD; }
p { color: rgb(254,218,205); }
H1.HeaderClassName
{
color: #FEDACD;
}
.AnyTagClassName
{
color: #FEDACD;
}
</style>
background-color css
<style>
a { background-color: #FEDACD; }
a { background-color: rgb(254,218,205); }
div.DivClassName
{
background-color: #FEDACD;
}
.BgClassName
{
background-color: #FEDACD;
}
</style>
border-color css
<style>
span { border-color: #FEDACD; }
span { border-color: rgb(254,218,205); }
td.TdClassName
{
border-color: #FEDACD;
}
.TagClassName
{
border-color: #FEDACD;
}
</style>