Shades of Snuff #F2BFF8
Tints of Snuff #F2BFF8
RGB
CMYK
RGB Variations
Color information
#F2BFF8 (or 0xF2BFF8) is known color: Snuff. HEX triplet: F2, BF and F8. RGB value is (242,191,248). Sum of RGB (Red+Green+Blue) = 242+191+248=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFF8 is #0D4007. Grayscale: #D4D4D4. Windows color (decimal): -868360 or 16302066. OLE color: 16302066.
HSL color Cylindrical-coordinate representation of color #F2BFF8: hue angle of 293.68º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BFF8 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 191 | 248 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.03 |
| HSL | 293.68º | 0.8% | 0.86% | - |
| HSV(B) | 293.68º | 0.23% | 0.97% | - |
| XYZ | 72.19 | 62.92 | 97.15 | - |
| YUV | 212.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 248 | 0.02 | 0.23 | 0 | 0.03 | 293.68 | 0.8 | 0.86 |
| Hex | F2 | BF | F8 | 2 | 17 | 0 | 3 | 126 | 50 | 56 |
| Octal | 362 | 277 | 370 | 2 | 27 | 0 | 3 | 446 | 120 | 126 |
| Binary | 11110010 | 10111111 | 11111000 | 10 | 10111 | 0 | 11 | 100100110 | 1010000 | 1010110 |
Color Harmonies of #F2BFF8
Complementary color
Monochromatic Colors of #F2BFF8
Black with #F2BFF8
Text Example
Text Example
White with #F2BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFF8; }
p { color: rgb(242,191,248); }
H1.HeaderClassName
{
color: #F2BFF8;
}
.AnyTagClassName
{
color: #F2BFF8;
}
</style>
background-color css
<style>
a { background-color: #F2BFF8; }
a { background-color: rgb(242,191,248); }
div.DivClassName
{
background-color: #F2BFF8;
}
.BgClassName
{
background-color: #F2BFF8;
}
</style>
border-color css
<style>
span { border-color: #F2BFF8; }
span { border-color: rgb(242,191,248); }
td.TdClassName
{
border-color: #F2BFF8;
}
.TagClassName
{
border-color: #F2BFF8;
}
</style>