Shades of Cinderella #FDD9CE
Tints of Cinderella #FDD9CE
RGB
CMYK
RGB Variations
Color information
#FDD9CE (or 0xFDD9CE) is known color: Cinderella. HEX triplet: FD, D9 and CE. RGB value is (253,217,206). Sum of RGB (Red+Green+Blue) = 253+217+206=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CE is #022631. Grayscale: #E2E2E2. Windows color (decimal): -140850 or 13556221. OLE color: 13556221.
HSL color Cylindrical-coordinate representation of color #FDD9CE: hue angle of 14.04º 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 #FDD9CE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 206 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.01 |
| HSL | 14.04º | 0.92% | 0.9% | - |
| HSV(B) | 14.04º | 0.19% | 0.99% | - |
| XYZ | 76.46 | 74.96 | 68.83 | - |
| YUV | 226.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 206 | 0 | 0.14 | 0.19 | 0.01 | 14.04 | 0.92 | 0.9 |
| Hex | FD | D9 | CE | 0 | E | 13 | 1 | E | 5C | 5A |
| Octal | 375 | 331 | 316 | 0 | 16 | 23 | 1 | 16 | 134 | 132 |
| Binary | 11111101 | 11011001 | 11001110 | 0 | 1110 | 10011 | 1 | 1110 | 1011100 | 1011010 |
Color Harmonies of #FDD9CE
Complementary color
Monochromatic Colors of #FDD9CE
Black with #FDD9CE
Text Example
Text Example
White with #FDD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9CE; }
p { color: rgb(253,217,206); }
H1.HeaderClassName
{
color: #FDD9CE;
}
.AnyTagClassName
{
color: #FDD9CE;
}
</style>
background-color css
<style>
a { background-color: #FDD9CE; }
a { background-color: rgb(253,217,206); }
div.DivClassName
{
background-color: #FDD9CE;
}
.BgClassName
{
background-color: #FDD9CE;
}
</style>
border-color css
<style>
span { border-color: #FDD9CE; }
span { border-color: rgb(253,217,206); }
td.TdClassName
{
border-color: #FDD9CE;
}
.TagClassName
{
border-color: #FDD9CE;
}
</style>