Shades of Snuff #F0C3EC
Tints of Snuff #F0C3EC
RGB
CMYK
RGB Variations
Color information
#F0C3EC (or 0xF0C3EC) is known color: Snuff. HEX triplet: F0, C3 and EC. RGB value is (240,195,236). Sum of RGB (Red+Green+Blue) = 240+195+236=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C3EC is #0F3C13. Grayscale: #D5D5D5. Windows color (decimal): -998420 or 15516656. OLE color: 15516656.
HSL color Cylindrical-coordinate representation of color #F0C3EC: hue angle of 305.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C3EC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 236 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.06 |
| HSL | 305.33º | 0.6% | 0.85% | - |
| HSV(B) | 305.33º | 0.19% | 0.94% | - |
| XYZ | 70.59 | 63.61 | 87.91 | - |
| YUV | 213.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 236 | 0 | 0.19 | 0.02 | 0.06 | 305.33 | 0.6 | 0.85 |
| Hex | F0 | C3 | EC | 0 | 13 | 2 | 6 | 131 | 3C | 55 |
| Octal | 360 | 303 | 354 | 0 | 23 | 2 | 6 | 461 | 74 | 125 |
| Binary | 11110000 | 11000011 | 11101100 | 0 | 10011 | 10 | 110 | 100110001 | 111100 | 1010101 |
Color Harmonies of #F0C3EC
Complementary color
Monochromatic Colors of #F0C3EC
Black with #F0C3EC
Text Example
Text Example
White with #F0C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3EC; }
p { color: rgb(240,195,236); }
H1.HeaderClassName
{
color: #F0C3EC;
}
.AnyTagClassName
{
color: #F0C3EC;
}
</style>
background-color css
<style>
a { background-color: #F0C3EC; }
a { background-color: rgb(240,195,236); }
div.DivClassName
{
background-color: #F0C3EC;
}
.BgClassName
{
background-color: #F0C3EC;
}
</style>
border-color css
<style>
span { border-color: #F0C3EC; }
span { border-color: rgb(240,195,236); }
td.TdClassName
{
border-color: #F0C3EC;
}
.TagClassName
{
border-color: #F0C3EC;
}
</style>