Shades of Snuff #F1BCF6
Tints of Snuff #F1BCF6
RGB
CMYK
RGB Variations
Color information
#F1BCF6 (or 0xF1BCF6) is known color: Snuff. HEX triplet: F1, BC and F6. RGB value is (241,188,246). Sum of RGB (Red+Green+Blue) = 241+188+246=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1BCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCF6 is #0E4309. Grayscale: #D2D2D2. Windows color (decimal): -934666 or 16170225. OLE color: 16170225.
HSL color Cylindrical-coordinate representation of color #F1BCF6: hue angle of 294.83º 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 #F1BCF6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 188 | 246 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.04 |
| HSL | 294.83º | 0.76% | 0.85% | - |
| HSV(B) | 294.83º | 0.24% | 0.96% | - |
| XYZ | 70.89 | 61.32 | 95.29 | - |
| YUV | 210.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 246 | 0.02 | 0.24 | 0 | 0.04 | 294.83 | 0.76 | 0.85 |
| Hex | F1 | BC | F6 | 2 | 18 | 0 | 4 | 127 | 4C | 55 |
| Octal | 361 | 274 | 366 | 2 | 30 | 0 | 4 | 447 | 114 | 125 |
| Binary | 11110001 | 10111100 | 11110110 | 10 | 11000 | 0 | 100 | 100100111 | 1001100 | 1010101 |
Color Harmonies of #F1BCF6
Complementary color
Monochromatic Colors of #F1BCF6
Black with #F1BCF6
Text Example
Text Example
White with #F1BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCF6; }
p { color: rgb(241,188,246); }
H1.HeaderClassName
{
color: #F1BCF6;
}
.AnyTagClassName
{
color: #F1BCF6;
}
</style>
background-color css
<style>
a { background-color: #F1BCF6; }
a { background-color: rgb(241,188,246); }
div.DivClassName
{
background-color: #F1BCF6;
}
.BgClassName
{
background-color: #F1BCF6;
}
</style>
border-color css
<style>
span { border-color: #F1BCF6; }
span { border-color: rgb(241,188,246); }
td.TdClassName
{
border-color: #F1BCF6;
}
.TagClassName
{
border-color: #F1BCF6;
}
</style>