Shades of Snuff #F2C6EC
Tints of Snuff #F2C6EC
RGB
CMYK
RGB Variations
Color information
#F2C6EC (or 0xF2C6EC) is known color: Snuff. HEX triplet: F2, C6 and EC. RGB value is (242,198,236). Sum of RGB (Red+Green+Blue) = 242+198+236=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C6EC is #0D3913. Grayscale: #D7D7D7. Windows color (decimal): -866580 or 15517426. OLE color: 15517426.
HSL color Cylindrical-coordinate representation of color #F2C6EC: hue angle of 308.18º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C6EC is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 236 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.05 |
| HSL | 308.18º | 0.63% | 0.86% | - |
| HSV(B) | 308.18º | 0.18% | 0.95% | - |
| XYZ | 71.95 | 65.32 | 88.17 | - |
| YUV | 215.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 236 | 0 | 0.18 | 0.02 | 0.05 | 308.18 | 0.63 | 0.86 |
| Hex | F2 | C6 | EC | 0 | 12 | 2 | 5 | 134 | 3F | 56 |
| Octal | 362 | 306 | 354 | 0 | 22 | 2 | 5 | 464 | 77 | 126 |
| Binary | 11110010 | 11000110 | 11101100 | 0 | 10010 | 10 | 101 | 100110100 | 111111 | 1010110 |
Color Harmonies of #F2C6EC
Complementary color
Monochromatic Colors of #F2C6EC
Black with #F2C6EC
Text Example
Text Example
White with #F2C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6EC; }
p { color: rgb(242,198,236); }
H1.HeaderClassName
{
color: #F2C6EC;
}
.AnyTagClassName
{
color: #F2C6EC;
}
</style>
background-color css
<style>
a { background-color: #F2C6EC; }
a { background-color: rgb(242,198,236); }
div.DivClassName
{
background-color: #F2C6EC;
}
.BgClassName
{
background-color: #F2C6EC;
}
</style>
border-color css
<style>
span { border-color: #F2C6EC; }
span { border-color: rgb(242,198,236); }
td.TdClassName
{
border-color: #F2C6EC;
}
.TagClassName
{
border-color: #F2C6EC;
}
</style>