Shades of Cinderella #FED7CD
Tints of Cinderella #FED7CD
RGB
CMYK
RGB Variations
Color information
#FED7CD (or 0xFED7CD) is known color: Cinderella. HEX triplet: FE, D7 and CD. RGB value is (254,215,205). Sum of RGB (Red+Green+Blue) = 254+215+205=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7CD is #012832. Grayscale: #E1E1E1. Windows color (decimal): -75827 or 13490174. OLE color: 13490174.
HSL color Cylindrical-coordinate representation of color #FED7CD: hue angle of 12.24º 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 #FED7CD is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 205 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.00 |
| HSL | 12.24º | 0.96% | 0.9% | - |
| HSV(B) | 12.24º | 0.19% | 1% | - |
| XYZ | 76.19 | 74.08 | 68.04 | - |
| YUV | 225.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 205 | 0 | 0.15 | 0.19 | 0.00 | 12.24 | 0.96 | 0.9 |
| Hex | FE | D7 | CD | 0 | F | 13 | 0 | C | 60 | 5A |
| Octal | 376 | 327 | 315 | 0 | 17 | 23 | 0 | 14 | 140 | 132 |
| Binary | 11111110 | 11010111 | 11001101 | 0 | 1111 | 10011 | 0 | 1100 | 1100000 | 1011010 |
Color Harmonies of #FED7CD
Complementary color
Monochromatic Colors of #FED7CD
Black with #FED7CD
Text Example
Text Example
White with #FED7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7CD; }
p { color: rgb(254,215,205); }
H1.HeaderClassName
{
color: #FED7CD;
}
.AnyTagClassName
{
color: #FED7CD;
}
</style>
background-color css
<style>
a { background-color: #FED7CD; }
a { background-color: rgb(254,215,205); }
div.DivClassName
{
background-color: #FED7CD;
}
.BgClassName
{
background-color: #FED7CD;
}
</style>
border-color css
<style>
span { border-color: #FED7CD; }
span { border-color: rgb(254,215,205); }
td.TdClassName
{
border-color: #FED7CD;
}
.TagClassName
{
border-color: #FED7CD;
}
</style>