Shades of Cinderella #FEDCCD
Tints of Cinderella #FEDCCD
RGB
CMYK
RGB Variations
Color information
#FEDCCD (or 0xFEDCCD) is known color: Cinderella. HEX triplet: FE, DC and CD. RGB value is (254,220,205). Sum of RGB (Red+Green+Blue) = 254+220+205=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCD is #012332. Grayscale: #E4E4E4. Windows color (decimal): -74547 or 13491454. OLE color: 13491454.
HSL color Cylindrical-coordinate representation of color #FEDCCD: hue angle of 18.37º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEDCCD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 205 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.00 |
| HSL | 18.37º | 0.96% | 0.9% | - |
| HSV(B) | 18.37º | 0.19% | 1% | - |
| XYZ | 77.49 | 76.67 | 68.47 | - |
| YUV | 228.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 205 | 0 | 0.13 | 0.19 | 0.00 | 18.37 | 0.96 | 0.9 |
| Hex | FE | DC | CD | 0 | D | 13 | 0 | 12 | 60 | 5A |
| Octal | 376 | 334 | 315 | 0 | 15 | 23 | 0 | 22 | 140 | 132 |
| Binary | 11111110 | 11011100 | 11001101 | 0 | 1101 | 10011 | 0 | 10010 | 1100000 | 1011010 |
Color Harmonies of #FEDCCD
Complementary color
Monochromatic Colors of #FEDCCD
Black with #FEDCCD
Text Example
Text Example
White with #FEDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCCD; }
p { color: rgb(254,220,205); }
H1.HeaderClassName
{
color: #FEDCCD;
}
.AnyTagClassName
{
color: #FEDCCD;
}
</style>
background-color css
<style>
a { background-color: #FEDCCD; }
a { background-color: rgb(254,220,205); }
div.DivClassName
{
background-color: #FEDCCD;
}
.BgClassName
{
background-color: #FEDCCD;
}
</style>
border-color css
<style>
span { border-color: #FEDCCD; }
span { border-color: rgb(254,220,205); }
td.TdClassName
{
border-color: #FEDCCD;
}
.TagClassName
{
border-color: #FEDCCD;
}
</style>