Shades of Cinderella #FFD5CA
Tints of Cinderella #FFD5CA
RGB
CMYK
RGB Variations
Color information
#FFD5CA (or 0xFFD5CA) is known color: Cinderella. HEX triplet: FF, D5 and CA. RGB value is (255,213,202). Sum of RGB (Red+Green+Blue) = 255+213+202=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CA is #002A35. Grayscale: #E0E0E0. Windows color (decimal): -10806 or 13293055. OLE color: 13293055.
HSL color Cylindrical-coordinate representation of color #FFD5CA: hue angle of 12.45º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFD5CA is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 202 | - |
| CMYK | 0 | 0.16 | 0.21 | 0 |
| HSL | 12.45º | 1% | 0.9% | - |
| HSV(B) | 12.45º | 0.21% | 1% | - |
| XYZ | 75.69 | 73.11 | 66 | - |
| YUV | 224.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 202 | 0 | 0.16 | 0.21 | 0 | 12.45 | 1 | 0.9 |
| Hex | FF | D5 | CA | 0 | 10 | 15 | 0 | C | 64 | 5A |
| Octal | 377 | 325 | 312 | 0 | 20 | 25 | 0 | 14 | 144 | 132 |
| Binary | 11111111 | 11010101 | 11001010 | 0 | 10000 | 10101 | 0 | 1100 | 1100100 | 1011010 |
Color Harmonies of #FFD5CA
Complementary color
Monochromatic Colors of #FFD5CA
Black with #FFD5CA
Text Example
Text Example
White with #FFD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5CA; }
p { color: rgb(255,213,202); }
H1.HeaderClassName
{
color: #FFD5CA;
}
.AnyTagClassName
{
color: #FFD5CA;
}
</style>
background-color css
<style>
a { background-color: #FFD5CA; }
a { background-color: rgb(255,213,202); }
div.DivClassName
{
background-color: #FFD5CA;
}
.BgClassName
{
background-color: #FFD5CA;
}
</style>
border-color css
<style>
span { border-color: #FFD5CA; }
span { border-color: rgb(255,213,202); }
td.TdClassName
{
border-color: #FFD5CA;
}
.TagClassName
{
border-color: #FFD5CA;
}
</style>