Shades of Cinderella #F3D5CB
Tints of Cinderella #F3D5CB
RGB
CMYK
RGB Variations
Color information
#F3D5CB (or 0xF3D5CB) is known color: Cinderella. HEX triplet: F3, D5 and CB. RGB value is (243,213,203). Sum of RGB (Red+Green+Blue) = 243+213+203=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5CB is #0C2A34. Grayscale: #DCDCDC. Windows color (decimal): -797237 or 13358579. OLE color: 13358579.
HSL color Cylindrical-coordinate representation of color #F3D5CB: hue angle of 15º degrees, saturation: 0.62, 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 #F3D5CB is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 203 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.05 |
| HSL | 15º | 0.63% | 0.87% | - |
| HSV(B) | 15º | 0.16% | 0.95% | - |
| XYZ | 71.54 | 70.95 | 66.43 | - |
| YUV | 220.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 203 | 0 | 0.12 | 0.16 | 0.05 | 15 | 0.63 | 0.87 |
| Hex | F3 | D5 | CB | 0 | C | 10 | 5 | F | 3E | 57 |
| Octal | 363 | 325 | 313 | 0 | 14 | 20 | 5 | 17 | 76 | 127 |
| Binary | 11110011 | 11010101 | 11001011 | 0 | 1100 | 10000 | 101 | 1111 | 111110 | 1010111 |
Color Harmonies of #F3D5CB
Complementary color
Monochromatic Colors of #F3D5CB
Black with #F3D5CB
Text Example
Text Example
White with #F3D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5CB; }
p { color: rgb(243,213,203); }
H1.HeaderClassName
{
color: #F3D5CB;
}
.AnyTagClassName
{
color: #F3D5CB;
}
</style>
background-color css
<style>
a { background-color: #F3D5CB; }
a { background-color: rgb(243,213,203); }
div.DivClassName
{
background-color: #F3D5CB;
}
.BgClassName
{
background-color: #F3D5CB;
}
</style>
border-color css
<style>
span { border-color: #F3D5CB; }
span { border-color: rgb(243,213,203); }
td.TdClassName
{
border-color: #F3D5CB;
}
.TagClassName
{
border-color: #F3D5CB;
}
</style>