Shades of Snuff #F2C5EC
Tints of Snuff #F2C5EC
RGB
CMYK
RGB Variations
Color information
#F2C5EC (or 0xF2C5EC) is known color: Snuff. HEX triplet: F2, C5 and EC. RGB value is (242,197,236). Sum of RGB (Red+Green+Blue) = 242+197+236=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C5EC is #0D3A13. Grayscale: #D6D6D6. Windows color (decimal): -866836 or 15517170. OLE color: 15517170.
HSL color Cylindrical-coordinate representation of color #F2C5EC: hue angle of 308º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C5EC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 236 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.05 |
| HSL | 308º | 0.63% | 0.86% | - |
| HSV(B) | 308º | 0.19% | 0.95% | - |
| XYZ | 71.72 | 64.87 | 88.1 | - |
| YUV | 214.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 236 | 0 | 0.19 | 0.02 | 0.05 | 308 | 0.63 | 0.86 |
| Hex | F2 | C5 | EC | 0 | 13 | 2 | 5 | 134 | 3F | 56 |
| Octal | 362 | 305 | 354 | 0 | 23 | 2 | 5 | 464 | 77 | 126 |
| Binary | 11110010 | 11000101 | 11101100 | 0 | 10011 | 10 | 101 | 100110100 | 111111 | 1010110 |
Color Harmonies of #F2C5EC
Complementary color
Monochromatic Colors of #F2C5EC
Black with #F2C5EC
Text Example
Text Example
White with #F2C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5EC; }
p { color: rgb(242,197,236); }
H1.HeaderClassName
{
color: #F2C5EC;
}
.AnyTagClassName
{
color: #F2C5EC;
}
</style>
background-color css
<style>
a { background-color: #F2C5EC; }
a { background-color: rgb(242,197,236); }
div.DivClassName
{
background-color: #F2C5EC;
}
.BgClassName
{
background-color: #F2C5EC;
}
</style>
border-color css
<style>
span { border-color: #F2C5EC; }
span { border-color: rgb(242,197,236); }
td.TdClassName
{
border-color: #F2C5EC;
}
.TagClassName
{
border-color: #F2C5EC;
}
</style>