Shades of Snuff #F6BEF7
Tints of Snuff #F6BEF7
RGB
CMYK
RGB Variations
Color information
#F6BEF7 (or 0xF6BEF7) is known color: Snuff. HEX triplet: F6, BE and F7. RGB value is (246,190,247). Sum of RGB (Red+Green+Blue) = 246+190+247=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #F6BEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEF7 is #094108. Grayscale: #D5D5D5. Windows color (decimal): -606473 or 16236278. OLE color: 16236278.
HSL color Cylindrical-coordinate representation of color #F6BEF7: hue angle of 298.95º degrees, saturation: 0.78, 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 #F6BEF7 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 190 | 247 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.03 |
| HSL | 298.95º | 0.78% | 0.86% | - |
| HSV(B) | 298.95º | 0.23% | 0.97% | - |
| XYZ | 73.21 | 63.14 | 96.32 | - |
| YUV | 213.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 247 | 0.00 | 0.23 | 0 | 0.03 | 298.95 | 0.78 | 0.86 |
| Hex | F6 | BE | F7 | 0 | 17 | 0 | 3 | 12B | 4E | 56 |
| Octal | 366 | 276 | 367 | 0 | 27 | 0 | 3 | 453 | 116 | 126 |
| Binary | 11110110 | 10111110 | 11110111 | 0 | 10111 | 0 | 11 | 100101011 | 1001110 | 1010110 |
Color Harmonies of #F6BEF7
Complementary color
Monochromatic Colors of #F6BEF7
Black with #F6BEF7
Text Example
Text Example
White with #F6BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEF7; }
p { color: rgb(246,190,247); }
H1.HeaderClassName
{
color: #F6BEF7;
}
.AnyTagClassName
{
color: #F6BEF7;
}
</style>
background-color css
<style>
a { background-color: #F6BEF7; }
a { background-color: rgb(246,190,247); }
div.DivClassName
{
background-color: #F6BEF7;
}
.BgClassName
{
background-color: #F6BEF7;
}
</style>
border-color css
<style>
span { border-color: #F6BEF7; }
span { border-color: rgb(246,190,247); }
td.TdClassName
{
border-color: #F6BEF7;
}
.TagClassName
{
border-color: #F6BEF7;
}
</style>