Shades of Cinderella #FED5C7
Tints of Cinderella #FED5C7
RGB
CMYK
RGB Variations
Color information
#FED5C7 (or 0xFED5C7) is known color: Cinderella. HEX triplet: FE, D5 and C7. RGB value is (254,213,199). Sum of RGB (Red+Green+Blue) = 254+213+199=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5C7 is #012A38. Grayscale: #DFDFDF. Windows color (decimal): -76345 or 13096446. OLE color: 13096446.
HSL color Cylindrical-coordinate representation of color #FED5C7: hue angle of 15.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FED5C7 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 199 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.00 |
| HSL | 15.27º | 0.96% | 0.89% | - |
| HSV(B) | 15.27º | 0.22% | 1% | - |
| XYZ | 74.98 | 72.78 | 64.13 | - |
| YUV | 223.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 199 | 0 | 0.16 | 0.22 | 0.00 | 15.27 | 0.96 | 0.89 |
| Hex | FE | D5 | C7 | 0 | 10 | 16 | 0 | F | 60 | 59 |
| Octal | 376 | 325 | 307 | 0 | 20 | 26 | 0 | 17 | 140 | 131 |
| Binary | 11111110 | 11010101 | 11000111 | 0 | 10000 | 10110 | 0 | 1111 | 1100000 | 1011001 |
Color Harmonies of #FED5C7
Complementary color
Monochromatic Colors of #FED5C7
Black with #FED5C7
Text Example
Text Example
White with #FED5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5C7; }
p { color: rgb(254,213,199); }
H1.HeaderClassName
{
color: #FED5C7;
}
.AnyTagClassName
{
color: #FED5C7;
}
</style>
background-color css
<style>
a { background-color: #FED5C7; }
a { background-color: rgb(254,213,199); }
div.DivClassName
{
background-color: #FED5C7;
}
.BgClassName
{
background-color: #FED5C7;
}
</style>
border-color css
<style>
span { border-color: #FED5C7; }
span { border-color: rgb(254,213,199); }
td.TdClassName
{
border-color: #FED5C7;
}
.TagClassName
{
border-color: #FED5C7;
}
</style>