Shades of Cinderella #FFD7CA
Tints of Cinderella #FFD7CA
RGB
CMYK
RGB Variations
Color information
#FFD7CA (or 0xFFD7CA) is known color: Cinderella. HEX triplet: FF, D7 and CA. RGB value is (255,215,202). Sum of RGB (Red+Green+Blue) = 255+215+202=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7CA is #002835. Grayscale: #E1E1E1. Windows color (decimal): -10294 or 13293567. OLE color: 13293567.
HSL color Cylindrical-coordinate representation of color #FFD7CA: hue angle of 14.72º 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 #FFD7CA is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 202 | - |
| CMYK | 0 | 0.16 | 0.21 | 0 |
| HSL | 14.72º | 1% | 0.9% | - |
| HSV(B) | 14.72º | 0.21% | 1% | - |
| XYZ | 76.2 | 74.13 | 66.17 | - |
| YUV | 225.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 202 | 0 | 0.16 | 0.21 | 0 | 14.72 | 1 | 0.9 |
| Hex | FF | D7 | CA | 0 | 10 | 15 | 0 | F | 64 | 5A |
| Octal | 377 | 327 | 312 | 0 | 20 | 25 | 0 | 17 | 144 | 132 |
| Binary | 11111111 | 11010111 | 11001010 | 0 | 10000 | 10101 | 0 | 1111 | 1100100 | 1011010 |
Color Harmonies of #FFD7CA
Complementary color
Monochromatic Colors of #FFD7CA
Black with #FFD7CA
Text Example
Text Example
White with #FFD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7CA; }
p { color: rgb(255,215,202); }
H1.HeaderClassName
{
color: #FFD7CA;
}
.AnyTagClassName
{
color: #FFD7CA;
}
</style>
background-color css
<style>
a { background-color: #FFD7CA; }
a { background-color: rgb(255,215,202); }
div.DivClassName
{
background-color: #FFD7CA;
}
.BgClassName
{
background-color: #FFD7CA;
}
</style>
border-color css
<style>
span { border-color: #FFD7CA; }
span { border-color: rgb(255,215,202); }
td.TdClassName
{
border-color: #FFD7CA;
}
.TagClassName
{
border-color: #FFD7CA;
}
</style>