Shades of Cinderella #FDD5CC
Tints of Cinderella #FDD5CC
RGB
CMYK
RGB Variations
Color information
#FDD5CC (or 0xFDD5CC) is known color: Cinderella. HEX triplet: FD, D5 and CC. RGB value is (253,213,204). Sum of RGB (Red+Green+Blue) = 253+213+204=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5CC is #022A33. Grayscale: #E0E0E0. Windows color (decimal): -141876 or 13424125. OLE color: 13424125.
HSL color Cylindrical-coordinate representation of color #FDD5CC: hue angle of 11.02º 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 #FDD5CC is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 204 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.01 |
| HSL | 11.02º | 0.92% | 0.9% | - |
| HSV(B) | 11.02º | 0.19% | 0.99% | - |
| XYZ | 75.2 | 72.83 | 67.22 | - |
| YUV | 223.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 204 | 0 | 0.16 | 0.19 | 0.01 | 11.02 | 0.92 | 0.9 |
| Hex | FD | D5 | CC | 0 | 10 | 13 | 1 | B | 5C | 5A |
| Octal | 375 | 325 | 314 | 0 | 20 | 23 | 1 | 13 | 134 | 132 |
| Binary | 11111101 | 11010101 | 11001100 | 0 | 10000 | 10011 | 1 | 1011 | 1011100 | 1011010 |
Color Harmonies of #FDD5CC
Complementary color
Monochromatic Colors of #FDD5CC
Black with #FDD5CC
Text Example
Text Example
White with #FDD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5CC; }
p { color: rgb(253,213,204); }
H1.HeaderClassName
{
color: #FDD5CC;
}
.AnyTagClassName
{
color: #FDD5CC;
}
</style>
background-color css
<style>
a { background-color: #FDD5CC; }
a { background-color: rgb(253,213,204); }
div.DivClassName
{
background-color: #FDD5CC;
}
.BgClassName
{
background-color: #FDD5CC;
}
</style>
border-color css
<style>
span { border-color: #FDD5CC; }
span { border-color: rgb(253,213,204); }
td.TdClassName
{
border-color: #FDD5CC;
}
.TagClassName
{
border-color: #FDD5CC;
}
</style>