Shades of Snuff #F0BEF2
Tints of Snuff #F0BEF2
RGB
CMYK
RGB Variations
Color information
#F0BEF2 (or 0xF0BEF2) is known color: Snuff. HEX triplet: F0, BE and F2. RGB value is (240,190,242). Sum of RGB (Red+Green+Blue) = 240+190+242=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEF2 is #0F410D. Grayscale: #D2D2D2. Windows color (decimal): -999694 or 15908592. OLE color: 15908592.
HSL color Cylindrical-coordinate representation of color #F0BEF2: hue angle of 297.69º degrees, saturation: 0.67, 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 #F0BEF2 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 190 | 242 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.05 |
| HSL | 297.69º | 0.67% | 0.85% | - |
| HSV(B) | 297.69º | 0.21% | 0.95% | - |
| XYZ | 70.38 | 61.76 | 92.22 | - |
| YUV | 210.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 242 | 0.01 | 0.21 | 0 | 0.05 | 297.69 | 0.67 | 0.85 |
| Hex | F0 | BE | F2 | 1 | 15 | 0 | 5 | 12A | 43 | 55 |
| Octal | 360 | 276 | 362 | 1 | 25 | 0 | 5 | 452 | 103 | 125 |
| Binary | 11110000 | 10111110 | 11110010 | 1 | 10101 | 0 | 101 | 100101010 | 1000011 | 1010101 |
Color Harmonies of #F0BEF2
Complementary color
Monochromatic Colors of #F0BEF2
Black with #F0BEF2
Text Example
Text Example
White with #F0BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEF2; }
p { color: rgb(240,190,242); }
H1.HeaderClassName
{
color: #F0BEF2;
}
.AnyTagClassName
{
color: #F0BEF2;
}
</style>
background-color css
<style>
a { background-color: #F0BEF2; }
a { background-color: rgb(240,190,242); }
div.DivClassName
{
background-color: #F0BEF2;
}
.BgClassName
{
background-color: #F0BEF2;
}
</style>
border-color css
<style>
span { border-color: #F0BEF2; }
span { border-color: rgb(240,190,242); }
td.TdClassName
{
border-color: #F0BEF2;
}
.TagClassName
{
border-color: #F0BEF2;
}
</style>