Shades of Cinderella #FED6C7
Tints of Cinderella #FED6C7
RGB
CMYK
RGB Variations
Color information
#FED6C7 (or 0xFED6C7) is known color: Cinderella. HEX triplet: FE, D6 and C7. RGB value is (254,214,199). Sum of RGB (Red+Green+Blue) = 254+214+199=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6C7 is #012938. Grayscale: #E0E0E0. Windows color (decimal): -76089 or 13096702. OLE color: 13096702.
HSL color Cylindrical-coordinate representation of color #FED6C7: hue angle of 16.36º 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 #FED6C7 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 199 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.00 |
| HSL | 16.36º | 0.96% | 0.89% | - |
| HSV(B) | 16.36º | 0.22% | 1% | - |
| XYZ | 75.23 | 73.29 | 64.21 | - |
| YUV | 224.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 199 | 0 | 0.16 | 0.22 | 0.00 | 16.36 | 0.96 | 0.89 |
| Hex | FE | D6 | C7 | 0 | 10 | 16 | 0 | 10 | 60 | 59 |
| Octal | 376 | 326 | 307 | 0 | 20 | 26 | 0 | 20 | 140 | 131 |
| Binary | 11111110 | 11010110 | 11000111 | 0 | 10000 | 10110 | 0 | 10000 | 1100000 | 1011001 |
Color Harmonies of #FED6C7
Complementary color
Monochromatic Colors of #FED6C7
Black with #FED6C7
Text Example
Text Example
White with #FED6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6C7; }
p { color: rgb(254,214,199); }
H1.HeaderClassName
{
color: #FED6C7;
}
.AnyTagClassName
{
color: #FED6C7;
}
</style>
background-color css
<style>
a { background-color: #FED6C7; }
a { background-color: rgb(254,214,199); }
div.DivClassName
{
background-color: #FED6C7;
}
.BgClassName
{
background-color: #FED6C7;
}
</style>
border-color css
<style>
span { border-color: #FED6C7; }
span { border-color: rgb(254,214,199); }
td.TdClassName
{
border-color: #FED6C7;
}
.TagClassName
{
border-color: #FED6C7;
}
</style>