Shades of Cinderella #FDD9CA
Tints of Cinderella #FDD9CA
RGB
CMYK
RGB Variations
Color information
#FDD9CA (or 0xFDD9CA) is known color: Cinderella. HEX triplet: FD, D9 and CA. RGB value is (253,217,202). Sum of RGB (Red+Green+Blue) = 253+217+202=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CA is #022635. Grayscale: #E2E2E2. Windows color (decimal): -140854 or 13294077. OLE color: 13294077.
HSL color Cylindrical-coordinate representation of color #FDD9CA: hue angle of 17.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDD9CA is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 202 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.01 |
| HSL | 17.65º | 0.93% | 0.89% | - |
| HSV(B) | 17.65º | 0.2% | 0.99% | - |
| XYZ | 75.98 | 74.77 | 66.31 | - |
| YUV | 226.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 202 | 0 | 0.14 | 0.20 | 0.01 | 17.65 | 0.93 | 0.89 |
| Hex | FD | D9 | CA | 0 | E | 14 | 1 | 12 | 5D | 59 |
| Octal | 375 | 331 | 312 | 0 | 16 | 24 | 1 | 22 | 135 | 131 |
| Binary | 11111101 | 11011001 | 11001010 | 0 | 1110 | 10100 | 1 | 10010 | 1011101 | 1011001 |
Color Harmonies of #FDD9CA
Complementary color
Monochromatic Colors of #FDD9CA
Black with #FDD9CA
Text Example
Text Example
White with #FDD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9CA; }
p { color: rgb(253,217,202); }
H1.HeaderClassName
{
color: #FDD9CA;
}
.AnyTagClassName
{
color: #FDD9CA;
}
</style>
background-color css
<style>
a { background-color: #FDD9CA; }
a { background-color: rgb(253,217,202); }
div.DivClassName
{
background-color: #FDD9CA;
}
.BgClassName
{
background-color: #FDD9CA;
}
</style>
border-color css
<style>
span { border-color: #FDD9CA; }
span { border-color: rgb(253,217,202); }
td.TdClassName
{
border-color: #FDD9CA;
}
.TagClassName
{
border-color: #FDD9CA;
}
</style>