Shades of Snuff #F2BCF6
Tints of Snuff #F2BCF6
RGB
CMYK
RGB Variations
Color information
#F2BCF6 (or 0xF2BCF6) is known color: Snuff. HEX triplet: F2, BC and F6. RGB value is (242,188,246). Sum of RGB (Red+Green+Blue) = 242+188+246=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2BCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCF6 is #0D4309. Grayscale: #D2D2D2. Windows color (decimal): -869130 or 16170226. OLE color: 16170226.
HSL color Cylindrical-coordinate representation of color #F2BCF6: hue angle of 295.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BCF6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 188 | 246 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.04 |
| HSL | 295.86º | 0.76% | 0.85% | - |
| HSV(B) | 295.86º | 0.24% | 0.96% | - |
| XYZ | 71.24 | 61.5 | 95.3 | - |
| YUV | 210.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 246 | 0.02 | 0.24 | 0 | 0.04 | 295.86 | 0.76 | 0.85 |
| Hex | F2 | BC | F6 | 2 | 18 | 0 | 4 | 128 | 4C | 55 |
| Octal | 362 | 274 | 366 | 2 | 30 | 0 | 4 | 450 | 114 | 125 |
| Binary | 11110010 | 10111100 | 11110110 | 10 | 11000 | 0 | 100 | 100101000 | 1001100 | 1010101 |
Color Harmonies of #F2BCF6
Complementary color
Monochromatic Colors of #F2BCF6
Black with #F2BCF6
Text Example
Text Example
White with #F2BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCF6; }
p { color: rgb(242,188,246); }
H1.HeaderClassName
{
color: #F2BCF6;
}
.AnyTagClassName
{
color: #F2BCF6;
}
</style>
background-color css
<style>
a { background-color: #F2BCF6; }
a { background-color: rgb(242,188,246); }
div.DivClassName
{
background-color: #F2BCF6;
}
.BgClassName
{
background-color: #F2BCF6;
}
</style>
border-color css
<style>
span { border-color: #F2BCF6; }
span { border-color: rgb(242,188,246); }
td.TdClassName
{
border-color: #F2BCF6;
}
.TagClassName
{
border-color: #F2BCF6;
}
</style>