Shades of Snuff #F2CEF6
Tints of Snuff #F2CEF6
RGB
CMYK
RGB Variations
Color information
#F2CEF6 (or 0xF2CEF6) is known color: Snuff. HEX triplet: F2, CE and F6. RGB value is (242,206,246). Sum of RGB (Red+Green+Blue) = 242+206+246=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2CEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEF6 is #0D3109. Grayscale: #DDDDDD. Windows color (decimal): -864522 or 16174834. OLE color: 16174834.
HSL color Cylindrical-coordinate representation of color #F2CEF6: hue angle of 294º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CEF6 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 206 | 246 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.04 |
| HSL | 294º | 0.69% | 0.89% | - |
| HSV(B) | 294º | 0.16% | 0.96% | - |
| XYZ | 75.32 | 69.67 | 96.67 | - |
| YUV | 221.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 246 | 0.02 | 0.16 | 0 | 0.04 | 294 | 0.69 | 0.89 |
| Hex | F2 | CE | F6 | 2 | 10 | 0 | 4 | 126 | 45 | 59 |
| Octal | 362 | 316 | 366 | 2 | 20 | 0 | 4 | 446 | 105 | 131 |
| Binary | 11110010 | 11001110 | 11110110 | 10 | 10000 | 0 | 100 | 100100110 | 1000101 | 1011001 |
Color Harmonies of #F2CEF6
Complementary color
Monochromatic Colors of #F2CEF6
Black with #F2CEF6
Text Example
Text Example
White with #F2CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEF6; }
p { color: rgb(242,206,246); }
H1.HeaderClassName
{
color: #F2CEF6;
}
.AnyTagClassName
{
color: #F2CEF6;
}
</style>
background-color css
<style>
a { background-color: #F2CEF6; }
a { background-color: rgb(242,206,246); }
div.DivClassName
{
background-color: #F2CEF6;
}
.BgClassName
{
background-color: #F2CEF6;
}
</style>
border-color css
<style>
span { border-color: #F2CEF6; }
span { border-color: rgb(242,206,246); }
td.TdClassName
{
border-color: #F2CEF6;
}
.TagClassName
{
border-color: #F2CEF6;
}
</style>