Shades of Snuff #F6BEF8
Tints of Snuff #F6BEF8
RGB
CMYK
RGB Variations
Color information
#F6BEF8 (or 0xF6BEF8) is known color: Snuff. HEX triplet: F6, BE and F8. RGB value is (246,190,248). Sum of RGB (Red+Green+Blue) = 246+190+248=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6BEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEF8 is #094107. Grayscale: #D5D5D5. Windows color (decimal): -606472 or 16301814. OLE color: 16301814.
HSL color Cylindrical-coordinate representation of color #F6BEF8: hue angle of 297.93º degrees, saturation: 0.81, 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 #F6BEF8 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 190 | 248 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.03 |
| HSL | 297.93º | 0.81% | 0.86% | - |
| HSV(B) | 297.93º | 0.23% | 0.97% | - |
| XYZ | 73.36 | 63.2 | 97.14 | - |
| YUV | 213.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 248 | 0.01 | 0.23 | 0 | 0.03 | 297.93 | 0.81 | 0.86 |
| Hex | F6 | BE | F8 | 1 | 17 | 0 | 3 | 12A | 51 | 56 |
| Octal | 366 | 276 | 370 | 1 | 27 | 0 | 3 | 452 | 121 | 126 |
| Binary | 11110110 | 10111110 | 11111000 | 1 | 10111 | 0 | 11 | 100101010 | 1010001 | 1010110 |
Color Harmonies of #F6BEF8
Complementary color
Monochromatic Colors of #F6BEF8
Black with #F6BEF8
Text Example
Text Example
White with #F6BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEF8; }
p { color: rgb(246,190,248); }
H1.HeaderClassName
{
color: #F6BEF8;
}
.AnyTagClassName
{
color: #F6BEF8;
}
</style>
background-color css
<style>
a { background-color: #F6BEF8; }
a { background-color: rgb(246,190,248); }
div.DivClassName
{
background-color: #F6BEF8;
}
.BgClassName
{
background-color: #F6BEF8;
}
</style>
border-color css
<style>
span { border-color: #F6BEF8; }
span { border-color: rgb(246,190,248); }
td.TdClassName
{
border-color: #F6BEF8;
}
.TagClassName
{
border-color: #F6BEF8;
}
</style>