Shades of Cinderella #FFD0C2
Tints of Cinderella #FFD0C2
RGB
CMYK
RGB Variations
Color information
#FFD0C2 (or 0xFFD0C2) is known color: Cinderella. HEX triplet: FF, D0 and C2. RGB value is (255,208,194). Sum of RGB (Red+Green+Blue) = 255+208+194=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C2 is #002F3D. Grayscale: #DCDCDC. Windows color (decimal): -12094 or 12767487. OLE color: 12767487.
HSL color Cylindrical-coordinate representation of color #FFD0C2: hue angle of 13.77º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFD0C2 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 194 | - |
| CMYK | 0 | 0.18 | 0.24 | 0 |
| HSL | 13.77º | 1% | 0.88% | - |
| HSV(B) | 13.77º | 0.24% | 1% | - |
| XYZ | 73.53 | 70.27 | 60.73 | - |
| YUV | 220.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 194 | 0 | 0.18 | 0.24 | 0 | 13.77 | 1 | 0.88 |
| Hex | FF | D0 | C2 | 0 | 12 | 18 | 0 | E | 64 | 58 |
| Octal | 377 | 320 | 302 | 0 | 22 | 30 | 0 | 16 | 144 | 130 |
| Binary | 11111111 | 11010000 | 11000010 | 0 | 10010 | 11000 | 0 | 1110 | 1100100 | 1011000 |
Color Harmonies of #FFD0C2
Complementary color
Monochromatic Colors of #FFD0C2
Black with #FFD0C2
Text Example
Text Example
White with #FFD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0C2; }
p { color: rgb(255,208,194); }
H1.HeaderClassName
{
color: #FFD0C2;
}
.AnyTagClassName
{
color: #FFD0C2;
}
</style>
background-color css
<style>
a { background-color: #FFD0C2; }
a { background-color: rgb(255,208,194); }
div.DivClassName
{
background-color: #FFD0C2;
}
.BgClassName
{
background-color: #FFD0C2;
}
</style>
border-color css
<style>
span { border-color: #FFD0C2; }
span { border-color: rgb(255,208,194); }
td.TdClassName
{
border-color: #FFD0C2;
}
.TagClassName
{
border-color: #FFD0C2;
}
</style>