Shades of Cinderella #FDD9CC
Tints of Cinderella #FDD9CC
RGB
CMYK
RGB Variations
Color information
#FDD9CC (or 0xFDD9CC) is known color: Cinderella. HEX triplet: FD, D9 and CC. RGB value is (253,217,204). Sum of RGB (Red+Green+Blue) = 253+217+204=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CC is #022633. Grayscale: #E2E2E2. Windows color (decimal): -140852 or 13425149. OLE color: 13425149.
HSL color Cylindrical-coordinate representation of color #FDD9CC: hue angle of 15.92º 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 #FDD9CC is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 204 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.01 |
| HSL | 15.92º | 0.92% | 0.9% | - |
| HSV(B) | 15.92º | 0.19% | 0.99% | - |
| XYZ | 76.22 | 74.87 | 67.56 | - |
| YUV | 226.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 204 | 0 | 0.14 | 0.19 | 0.01 | 15.92 | 0.92 | 0.9 |
| Hex | FD | D9 | CC | 0 | E | 13 | 1 | 10 | 5C | 5A |
| Octal | 375 | 331 | 314 | 0 | 16 | 23 | 1 | 20 | 134 | 132 |
| Binary | 11111101 | 11011001 | 11001100 | 0 | 1110 | 10011 | 1 | 10000 | 1011100 | 1011010 |
Color Harmonies of #FDD9CC
Complementary color
Monochromatic Colors of #FDD9CC
Black with #FDD9CC
Text Example
Text Example
White with #FDD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9CC; }
p { color: rgb(253,217,204); }
H1.HeaderClassName
{
color: #FDD9CC;
}
.AnyTagClassName
{
color: #FDD9CC;
}
</style>
background-color css
<style>
a { background-color: #FDD9CC; }
a { background-color: rgb(253,217,204); }
div.DivClassName
{
background-color: #FDD9CC;
}
.BgClassName
{
background-color: #FDD9CC;
}
</style>
border-color css
<style>
span { border-color: #FDD9CC; }
span { border-color: rgb(253,217,204); }
td.TdClassName
{
border-color: #FDD9CC;
}
.TagClassName
{
border-color: #FDD9CC;
}
</style>