Shades of Cinderella #FFD9CA
Tints of Cinderella #FFD9CA
RGB
CMYK
RGB Variations
Color information
#FFD9CA (or 0xFFD9CA) is known color: Cinderella. HEX triplet: FF, D9 and CA. RGB value is (255,217,202). Sum of RGB (Red+Green+Blue) = 255+217+202=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CA is #002635. Grayscale: #E2E2E2. Windows color (decimal): -9782 or 13294079. OLE color: 13294079.
HSL color Cylindrical-coordinate representation of color #FFD9CA: hue angle of 16.98º 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 #FFD9CA is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 202 | - |
| CMYK | 0 | 0.15 | 0.21 | 0 |
| HSL | 16.98º | 1% | 0.9% | - |
| HSV(B) | 16.98º | 0.21% | 1% | - |
| XYZ | 76.71 | 75.15 | 66.34 | - |
| YUV | 226.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 202 | 0 | 0.15 | 0.21 | 0 | 16.98 | 1 | 0.9 |
| Hex | FF | D9 | CA | 0 | F | 15 | 0 | 11 | 64 | 5A |
| Octal | 377 | 331 | 312 | 0 | 17 | 25 | 0 | 21 | 144 | 132 |
| Binary | 11111111 | 11011001 | 11001010 | 0 | 1111 | 10101 | 0 | 10001 | 1100100 | 1011010 |
Color Harmonies of #FFD9CA
Complementary color
Monochromatic Colors of #FFD9CA
Black with #FFD9CA
Text Example
Text Example
White with #FFD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9CA; }
p { color: rgb(255,217,202); }
H1.HeaderClassName
{
color: #FFD9CA;
}
.AnyTagClassName
{
color: #FFD9CA;
}
</style>
background-color css
<style>
a { background-color: #FFD9CA; }
a { background-color: rgb(255,217,202); }
div.DivClassName
{
background-color: #FFD9CA;
}
.BgClassName
{
background-color: #FFD9CA;
}
</style>
border-color css
<style>
span { border-color: #FFD9CA; }
span { border-color: rgb(255,217,202); }
td.TdClassName
{
border-color: #FFD9CA;
}
.TagClassName
{
border-color: #FFD9CA;
}
</style>