Shades of Snuff #F2BFF1
Tints of Snuff #F2BFF1
RGB
CMYK
RGB Variations
Color information
#F2BFF1 (or 0xF2BFF1) is known color: Snuff. HEX triplet: F2, BF and F1. RGB value is (242,191,241). Sum of RGB (Red+Green+Blue) = 242+191+241=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFF1 is #0D400E. Grayscale: #D3D3D3. Windows color (decimal): -868367 or 15843314. OLE color: 15843314.
HSL color Cylindrical-coordinate representation of color #F2BFF1: hue angle of 301.18º degrees, saturation: 0.66, 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 #F2BFF1 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 241 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.05 |
| HSL | 301.18º | 0.66% | 0.85% | - |
| HSV(B) | 301.18º | 0.21% | 0.95% | - |
| XYZ | 71.13 | 62.49 | 91.53 | - |
| YUV | 211.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 241 | 0 | 0.21 | 0.00 | 0.05 | 301.18 | 0.66 | 0.85 |
| Hex | F2 | BF | F1 | 0 | 15 | 0 | 5 | 12D | 42 | 55 |
| Octal | 362 | 277 | 361 | 0 | 25 | 0 | 5 | 455 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11110001 | 0 | 10101 | 0 | 101 | 100101101 | 1000010 | 1010101 |
Color Harmonies of #F2BFF1
Complementary color
Monochromatic Colors of #F2BFF1
Black with #F2BFF1
Text Example
Text Example
White with #F2BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFF1; }
p { color: rgb(242,191,241); }
H1.HeaderClassName
{
color: #F2BFF1;
}
.AnyTagClassName
{
color: #F2BFF1;
}
</style>
background-color css
<style>
a { background-color: #F2BFF1; }
a { background-color: rgb(242,191,241); }
div.DivClassName
{
background-color: #F2BFF1;
}
.BgClassName
{
background-color: #F2BFF1;
}
</style>
border-color css
<style>
span { border-color: #F2BFF1; }
span { border-color: rgb(242,191,241); }
td.TdClassName
{
border-color: #F2BFF1;
}
.TagClassName
{
border-color: #F2BFF1;
}
</style>