Shades of Cinderella #FEDCCB
Tints of Cinderella #FEDCCB
RGB
CMYK
RGB Variations
Color information
#FEDCCB (or 0xFEDCCB) is known color: Cinderella. HEX triplet: FE, DC and CB. RGB value is (254,220,203). Sum of RGB (Red+Green+Blue) = 254+220+203=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCB is #012334. Grayscale: #E4E4E4. Windows color (decimal): -74549 or 13360382. OLE color: 13360382.
HSL color Cylindrical-coordinate representation of color #FEDCCB: hue angle of 20º 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 #FEDCCB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 203 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.00 |
| HSL | 20º | 0.96% | 0.9% | - |
| HSV(B) | 20º | 0.2% | 1% | - |
| XYZ | 77.25 | 76.57 | 67.21 | - |
| YUV | 228.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 203 | 0 | 0.13 | 0.20 | 0.00 | 20 | 0.96 | 0.9 |
| Hex | FE | DC | CB | 0 | D | 14 | 0 | 14 | 60 | 5A |
| Octal | 376 | 334 | 313 | 0 | 15 | 24 | 0 | 24 | 140 | 132 |
| Binary | 11111110 | 11011100 | 11001011 | 0 | 1101 | 10100 | 0 | 10100 | 1100000 | 1011010 |
Color Harmonies of #FEDCCB
Complementary color
Monochromatic Colors of #FEDCCB
Black with #FEDCCB
Text Example
Text Example
White with #FEDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCCB; }
p { color: rgb(254,220,203); }
H1.HeaderClassName
{
color: #FEDCCB;
}
.AnyTagClassName
{
color: #FEDCCB;
}
</style>
background-color css
<style>
a { background-color: #FEDCCB; }
a { background-color: rgb(254,220,203); }
div.DivClassName
{
background-color: #FEDCCB;
}
.BgClassName
{
background-color: #FEDCCB;
}
</style>
border-color css
<style>
span { border-color: #FEDCCB; }
span { border-color: rgb(254,220,203); }
td.TdClassName
{
border-color: #FEDCCB;
}
.TagClassName
{
border-color: #FEDCCB;
}
</style>