Shades of Cinderella #FFD4CA
Tints of Cinderella #FFD4CA
RGB
CMYK
RGB Variations
Color information
#FFD4CA (or 0xFFD4CA) is known color: Cinderella. HEX triplet: FF, D4 and CA. RGB value is (255,212,202). Sum of RGB (Red+Green+Blue) = 255+212+202=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4CA is #002B35. Grayscale: #DFDFDF. Windows color (decimal): -11062 or 13292799. OLE color: 13292799.
HSL color Cylindrical-coordinate representation of color #FFD4CA: hue angle of 11.32º 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 #FFD4CA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 202 | - |
| CMYK | 0 | 0.17 | 0.21 | 0 |
| HSL | 11.32º | 1% | 0.9% | - |
| HSV(B) | 11.32º | 0.21% | 1% | - |
| XYZ | 75.44 | 72.61 | 65.92 | - |
| YUV | 223.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 202 | 0 | 0.17 | 0.21 | 0 | 11.32 | 1 | 0.9 |
| Hex | FF | D4 | CA | 0 | 11 | 15 | 0 | B | 64 | 5A |
| Octal | 377 | 324 | 312 | 0 | 21 | 25 | 0 | 13 | 144 | 132 |
| Binary | 11111111 | 11010100 | 11001010 | 0 | 10001 | 10101 | 0 | 1011 | 1100100 | 1011010 |
Color Harmonies of #FFD4CA
Complementary color
Monochromatic Colors of #FFD4CA
Black with #FFD4CA
Text Example
Text Example
White with #FFD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4CA; }
p { color: rgb(255,212,202); }
H1.HeaderClassName
{
color: #FFD4CA;
}
.AnyTagClassName
{
color: #FFD4CA;
}
</style>
background-color css
<style>
a { background-color: #FFD4CA; }
a { background-color: rgb(255,212,202); }
div.DivClassName
{
background-color: #FFD4CA;
}
.BgClassName
{
background-color: #FFD4CA;
}
</style>
border-color css
<style>
span { border-color: #FFD4CA; }
span { border-color: rgb(255,212,202); }
td.TdClassName
{
border-color: #FFD4CA;
}
.TagClassName
{
border-color: #FFD4CA;
}
</style>