Shades of Cinderella #FFD1C4
Tints of Cinderella #FFD1C4
RGB
CMYK
RGB Variations
Color information
#FFD1C4 (or 0xFFD1C4) is known color: Cinderella. HEX triplet: FF, D1 and C4. RGB value is (255,209,196). Sum of RGB (Red+Green+Blue) = 255+209+196=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 196 (76.95% from 255 or 29.70% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1C4 is #002E3B. Grayscale: #DDDDDD. Windows color (decimal): -11836 or 12898815. OLE color: 12898815.
HSL color Cylindrical-coordinate representation of color #FFD1C4: hue angle of 13.22º 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 #FFD1C4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 196 | - |
| CMYK | 0 | 0.18 | 0.23 | 0 |
| HSL | 13.22º | 1% | 0.88% | - |
| HSV(B) | 13.22º | 0.23% | 1% | - |
| XYZ | 74 | 70.85 | 62 | - |
| YUV | 221.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 196 | 0 | 0.18 | 0.23 | 0 | 13.22 | 1 | 0.88 |
| Hex | FF | D1 | C4 | 0 | 12 | 17 | 0 | D | 64 | 58 |
| Octal | 377 | 321 | 304 | 0 | 22 | 27 | 0 | 15 | 144 | 130 |
| Binary | 11111111 | 11010001 | 11000100 | 0 | 10010 | 10111 | 0 | 1101 | 1100100 | 1011000 |
Color Harmonies of #FFD1C4
Complementary color
Monochromatic Colors of #FFD1C4
Black with #FFD1C4
Text Example
Text Example
White with #FFD1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1C4; }
p { color: rgb(255,209,196); }
H1.HeaderClassName
{
color: #FFD1C4;
}
.AnyTagClassName
{
color: #FFD1C4;
}
</style>
background-color css
<style>
a { background-color: #FFD1C4; }
a { background-color: rgb(255,209,196); }
div.DivClassName
{
background-color: #FFD1C4;
}
.BgClassName
{
background-color: #FFD1C4;
}
</style>
border-color css
<style>
span { border-color: #FFD1C4; }
span { border-color: rgb(255,209,196); }
td.TdClassName
{
border-color: #FFD1C4;
}
.TagClassName
{
border-color: #FFD1C4;
}
</style>