Shades of Cinderella #FEDBCB
Tints of Cinderella #FEDBCB
RGB
CMYK
RGB Variations
Color information
#FEDBCB (or 0xFEDBCB) is known color: Cinderella. HEX triplet: FE, DB and CB. RGB value is (254,219,203). Sum of RGB (Red+Green+Blue) = 254+219+203=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBCB is #012434. Grayscale: #E3E3E3. Windows color (decimal): -74805 or 13360126. OLE color: 13360126.
HSL color Cylindrical-coordinate representation of color #FEDBCB: hue angle of 18.82º 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 #FEDBCB is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 203 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.00 |
| HSL | 18.82º | 0.96% | 0.9% | - |
| HSV(B) | 18.82º | 0.2% | 1% | - |
| XYZ | 76.98 | 76.05 | 67.12 | - |
| YUV | 227.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 203 | 0 | 0.14 | 0.20 | 0.00 | 18.82 | 0.96 | 0.9 |
| Hex | FE | DB | CB | 0 | E | 14 | 0 | 13 | 60 | 5A |
| Octal | 376 | 333 | 313 | 0 | 16 | 24 | 0 | 23 | 140 | 132 |
| Binary | 11111110 | 11011011 | 11001011 | 0 | 1110 | 10100 | 0 | 10011 | 1100000 | 1011010 |
Color Harmonies of #FEDBCB
Complementary color
Monochromatic Colors of #FEDBCB
Black with #FEDBCB
Text Example
Text Example
White with #FEDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBCB; }
p { color: rgb(254,219,203); }
H1.HeaderClassName
{
color: #FEDBCB;
}
.AnyTagClassName
{
color: #FEDBCB;
}
</style>
background-color css
<style>
a { background-color: #FEDBCB; }
a { background-color: rgb(254,219,203); }
div.DivClassName
{
background-color: #FEDBCB;
}
.BgClassName
{
background-color: #FEDBCB;
}
</style>
border-color css
<style>
span { border-color: #FEDBCB; }
span { border-color: rgb(254,219,203); }
td.TdClassName
{
border-color: #FEDBCB;
}
.TagClassName
{
border-color: #FEDBCB;
}
</style>