Shades of Snuff #F2C6EF
Tints of Snuff #F2C6EF
RGB
CMYK
RGB Variations
Color information
#F2C6EF (or 0xF2C6EF) is known color: Snuff. HEX triplet: F2, C6 and EF. RGB value is (242,198,239). Sum of RGB (Red+Green+Blue) = 242+198+239=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C6EF is #0D3910. Grayscale: #D7D7D7. Windows color (decimal): -866577 or 15714034. OLE color: 15714034.
HSL color Cylindrical-coordinate representation of color #F2C6EF: hue angle of 304.09º 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 #F2C6EF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 239 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.05 |
| HSL | 304.09º | 0.63% | 0.86% | - |
| HSV(B) | 304.09º | 0.18% | 0.95% | - |
| XYZ | 72.39 | 65.5 | 90.49 | - |
| YUV | 215.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 239 | 0 | 0.18 | 0.01 | 0.05 | 304.09 | 0.63 | 0.86 |
| Hex | F2 | C6 | EF | 0 | 12 | 1 | 5 | 130 | 3F | 56 |
| Octal | 362 | 306 | 357 | 0 | 22 | 1 | 5 | 460 | 77 | 126 |
| Binary | 11110010 | 11000110 | 11101111 | 0 | 10010 | 1 | 101 | 100110000 | 111111 | 1010110 |
Color Harmonies of #F2C6EF
Complementary color
Monochromatic Colors of #F2C6EF
Black with #F2C6EF
Text Example
Text Example
White with #F2C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6EF; }
p { color: rgb(242,198,239); }
H1.HeaderClassName
{
color: #F2C6EF;
}
.AnyTagClassName
{
color: #F2C6EF;
}
</style>
background-color css
<style>
a { background-color: #F2C6EF; }
a { background-color: rgb(242,198,239); }
div.DivClassName
{
background-color: #F2C6EF;
}
.BgClassName
{
background-color: #F2C6EF;
}
</style>
border-color css
<style>
span { border-color: #F2C6EF; }
span { border-color: rgb(242,198,239); }
td.TdClassName
{
border-color: #F2C6EF;
}
.TagClassName
{
border-color: #F2C6EF;
}
</style>