Shades of Cinderella #FDDDCD
Tints of Cinderella #FDDDCD
RGB
CMYK
RGB Variations
Color information
#FDDDCD (or 0xFDDDCD) is known color: Cinderella. HEX triplet: FD, DD and CD. RGB value is (253,221,205). Sum of RGB (Red+Green+Blue) = 253+221+205=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDCD is #022232. Grayscale: #E4E4E4. Windows color (decimal): -139827 or 13491709. OLE color: 13491709.
HSL color Cylindrical-coordinate representation of color #FDDDCD: hue angle of 20º 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 #FDDDCD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 205 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 20º | 0.92% | 0.9% | - |
| HSV(B) | 20º | 0.19% | 0.99% | - |
| XYZ | 77.38 | 77 | 68.54 | - |
| YUV | 228.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 205 | 0 | 0.13 | 0.19 | 0.01 | 20 | 0.92 | 0.9 |
| Hex | FD | DD | CD | 0 | D | 13 | 1 | 14 | 5C | 5A |
| Octal | 375 | 335 | 315 | 0 | 15 | 23 | 1 | 24 | 134 | 132 |
| Binary | 11111101 | 11011101 | 11001101 | 0 | 1101 | 10011 | 1 | 10100 | 1011100 | 1011010 |
Color Harmonies of #FDDDCD
Complementary color
Monochromatic Colors of #FDDDCD
Black with #FDDDCD
Text Example
Text Example
White with #FDDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDCD; }
p { color: rgb(253,221,205); }
H1.HeaderClassName
{
color: #FDDDCD;
}
.AnyTagClassName
{
color: #FDDDCD;
}
</style>
background-color css
<style>
a { background-color: #FDDDCD; }
a { background-color: rgb(253,221,205); }
div.DivClassName
{
background-color: #FDDDCD;
}
.BgClassName
{
background-color: #FDDDCD;
}
</style>
border-color css
<style>
span { border-color: #FDDDCD; }
span { border-color: rgb(253,221,205); }
td.TdClassName
{
border-color: #FDDDCD;
}
.TagClassName
{
border-color: #FDDDCD;
}
</style>