Shades of Cinderella #FDDBCC
Tints of Cinderella #FDDBCC
RGB
CMYK
RGB Variations
Color information
#FDDBCC (or 0xFDDBCC) is known color: Cinderella. HEX triplet: FD, DB and CC. RGB value is (253,219,204). Sum of RGB (Red+Green+Blue) = 253+219+204=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBCC is #022433. Grayscale: #E3E3E3. Windows color (decimal): -140340 or 13425661. OLE color: 13425661.
HSL color Cylindrical-coordinate representation of color #FDDBCC: hue angle of 18.37º 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 #FDDBCC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 204 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 18.37º | 0.92% | 0.9% | - |
| HSV(B) | 18.37º | 0.19% | 0.99% | - |
| XYZ | 76.74 | 75.91 | 67.73 | - |
| YUV | 227.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 204 | 0 | 0.13 | 0.19 | 0.01 | 18.37 | 0.92 | 0.9 |
| Hex | FD | DB | CC | 0 | D | 13 | 1 | 12 | 5C | 5A |
| Octal | 375 | 333 | 314 | 0 | 15 | 23 | 1 | 22 | 134 | 132 |
| Binary | 11111101 | 11011011 | 11001100 | 0 | 1101 | 10011 | 1 | 10010 | 1011100 | 1011010 |
Color Harmonies of #FDDBCC
Complementary color
Monochromatic Colors of #FDDBCC
Black with #FDDBCC
Text Example
Text Example
White with #FDDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBCC; }
p { color: rgb(253,219,204); }
H1.HeaderClassName
{
color: #FDDBCC;
}
.AnyTagClassName
{
color: #FDDBCC;
}
</style>
background-color css
<style>
a { background-color: #FDDBCC; }
a { background-color: rgb(253,219,204); }
div.DivClassName
{
background-color: #FDDBCC;
}
.BgClassName
{
background-color: #FDDBCC;
}
</style>
border-color css
<style>
span { border-color: #FDDBCC; }
span { border-color: rgb(253,219,204); }
td.TdClassName
{
border-color: #FDDBCC;
}
.TagClassName
{
border-color: #FDDBCC;
}
</style>