Shades of Snuff #F0BFEF
Tints of Snuff #F0BFEF
RGB
CMYK
RGB Variations
Color information
#F0BFEF (or 0xF0BFEF) is known color: Snuff. HEX triplet: F0, BF and EF. RGB value is (240,191,239). Sum of RGB (Red+Green+Blue) = 240+191+239=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFEF is #0F4010. Grayscale: #D2D2D2. Windows color (decimal): -999441 or 15712240. OLE color: 15712240.
HSL color Cylindrical-coordinate representation of color #F0BFEF: hue angle of 301.22º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFEF is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 239 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.06 |
| HSL | 301.22º | 0.62% | 0.85% | - |
| HSV(B) | 301.22º | 0.2% | 0.94% | - |
| XYZ | 70.15 | 62.02 | 89.94 | - |
| YUV | 211.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 239 | 0 | 0.20 | 0.00 | 0.06 | 301.22 | 0.62 | 0.85 |
| Hex | F0 | BF | EF | 0 | 14 | 0 | 6 | 12D | 3E | 55 |
| Octal | 360 | 277 | 357 | 0 | 24 | 0 | 6 | 455 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11101111 | 0 | 10100 | 0 | 110 | 100101101 | 111110 | 1010101 |
Color Harmonies of #F0BFEF
Complementary color
Monochromatic Colors of #F0BFEF
Black with #F0BFEF
Text Example
Text Example
White with #F0BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFEF; }
p { color: rgb(240,191,239); }
H1.HeaderClassName
{
color: #F0BFEF;
}
.AnyTagClassName
{
color: #F0BFEF;
}
</style>
background-color css
<style>
a { background-color: #F0BFEF; }
a { background-color: rgb(240,191,239); }
div.DivClassName
{
background-color: #F0BFEF;
}
.BgClassName
{
background-color: #F0BFEF;
}
</style>
border-color css
<style>
span { border-color: #F0BFEF; }
span { border-color: rgb(240,191,239); }
td.TdClassName
{
border-color: #F0BFEF;
}
.TagClassName
{
border-color: #F0BFEF;
}
</style>