Shades of Cinderella #FED6C5
Tints of Cinderella #FED6C5
RGB
CMYK
RGB Variations
Color information
#FED6C5 (or 0xFED6C5) is known color: Cinderella. HEX triplet: FE, D6 and C5. RGB value is (254,214,197). Sum of RGB (Red+Green+Blue) = 254+214+197=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6C5 is #01293A. Grayscale: #E0E0E0. Windows color (decimal): -76091 or 12965630. OLE color: 12965630.
HSL color Cylindrical-coordinate representation of color #FED6C5: hue angle of 17.89º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FED6C5 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 197 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.00 |
| HSL | 17.89º | 0.97% | 0.88% | - |
| HSV(B) | 17.89º | 0.22% | 1% | - |
| XYZ | 75 | 73.2 | 63 | - |
| YUV | 224.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 197 | 0 | 0.16 | 0.22 | 0.00 | 17.89 | 0.97 | 0.88 |
| Hex | FE | D6 | C5 | 0 | 10 | 16 | 0 | 12 | 61 | 58 |
| Octal | 376 | 326 | 305 | 0 | 20 | 26 | 0 | 22 | 141 | 130 |
| Binary | 11111110 | 11010110 | 11000101 | 0 | 10000 | 10110 | 0 | 10010 | 1100001 | 1011000 |
Color Harmonies of #FED6C5
Complementary color
Monochromatic Colors of #FED6C5
Black with #FED6C5
Text Example
Text Example
White with #FED6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6C5; }
p { color: rgb(254,214,197); }
H1.HeaderClassName
{
color: #FED6C5;
}
.AnyTagClassName
{
color: #FED6C5;
}
</style>
background-color css
<style>
a { background-color: #FED6C5; }
a { background-color: rgb(254,214,197); }
div.DivClassName
{
background-color: #FED6C5;
}
.BgClassName
{
background-color: #FED6C5;
}
</style>
border-color css
<style>
span { border-color: #FED6C5; }
span { border-color: rgb(254,214,197); }
td.TdClassName
{
border-color: #FED6C5;
}
.TagClassName
{
border-color: #FED6C5;
}
</style>