Shades of Snuff #F0BEF1
Tints of Snuff #F0BEF1
RGB
CMYK
RGB Variations
Color information
#F0BEF1 (or 0xF0BEF1) is known color: Snuff. HEX triplet: F0, BE and F1. RGB value is (240,190,241). Sum of RGB (Red+Green+Blue) = 240+190+241=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEF1 is #0F410E. Grayscale: #D2D2D2. Windows color (decimal): -999695 or 15843056. OLE color: 15843056.
HSL color Cylindrical-coordinate representation of color #F0BEF1: hue angle of 298.82º degrees, saturation: 0.65, 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 #F0BEF1 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 190 | 241 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.05 |
| HSL | 298.82º | 0.65% | 0.85% | - |
| HSV(B) | 298.82º | 0.21% | 0.95% | - |
| XYZ | 70.23 | 61.7 | 91.43 | - |
| YUV | 210.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 241 | 0.00 | 0.21 | 0 | 0.05 | 298.82 | 0.65 | 0.85 |
| Hex | F0 | BE | F1 | 0 | 15 | 0 | 5 | 12B | 41 | 55 |
| Octal | 360 | 276 | 361 | 0 | 25 | 0 | 5 | 453 | 101 | 125 |
| Binary | 11110000 | 10111110 | 11110001 | 0 | 10101 | 0 | 101 | 100101011 | 1000001 | 1010101 |
Color Harmonies of #F0BEF1
Complementary color
Monochromatic Colors of #F0BEF1
Black with #F0BEF1
Text Example
Text Example
White with #F0BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEF1; }
p { color: rgb(240,190,241); }
H1.HeaderClassName
{
color: #F0BEF1;
}
.AnyTagClassName
{
color: #F0BEF1;
}
</style>
background-color css
<style>
a { background-color: #F0BEF1; }
a { background-color: rgb(240,190,241); }
div.DivClassName
{
background-color: #F0BEF1;
}
.BgClassName
{
background-color: #F0BEF1;
}
</style>
border-color css
<style>
span { border-color: #F0BEF1; }
span { border-color: rgb(240,190,241); }
td.TdClassName
{
border-color: #F0BEF1;
}
.TagClassName
{
border-color: #F0BEF1;
}
</style>