Shades of Snuff #F0BFF5
Tints of Snuff #F0BFF5
RGB
CMYK
RGB Variations
Color information
#F0BFF5 (or 0xF0BFF5) is known color: Snuff. HEX triplet: F0, BF and F5. RGB value is (240,191,245). Sum of RGB (Red+Green+Blue) = 240+191+245=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0BFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFF5 is #0F400A. Grayscale: #D3D3D3. Windows color (decimal): -999435 or 16105456. OLE color: 16105456.
HSL color Cylindrical-coordinate representation of color #F0BFF5: hue angle of 294.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BFF5 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 191 | 245 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.04 |
| HSL | 294.44º | 0.73% | 0.85% | - |
| HSV(B) | 294.44º | 0.22% | 0.96% | - |
| XYZ | 71.05 | 62.38 | 94.68 | - |
| YUV | 211.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 245 | 0.02 | 0.22 | 0 | 0.04 | 294.44 | 0.73 | 0.85 |
| Hex | F0 | BF | F5 | 2 | 16 | 0 | 4 | 126 | 49 | 55 |
| Octal | 360 | 277 | 365 | 2 | 26 | 0 | 4 | 446 | 111 | 125 |
| Binary | 11110000 | 10111111 | 11110101 | 10 | 10110 | 0 | 100 | 100100110 | 1001001 | 1010101 |
Color Harmonies of #F0BFF5
Complementary color
Monochromatic Colors of #F0BFF5
Black with #F0BFF5
Text Example
Text Example
White with #F0BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFF5; }
p { color: rgb(240,191,245); }
H1.HeaderClassName
{
color: #F0BFF5;
}
.AnyTagClassName
{
color: #F0BFF5;
}
</style>
background-color css
<style>
a { background-color: #F0BFF5; }
a { background-color: rgb(240,191,245); }
div.DivClassName
{
background-color: #F0BFF5;
}
.BgClassName
{
background-color: #F0BFF5;
}
</style>
border-color css
<style>
span { border-color: #F0BFF5; }
span { border-color: rgb(240,191,245); }
td.TdClassName
{
border-color: #F0BFF5;
}
.TagClassName
{
border-color: #F0BFF5;
}
</style>