Shades of Cinderella #FDD9CD
Tints of Cinderella #FDD9CD
RGB
CMYK
RGB Variations
Color information
#FDD9CD (or 0xFDD9CD) is known color: Cinderella. HEX triplet: FD, D9 and CD. RGB value is (253,217,205). Sum of RGB (Red+Green+Blue) = 253+217+205=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CD is #022632. Grayscale: #E2E2E2. Windows color (decimal): -140851 or 13490685. OLE color: 13490685.
HSL color Cylindrical-coordinate representation of color #FDD9CD: hue angle of 15º 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 #FDD9CD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 217 | 205 | - |
CMYK | 0 | 0.14 | 0.19 | 0.01 |
HSL | 15º | 0.92% | 0.9% | - |
HSV(B) | 15º | 0.19% | 0.99% | - |
XYZ | 76.34 | 74.92 | 68.19 | - |
YUV | 226.4 | 115.93 | 146.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 217 | 205 | 0 | 0.14 | 0.19 | 0.01 | 15 | 0.92 | 0.9 |
Hex | FD | D9 | CD | 0 | E | 13 | 1 | F | 5C | 5A |
Octal | 375 | 331 | 315 | 0 | 16 | 23 | 1 | 17 | 134 | 132 |
Binary | 11111101 | 11011001 | 11001101 | 0 | 1110 | 10011 | 1 | 1111 | 1011100 | 1011010 |
Color Harmonies of #FDD9CD
Complementary color
Monochromatic Colors of #FDD9CD
Black with #FDD9CD
Text Example
Text Example
White with #FDD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9CD; }
p { color: rgb(253,217,205); }
H1.HeaderClassName
{
color: #FDD9CD;
}
.AnyTagClassName
{
color: #FDD9CD;
}
</style>
background-color css
<style>
a { background-color: #FDD9CD; }
a { background-color: rgb(253,217,205); }
div.DivClassName
{
background-color: #FDD9CD;
}
.BgClassName
{
background-color: #FDD9CD;
}
</style>
border-color css
<style>
span { border-color: #FDD9CD; }
span { border-color: rgb(253,217,205); }
td.TdClassName
{
border-color: #FDD9CD;
}
.TagClassName
{
border-color: #FDD9CD;
}
</style>