Shades of Cinderella #FDDCCD
Tints of Cinderella #FDDCCD
RGB
CMYK
RGB Variations
Color information
#FDDCCD (or 0xFDDCCD) is known color: Cinderella. HEX triplet: FD, DC and CD. RGB value is (253,220,205). Sum of RGB (Red+Green+Blue) = 253+220+205=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCCD is #022332. Grayscale: #E4E4E4. Windows color (decimal): -140083 or 13491453. OLE color: 13491453.
HSL color Cylindrical-coordinate representation of color #FDDCCD: hue angle of 18.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDDCCD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 205 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 18.75º | 0.92% | 0.9% | - |
| HSV(B) | 18.75º | 0.19% | 0.99% | - |
| XYZ | 77.12 | 76.48 | 68.45 | - |
| YUV | 228.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 205 | 0 | 0.13 | 0.19 | 0.01 | 18.75 | 0.92 | 0.9 |
| Hex | FD | DC | CD | 0 | D | 13 | 1 | 13 | 5C | 5A |
| Octal | 375 | 334 | 315 | 0 | 15 | 23 | 1 | 23 | 134 | 132 |
| Binary | 11111101 | 11011100 | 11001101 | 0 | 1101 | 10011 | 1 | 10011 | 1011100 | 1011010 |
Color Harmonies of #FDDCCD
Complementary color
Monochromatic Colors of #FDDCCD
Black with #FDDCCD
Text Example
Text Example
White with #FDDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCCD; }
p { color: rgb(253,220,205); }
H1.HeaderClassName
{
color: #FDDCCD;
}
.AnyTagClassName
{
color: #FDDCCD;
}
</style>
background-color css
<style>
a { background-color: #FDDCCD; }
a { background-color: rgb(253,220,205); }
div.DivClassName
{
background-color: #FDDCCD;
}
.BgClassName
{
background-color: #FDDCCD;
}
</style>
border-color css
<style>
span { border-color: #FDDCCD; }
span { border-color: rgb(253,220,205); }
td.TdClassName
{
border-color: #FDDCCD;
}
.TagClassName
{
border-color: #FDDCCD;
}
</style>