Shades of Cinderella #F3D5CA
Tints of Cinderella #F3D5CA
RGB
CMYK
RGB Variations
Color information
#F3D5CA (or 0xF3D5CA) is known color: Cinderella. HEX triplet: F3, D5 and CA. RGB value is (243,213,202). Sum of RGB (Red+Green+Blue) = 243+213+202=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5CA is #0C2A35. Grayscale: #DCDCDC. Windows color (decimal): -797238 or 13293043. OLE color: 13293043.
HSL color Cylindrical-coordinate representation of color #F3D5CA: hue angle of 16.1º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3D5CA is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 202 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.05 |
| HSL | 16.1º | 0.63% | 0.87% | - |
| HSV(B) | 16.1º | 0.17% | 0.95% | - |
| XYZ | 71.42 | 70.91 | 65.8 | - |
| YUV | 220.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 202 | 0 | 0.12 | 0.17 | 0.05 | 16.1 | 0.63 | 0.87 |
| Hex | F3 | D5 | CA | 0 | C | 11 | 5 | 10 | 3F | 57 |
| Octal | 363 | 325 | 312 | 0 | 14 | 21 | 5 | 20 | 77 | 127 |
| Binary | 11110011 | 11010101 | 11001010 | 0 | 1100 | 10001 | 101 | 10000 | 111111 | 1010111 |
Color Harmonies of #F3D5CA
Complementary color
Monochromatic Colors of #F3D5CA
Black with #F3D5CA
Text Example
Text Example
White with #F3D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5CA; }
p { color: rgb(243,213,202); }
H1.HeaderClassName
{
color: #F3D5CA;
}
.AnyTagClassName
{
color: #F3D5CA;
}
</style>
background-color css
<style>
a { background-color: #F3D5CA; }
a { background-color: rgb(243,213,202); }
div.DivClassName
{
background-color: #F3D5CA;
}
.BgClassName
{
background-color: #F3D5CA;
}
</style>
border-color css
<style>
span { border-color: #F3D5CA; }
span { border-color: rgb(243,213,202); }
td.TdClassName
{
border-color: #F3D5CA;
}
.TagClassName
{
border-color: #F3D5CA;
}
</style>