Shades of Snuff #F1BCF2
Tints of Snuff #F1BCF2
RGB
CMYK
RGB Variations
Color information
#F1BCF2 (or 0xF1BCF2) is known color: Snuff. HEX triplet: F1, BC and F2. RGB value is (241,188,242). Sum of RGB (Red+Green+Blue) = 241+188+242=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCF2 is #0E430D. Grayscale: #D1D1D1. Windows color (decimal): -934670 or 15908081. OLE color: 15908081.
HSL color Cylindrical-coordinate representation of color #F1BCF2: hue angle of 298.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BCF2 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 242 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.05 |
| HSL | 298.89º | 0.68% | 0.84% | - |
| HSV(B) | 298.89º | 0.22% | 0.95% | - |
| XYZ | 70.29 | 61.08 | 92.09 | - |
| YUV | 210 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 242 | 0.00 | 0.22 | 0 | 0.05 | 298.89 | 0.68 | 0.84 |
| Hex | F1 | BC | F2 | 0 | 16 | 0 | 5 | 12B | 44 | 54 |
| Octal | 361 | 274 | 362 | 0 | 26 | 0 | 5 | 453 | 104 | 124 |
| Binary | 11110001 | 10111100 | 11110010 | 0 | 10110 | 0 | 101 | 100101011 | 1000100 | 1010100 |
Color Harmonies of #F1BCF2
Complementary color
Monochromatic Colors of #F1BCF2
Black with #F1BCF2
Text Example
Text Example
White with #F1BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCF2; }
p { color: rgb(241,188,242); }
H1.HeaderClassName
{
color: #F1BCF2;
}
.AnyTagClassName
{
color: #F1BCF2;
}
</style>
background-color css
<style>
a { background-color: #F1BCF2; }
a { background-color: rgb(241,188,242); }
div.DivClassName
{
background-color: #F1BCF2;
}
.BgClassName
{
background-color: #F1BCF2;
}
</style>
border-color css
<style>
span { border-color: #F1BCF2; }
span { border-color: rgb(241,188,242); }
td.TdClassName
{
border-color: #F1BCF2;
}
.TagClassName
{
border-color: #F1BCF2;
}
</style>