Shades of Cinderella #FDD6CA
Tints of Cinderella #FDD6CA
RGB
CMYK
RGB Variations
Color information
#FDD6CA (or 0xFDD6CA) is known color: Cinderella. HEX triplet: FD, D6 and CA. RGB value is (253,214,202). Sum of RGB (Red+Green+Blue) = 253+214+202=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CA is #022935. Grayscale: #E0E0E0. Windows color (decimal): -141622 or 13293309. OLE color: 13293309.
HSL color Cylindrical-coordinate representation of color #FDD6CA: hue angle of 14.12º 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 #FDD6CA is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 202 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.01 |
| HSL | 14.12º | 0.93% | 0.89% | - |
| HSV(B) | 14.12º | 0.2% | 0.99% | - |
| XYZ | 75.22 | 73.24 | 66.05 | - |
| YUV | 224.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 202 | 0 | 0.15 | 0.20 | 0.01 | 14.12 | 0.93 | 0.89 |
| Hex | FD | D6 | CA | 0 | F | 14 | 1 | E | 5D | 59 |
| Octal | 375 | 326 | 312 | 0 | 17 | 24 | 1 | 16 | 135 | 131 |
| Binary | 11111101 | 11010110 | 11001010 | 0 | 1111 | 10100 | 1 | 1110 | 1011101 | 1011001 |
Color Harmonies of #FDD6CA
Complementary color
Monochromatic Colors of #FDD6CA
Black with #FDD6CA
Text Example
Text Example
White with #FDD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6CA; }
p { color: rgb(253,214,202); }
H1.HeaderClassName
{
color: #FDD6CA;
}
.AnyTagClassName
{
color: #FDD6CA;
}
</style>
background-color css
<style>
a { background-color: #FDD6CA; }
a { background-color: rgb(253,214,202); }
div.DivClassName
{
background-color: #FDD6CA;
}
.BgClassName
{
background-color: #FDD6CA;
}
</style>
border-color css
<style>
span { border-color: #FDD6CA; }
span { border-color: rgb(253,214,202); }
td.TdClassName
{
border-color: #FDD6CA;
}
.TagClassName
{
border-color: #FDD6CA;
}
</style>