Shades of Snuff #F0BEF0
Tints of Snuff #F0BEF0
RGB
CMYK
RGB Variations
Color information
#F0BEF0 (or 0xF0BEF0) is known color: Snuff. HEX triplet: F0, BE and F0. RGB value is (240,190,240). Sum of RGB (Red+Green+Blue) = 240+190+240=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0BEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEF0 is #0F410F. Grayscale: #D2D2D2. Windows color (decimal): -999696 or 15777520. OLE color: 15777520.
HSL color Cylindrical-coordinate representation of color #F0BEF0: hue angle of 300º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BEF0 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 240 | - |
| CMYK | 0 | 0.21 | 0 | 0.06 |
| HSL | 300º | 0.63% | 0.84% | - |
| HSV(B) | 300º | 0.21% | 0.94% | - |
| XYZ | 70.08 | 61.64 | 90.64 | - |
| YUV | 210.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 240 | 0 | 0.21 | 0 | 0.06 | 300 | 0.63 | 0.84 |
| Hex | F0 | BE | F0 | 0 | 15 | 0 | 6 | 12C | 3E | 54 |
| Octal | 360 | 276 | 360 | 0 | 25 | 0 | 6 | 454 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11110000 | 0 | 10101 | 0 | 110 | 100101100 | 111110 | 1010100 |
Color Harmonies of #F0BEF0
Complementary color
Monochromatic Colors of #F0BEF0
Black with #F0BEF0
Text Example
Text Example
White with #F0BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEF0; }
p { color: rgb(240,190,240); }
H1.HeaderClassName
{
color: #F0BEF0;
}
.AnyTagClassName
{
color: #F0BEF0;
}
</style>
background-color css
<style>
a { background-color: #F0BEF0; }
a { background-color: rgb(240,190,240); }
div.DivClassName
{
background-color: #F0BEF0;
}
.BgClassName
{
background-color: #F0BEF0;
}
</style>
border-color css
<style>
span { border-color: #F0BEF0; }
span { border-color: rgb(240,190,240); }
td.TdClassName
{
border-color: #F0BEF0;
}
.TagClassName
{
border-color: #F0BEF0;
}
</style>