Shades of Cinderella #FDD6C9
Tints of Cinderella #FDD6C9
RGB
CMYK
RGB Variations
Color information
#FDD6C9 (or 0xFDD6C9) is known color: Cinderella. HEX triplet: FD, D6 and C9. RGB value is (253,214,201). Sum of RGB (Red+Green+Blue) = 253+214+201=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6C9 is #022936. Grayscale: #E0E0E0. Windows color (decimal): -141623 or 13227773. OLE color: 13227773.
HSL color Cylindrical-coordinate representation of color #FDD6C9: hue angle of 15º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDD6C9 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 201 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.01 |
| HSL | 15º | 0.93% | 0.89% | - |
| HSV(B) | 15º | 0.21% | 0.99% | - |
| XYZ | 75.1 | 73.19 | 65.43 | - |
| YUV | 224.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 201 | 0 | 0.15 | 0.21 | 0.01 | 15 | 0.93 | 0.89 |
| Hex | FD | D6 | C9 | 0 | F | 15 | 1 | F | 5D | 59 |
| Octal | 375 | 326 | 311 | 0 | 17 | 25 | 1 | 17 | 135 | 131 |
| Binary | 11111101 | 11010110 | 11001001 | 0 | 1111 | 10101 | 1 | 1111 | 1011101 | 1011001 |
Color Harmonies of #FDD6C9
Complementary color
Monochromatic Colors of #FDD6C9
Black with #FDD6C9
Text Example
Text Example
White with #FDD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6C9; }
p { color: rgb(253,214,201); }
H1.HeaderClassName
{
color: #FDD6C9;
}
.AnyTagClassName
{
color: #FDD6C9;
}
</style>
background-color css
<style>
a { background-color: #FDD6C9; }
a { background-color: rgb(253,214,201); }
div.DivClassName
{
background-color: #FDD6C9;
}
.BgClassName
{
background-color: #FDD6C9;
}
</style>
border-color css
<style>
span { border-color: #FDD6C9; }
span { border-color: rgb(253,214,201); }
td.TdClassName
{
border-color: #FDD6C9;
}
.TagClassName
{
border-color: #FDD6C9;
}
</style>