Shades of Snuff #F5BFF1
Tints of Snuff #F5BFF1
RGB
CMYK
RGB Variations
Color information
#F5BFF1 (or 0xF5BFF1) is known color: Snuff. HEX triplet: F5, BF and F1. RGB value is (245,191,241). Sum of RGB (Red+Green+Blue) = 245+191+241=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFF1 is #0A400E. Grayscale: #D4D4D4. Windows color (decimal): -671759 or 15843317. OLE color: 15843317.
HSL color Cylindrical-coordinate representation of color #F5BFF1: hue angle of 304.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 #F5BFF1 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 241 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.04 |
| HSL | 304.44º | 0.73% | 0.85% | - |
| HSV(B) | 304.44º | 0.22% | 0.96% | - |
| XYZ | 72.16 | 63.02 | 91.58 | - |
| YUV | 212.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 241 | 0 | 0.22 | 0.02 | 0.04 | 304.44 | 0.73 | 0.85 |
| Hex | F5 | BF | F1 | 0 | 16 | 2 | 4 | 130 | 49 | 55 |
| Octal | 365 | 277 | 361 | 0 | 26 | 2 | 4 | 460 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11110001 | 0 | 10110 | 10 | 100 | 100110000 | 1001001 | 1010101 |
Color Harmonies of #F5BFF1
Complementary color
Monochromatic Colors of #F5BFF1
Black with #F5BFF1
Text Example
Text Example
White with #F5BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFF1; }
p { color: rgb(245,191,241); }
H1.HeaderClassName
{
color: #F5BFF1;
}
.AnyTagClassName
{
color: #F5BFF1;
}
</style>
background-color css
<style>
a { background-color: #F5BFF1; }
a { background-color: rgb(245,191,241); }
div.DivClassName
{
background-color: #F5BFF1;
}
.BgClassName
{
background-color: #F5BFF1;
}
</style>
border-color css
<style>
span { border-color: #F5BFF1; }
span { border-color: rgb(245,191,241); }
td.TdClassName
{
border-color: #F5BFF1;
}
.TagClassName
{
border-color: #F5BFF1;
}
</style>