Shades of Cinderella #FDD7CA
Tints of Cinderella #FDD7CA
RGB
CMYK
RGB Variations
Color information
#FDD7CA (or 0xFDD7CA) is known color: Cinderella. HEX triplet: FD, D7 and CA. RGB value is (253,215,202). Sum of RGB (Red+Green+Blue) = 253+215+202=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7CA is #022835. Grayscale: #E0E0E0. Windows color (decimal): -141366 or 13293565. OLE color: 13293565.
HSL color Cylindrical-coordinate representation of color #FDD7CA: hue angle of 15.29º 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 #FDD7CA is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 202 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.01 |
| HSL | 15.29º | 0.93% | 0.89% | - |
| HSV(B) | 15.29º | 0.2% | 0.99% | - |
| XYZ | 75.47 | 73.75 | 66.13 | - |
| YUV | 224.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 202 | 0 | 0.15 | 0.20 | 0.01 | 15.29 | 0.93 | 0.89 |
| Hex | FD | D7 | CA | 0 | F | 14 | 1 | F | 5D | 59 |
| Octal | 375 | 327 | 312 | 0 | 17 | 24 | 1 | 17 | 135 | 131 |
| Binary | 11111101 | 11010111 | 11001010 | 0 | 1111 | 10100 | 1 | 1111 | 1011101 | 1011001 |
Color Harmonies of #FDD7CA
Complementary color
Monochromatic Colors of #FDD7CA
Black with #FDD7CA
Text Example
Text Example
White with #FDD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7CA; }
p { color: rgb(253,215,202); }
H1.HeaderClassName
{
color: #FDD7CA;
}
.AnyTagClassName
{
color: #FDD7CA;
}
</style>
background-color css
<style>
a { background-color: #FDD7CA; }
a { background-color: rgb(253,215,202); }
div.DivClassName
{
background-color: #FDD7CA;
}
.BgClassName
{
background-color: #FDD7CA;
}
</style>
border-color css
<style>
span { border-color: #FDD7CA; }
span { border-color: rgb(253,215,202); }
td.TdClassName
{
border-color: #FDD7CA;
}
.TagClassName
{
border-color: #FDD7CA;
}
</style>