Shades of Cinderella #F3D6C8
Tints of Cinderella #F3D6C8
RGB
CMYK
RGB Variations
Color information
#F3D6C8 (or 0xF3D6C8) is known color: Cinderella. HEX triplet: F3, D6 and C8. RGB value is (243,214,200). Sum of RGB (Red+Green+Blue) = 243+214+200=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6C8 is #0C2937. Grayscale: #DDDDDD. Windows color (decimal): -796984 or 13162227. OLE color: 13162227.
HSL color Cylindrical-coordinate representation of color #F3D6C8: hue angle of 19.53º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3D6C8 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 200 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.05 |
| HSL | 19.53º | 0.64% | 0.87% | - |
| HSV(B) | 19.53º | 0.18% | 0.95% | - |
| XYZ | 71.43 | 71.32 | 64.64 | - |
| YUV | 221.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 200 | 0 | 0.12 | 0.18 | 0.05 | 19.53 | 0.64 | 0.87 |
| Hex | F3 | D6 | C8 | 0 | C | 12 | 5 | 14 | 40 | 57 |
| Octal | 363 | 326 | 310 | 0 | 14 | 22 | 5 | 24 | 100 | 127 |
| Binary | 11110011 | 11010110 | 11001000 | 0 | 1100 | 10010 | 101 | 10100 | 1000000 | 1010111 |
Color Harmonies of #F3D6C8
Complementary color
Monochromatic Colors of #F3D6C8
Black with #F3D6C8
Text Example
Text Example
White with #F3D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D6C8; }
p { color: rgb(243,214,200); }
H1.HeaderClassName
{
color: #F3D6C8;
}
.AnyTagClassName
{
color: #F3D6C8;
}
</style>
background-color css
<style>
a { background-color: #F3D6C8; }
a { background-color: rgb(243,214,200); }
div.DivClassName
{
background-color: #F3D6C8;
}
.BgClassName
{
background-color: #F3D6C8;
}
</style>
border-color css
<style>
span { border-color: #F3D6C8; }
span { border-color: rgb(243,214,200); }
td.TdClassName
{
border-color: #F3D6C8;
}
.TagClassName
{
border-color: #F3D6C8;
}
</style>