Shades of Cinderella #FFD0C4
Tints of Cinderella #FFD0C4
RGB
CMYK
RGB Variations
Color information
#FFD0C4 (or 0xFFD0C4) is known color: Cinderella. HEX triplet: FF, D0 and C4. RGB value is (255,208,196). Sum of RGB (Red+Green+Blue) = 255+208+196=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C4 is #002F3B. Grayscale: #DCDCDC. Windows color (decimal): -12092 or 12898559. OLE color: 12898559.
HSL color Cylindrical-coordinate representation of color #FFD0C4: hue angle of 12.2º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD0C4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 196 | - |
| CMYK | 0 | 0.18 | 0.23 | 0 |
| HSL | 12.2º | 1% | 0.88% | - |
| HSV(B) | 12.2º | 0.23% | 1% | - |
| XYZ | 73.76 | 70.36 | 61.92 | - |
| YUV | 220.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 196 | 0 | 0.18 | 0.23 | 0 | 12.2 | 1 | 0.88 |
| Hex | FF | D0 | C4 | 0 | 12 | 17 | 0 | C | 64 | 58 |
| Octal | 377 | 320 | 304 | 0 | 22 | 27 | 0 | 14 | 144 | 130 |
| Binary | 11111111 | 11010000 | 11000100 | 0 | 10010 | 10111 | 0 | 1100 | 1100100 | 1011000 |
Color Harmonies of #FFD0C4
Complementary color
Monochromatic Colors of #FFD0C4
Black with #FFD0C4
Text Example
Text Example
White with #FFD0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0C4; }
p { color: rgb(255,208,196); }
H1.HeaderClassName
{
color: #FFD0C4;
}
.AnyTagClassName
{
color: #FFD0C4;
}
</style>
background-color css
<style>
a { background-color: #FFD0C4; }
a { background-color: rgb(255,208,196); }
div.DivClassName
{
background-color: #FFD0C4;
}
.BgClassName
{
background-color: #FFD0C4;
}
</style>
border-color css
<style>
span { border-color: #FFD0C4; }
span { border-color: rgb(255,208,196); }
td.TdClassName
{
border-color: #FFD0C4;
}
.TagClassName
{
border-color: #FFD0C4;
}
</style>