Shades of Cinderella #FDD5C6
Tints of Cinderella #FDD5C6
RGB
CMYK
RGB Variations
Color information
#FDD5C6 (or 0xFDD5C6) is known color: Cinderella. HEX triplet: FD, D5 and C6. RGB value is (253,213,198). Sum of RGB (Red+Green+Blue) = 253+213+198=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 198 (77.73% from 255 or 29.82% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5C6 is #022A39. Grayscale: #DFDFDF. Windows color (decimal): -141882 or 13030909. OLE color: 13030909.
HSL color Cylindrical-coordinate representation of color #FDD5C6: hue angle of 16.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDD5C6 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 198 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.01 |
| HSL | 16.36º | 0.93% | 0.88% | - |
| HSV(B) | 16.36º | 0.22% | 0.99% | - |
| XYZ | 74.5 | 72.55 | 63.5 | - |
| YUV | 223.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 198 | 0 | 0.16 | 0.22 | 0.01 | 16.36 | 0.93 | 0.88 |
| Hex | FD | D5 | C6 | 0 | 10 | 16 | 1 | 10 | 5D | 58 |
| Octal | 375 | 325 | 306 | 0 | 20 | 26 | 1 | 20 | 135 | 130 |
| Binary | 11111101 | 11010101 | 11000110 | 0 | 10000 | 10110 | 1 | 10000 | 1011101 | 1011000 |
Color Harmonies of #FDD5C6
Complementary color
Monochromatic Colors of #FDD5C6
Black with #FDD5C6
Text Example
Text Example
White with #FDD5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5C6; }
p { color: rgb(253,213,198); }
H1.HeaderClassName
{
color: #FDD5C6;
}
.AnyTagClassName
{
color: #FDD5C6;
}
</style>
background-color css
<style>
a { background-color: #FDD5C6; }
a { background-color: rgb(253,213,198); }
div.DivClassName
{
background-color: #FDD5C6;
}
.BgClassName
{
background-color: #FDD5C6;
}
</style>
border-color css
<style>
span { border-color: #FDD5C6; }
span { border-color: rgb(253,213,198); }
td.TdClassName
{
border-color: #FDD5C6;
}
.TagClassName
{
border-color: #FDD5C6;
}
</style>