Shades of Snuff #F1BEF1
Tints of Snuff #F1BEF1
RGB
CMYK
RGB Variations
Color information
#F1BEF1 (or 0xF1BEF1) is known color: Snuff. HEX triplet: F1, BE and F1. RGB value is (241,190,241). Sum of RGB (Red+Green+Blue) = 241+190+241=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEF1 is #0E410E. Grayscale: #D2D2D2. Windows color (decimal): -934159 or 15843057. OLE color: 15843057.
HSL color Cylindrical-coordinate representation of color #F1BEF1: hue angle of 300º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEF1 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 241 | - |
| CMYK | 0 | 0.21 | 0 | 0.05 |
| HSL | 300º | 0.65% | 0.85% | - |
| HSV(B) | 300º | 0.21% | 0.95% | - |
| XYZ | 70.57 | 61.88 | 91.44 | - |
| YUV | 211.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 241 | 0 | 0.21 | 0 | 0.05 | 300 | 0.65 | 0.85 |
| Hex | F1 | BE | F1 | 0 | 15 | 0 | 5 | 12C | 41 | 55 |
| Octal | 361 | 276 | 361 | 0 | 25 | 0 | 5 | 454 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11110001 | 0 | 10101 | 0 | 101 | 100101100 | 1000001 | 1010101 |
Color Harmonies of #F1BEF1
Complementary color
Monochromatic Colors of #F1BEF1
Black with #F1BEF1
Text Example
Text Example
White with #F1BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEF1; }
p { color: rgb(241,190,241); }
H1.HeaderClassName
{
color: #F1BEF1;
}
.AnyTagClassName
{
color: #F1BEF1;
}
</style>
background-color css
<style>
a { background-color: #F1BEF1; }
a { background-color: rgb(241,190,241); }
div.DivClassName
{
background-color: #F1BEF1;
}
.BgClassName
{
background-color: #F1BEF1;
}
</style>
border-color css
<style>
span { border-color: #F1BEF1; }
span { border-color: rgb(241,190,241); }
td.TdClassName
{
border-color: #F1BEF1;
}
.TagClassName
{
border-color: #F1BEF1;
}
</style>