Shades of Snuff #F2BFF2
Tints of Snuff #F2BFF2
RGB
CMYK
RGB Variations
Color information
#F2BFF2 (or 0xF2BFF2) is known color: Snuff. HEX triplet: F2, BF and F2. RGB value is (242,191,242). Sum of RGB (Red+Green+Blue) = 242+191+242=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2BFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFF2 is #0D400D. Grayscale: #D3D3D3. Windows color (decimal): -868366 or 15908850. OLE color: 15908850.
HSL color Cylindrical-coordinate representation of color #F2BFF2: hue angle of 300º 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 #F2BFF2 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 191 | 242 | - |
CMYK | 0 | 0.21 | 0 | 0.05 |
HSL | 300º | 0.66% | 0.85% | - |
HSV(B) | 300º | 0.21% | 0.95% | - |
XYZ | 71.28 | 62.55 | 92.32 | - |
YUV | 212.06 | 144.9 | 149.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 191 | 242 | 0 | 0.21 | 0 | 0.05 | 300 | 0.66 | 0.85 |
Hex | F2 | BF | F2 | 0 | 15 | 0 | 5 | 12C | 42 | 55 |
Octal | 362 | 277 | 362 | 0 | 25 | 0 | 5 | 454 | 102 | 125 |
Binary | 11110010 | 10111111 | 11110010 | 0 | 10101 | 0 | 101 | 100101100 | 1000010 | 1010101 |
Color Harmonies of #F2BFF2
Complementary color
Monochromatic Colors of #F2BFF2
Black with #F2BFF2
Text Example
Text Example
White with #F2BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFF2; }
p { color: rgb(242,191,242); }
H1.HeaderClassName
{
color: #F2BFF2;
}
.AnyTagClassName
{
color: #F2BFF2;
}
</style>
background-color css
<style>
a { background-color: #F2BFF2; }
a { background-color: rgb(242,191,242); }
div.DivClassName
{
background-color: #F2BFF2;
}
.BgClassName
{
background-color: #F2BFF2;
}
</style>
border-color css
<style>
span { border-color: #F2BFF2; }
span { border-color: rgb(242,191,242); }
td.TdClassName
{
border-color: #F2BFF2;
}
.TagClassName
{
border-color: #F2BFF2;
}
</style>