Shades of Cinderella #FED5CB
Tints of Cinderella #FED5CB
RGB
CMYK
RGB Variations
Color information
#FED5CB (or 0xFED5CB) is known color: Cinderella. HEX triplet: FE, D5 and CB. RGB value is (254,213,203). Sum of RGB (Red+Green+Blue) = 254+213+203=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CB is #012A34. Grayscale: #E0E0E0. Windows color (decimal): -76341 or 13358590. OLE color: 13358590.
HSL color Cylindrical-coordinate representation of color #FED5CB: hue angle of 11.76º 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 #FED5CB is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 203 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.00 |
| HSL | 11.76º | 0.96% | 0.9% | - |
| HSV(B) | 11.76º | 0.2% | 1% | - |
| XYZ | 75.45 | 72.97 | 66.61 | - |
| YUV | 224.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 203 | 0 | 0.16 | 0.20 | 0.00 | 11.76 | 0.96 | 0.9 |
| Hex | FE | D5 | CB | 0 | 10 | 14 | 0 | C | 60 | 5A |
| Octal | 376 | 325 | 313 | 0 | 20 | 24 | 0 | 14 | 140 | 132 |
| Binary | 11111110 | 11010101 | 11001011 | 0 | 10000 | 10100 | 0 | 1100 | 1100000 | 1011010 |
Color Harmonies of #FED5CB
Complementary color
Monochromatic Colors of #FED5CB
Black with #FED5CB
Text Example
Text Example
White with #FED5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5CB; }
p { color: rgb(254,213,203); }
H1.HeaderClassName
{
color: #FED5CB;
}
.AnyTagClassName
{
color: #FED5CB;
}
</style>
background-color css
<style>
a { background-color: #FED5CB; }
a { background-color: rgb(254,213,203); }
div.DivClassName
{
background-color: #FED5CB;
}
.BgClassName
{
background-color: #FED5CB;
}
</style>
border-color css
<style>
span { border-color: #FED5CB; }
span { border-color: rgb(254,213,203); }
td.TdClassName
{
border-color: #FED5CB;
}
.TagClassName
{
border-color: #FED5CB;
}
</style>