Shades of Cinderella #F1D5CB
Tints of Cinderella #F1D5CB
RGB
CMYK
RGB Variations
Color information
#F1D5CB (or 0xF1D5CB) is known color: Cinderella. HEX triplet: F1, D5 and CB. RGB value is (241,213,203). Sum of RGB (Red+Green+Blue) = 241+213+203=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5CB is #0E2A34. Grayscale: #DCDCDC. Windows color (decimal): -928309 or 13358577. OLE color: 13358577.
HSL color Cylindrical-coordinate representation of color #F1D5CB: hue angle of 15.79º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1D5CB is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 203 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.05 |
| HSL | 15.79º | 0.58% | 0.87% | - |
| HSV(B) | 15.79º | 0.16% | 0.95% | - |
| XYZ | 70.85 | 70.6 | 66.39 | - |
| YUV | 220.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 203 | 0 | 0.12 | 0.16 | 0.05 | 15.79 | 0.58 | 0.87 |
| Hex | F1 | D5 | CB | 0 | C | 10 | 5 | 10 | 3A | 57 |
| Octal | 361 | 325 | 313 | 0 | 14 | 20 | 5 | 20 | 72 | 127 |
| Binary | 11110001 | 11010101 | 11001011 | 0 | 1100 | 10000 | 101 | 10000 | 111010 | 1010111 |
Color Harmonies of #F1D5CB
Complementary color
Monochromatic Colors of #F1D5CB
Black with #F1D5CB
Text Example
Text Example
White with #F1D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5CB; }
p { color: rgb(241,213,203); }
H1.HeaderClassName
{
color: #F1D5CB;
}
.AnyTagClassName
{
color: #F1D5CB;
}
</style>
background-color css
<style>
a { background-color: #F1D5CB; }
a { background-color: rgb(241,213,203); }
div.DivClassName
{
background-color: #F1D5CB;
}
.BgClassName
{
background-color: #F1D5CB;
}
</style>
border-color css
<style>
span { border-color: #F1D5CB; }
span { border-color: rgb(241,213,203); }
td.TdClassName
{
border-color: #F1D5CB;
}
.TagClassName
{
border-color: #F1D5CB;
}
</style>