Shades of Cinderella #FED7CB
Tints of Cinderella #FED7CB
RGB
CMYK
RGB Variations
Color information
#FED7CB (or 0xFED7CB) is known color: Cinderella. HEX triplet: FE, D7 and CB. RGB value is (254,215,203). Sum of RGB (Red+Green+Blue) = 254+215+203=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7CB is #012834. Grayscale: #E1E1E1. Windows color (decimal): -75829 or 13359102. OLE color: 13359102.
HSL color Cylindrical-coordinate representation of color #FED7CB: hue angle of 14.12º 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 #FED7CB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 203 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.00 |
| HSL | 14.12º | 0.96% | 0.9% | - |
| HSV(B) | 14.12º | 0.2% | 1% | - |
| XYZ | 75.95 | 73.98 | 66.78 | - |
| YUV | 225.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 203 | 0 | 0.15 | 0.20 | 0.00 | 14.12 | 0.96 | 0.9 |
| Hex | FE | D7 | CB | 0 | F | 14 | 0 | E | 60 | 5A |
| Octal | 376 | 327 | 313 | 0 | 17 | 24 | 0 | 16 | 140 | 132 |
| Binary | 11111110 | 11010111 | 11001011 | 0 | 1111 | 10100 | 0 | 1110 | 1100000 | 1011010 |
Color Harmonies of #FED7CB
Complementary color
Monochromatic Colors of #FED7CB
Black with #FED7CB
Text Example
Text Example
White with #FED7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7CB; }
p { color: rgb(254,215,203); }
H1.HeaderClassName
{
color: #FED7CB;
}
.AnyTagClassName
{
color: #FED7CB;
}
</style>
background-color css
<style>
a { background-color: #FED7CB; }
a { background-color: rgb(254,215,203); }
div.DivClassName
{
background-color: #FED7CB;
}
.BgClassName
{
background-color: #FED7CB;
}
</style>
border-color css
<style>
span { border-color: #FED7CB; }
span { border-color: rgb(254,215,203); }
td.TdClassName
{
border-color: #FED7CB;
}
.TagClassName
{
border-color: #FED7CB;
}
</style>