Shades of Cinderella #FED6CB
Tints of Cinderella #FED6CB
RGB
CMYK
RGB Variations
Color information
#FED6CB (or 0xFED6CB) is known color: Cinderella. HEX triplet: FE, D6 and CB. RGB value is (254,214,203). Sum of RGB (Red+Green+Blue) = 254+214+203=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CB is #012934. Grayscale: #E0E0E0. Windows color (decimal): -76085 or 13358846. OLE color: 13358846.
HSL color Cylindrical-coordinate representation of color #FED6CB: hue angle of 12.94º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED6CB is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 203 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.00 |
| HSL | 12.94º | 0.96% | 0.9% | - |
| HSV(B) | 12.94º | 0.2% | 1% | - |
| XYZ | 75.7 | 73.48 | 66.69 | - |
| YUV | 224.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 203 | 0 | 0.16 | 0.20 | 0.00 | 12.94 | 0.96 | 0.9 |
| Hex | FE | D6 | CB | 0 | 10 | 14 | 0 | D | 60 | 5A |
| Octal | 376 | 326 | 313 | 0 | 20 | 24 | 0 | 15 | 140 | 132 |
| Binary | 11111110 | 11010110 | 11001011 | 0 | 10000 | 10100 | 0 | 1101 | 1100000 | 1011010 |
Color Harmonies of #FED6CB
Complementary color
Monochromatic Colors of #FED6CB
Black with #FED6CB
Text Example
Text Example
White with #FED6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6CB; }
p { color: rgb(254,214,203); }
H1.HeaderClassName
{
color: #FED6CB;
}
.AnyTagClassName
{
color: #FED6CB;
}
</style>
background-color css
<style>
a { background-color: #FED6CB; }
a { background-color: rgb(254,214,203); }
div.DivClassName
{
background-color: #FED6CB;
}
.BgClassName
{
background-color: #FED6CB;
}
</style>
border-color css
<style>
span { border-color: #FED6CB; }
span { border-color: rgb(254,214,203); }
td.TdClassName
{
border-color: #FED6CB;
}
.TagClassName
{
border-color: #FED6CB;
}
</style>