Shades of Snuff #F4BFF7
Tints of Snuff #F4BFF7
RGB
CMYK
RGB Variations
Color information
#F4BFF7 (or 0xF4BFF7) is known color: Snuff. HEX triplet: F4, BF and F7. RGB value is (244,191,247). Sum of RGB (Red+Green+Blue) = 244+191+247=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4BFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFF7 is #0B4008. Grayscale: #D5D5D5. Windows color (decimal): -737289 or 16236532. OLE color: 16236532.
HSL color Cylindrical-coordinate representation of color #F4BFF7: hue angle of 296.79º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BFF7 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 191 | 247 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.03 |
| HSL | 296.79º | 0.78% | 0.86% | - |
| HSV(B) | 296.79º | 0.23% | 0.97% | - |
| XYZ | 72.73 | 63.21 | 96.36 | - |
| YUV | 213.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 247 | 0.01 | 0.23 | 0 | 0.03 | 296.79 | 0.78 | 0.86 |
| Hex | F4 | BF | F7 | 1 | 17 | 0 | 3 | 129 | 4E | 56 |
| Octal | 364 | 277 | 367 | 1 | 27 | 0 | 3 | 451 | 116 | 126 |
| Binary | 11110100 | 10111111 | 11110111 | 1 | 10111 | 0 | 11 | 100101001 | 1001110 | 1010110 |
Color Harmonies of #F4BFF7
Complementary color
Monochromatic Colors of #F4BFF7
Black with #F4BFF7
Text Example
Text Example
White with #F4BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFF7; }
p { color: rgb(244,191,247); }
H1.HeaderClassName
{
color: #F4BFF7;
}
.AnyTagClassName
{
color: #F4BFF7;
}
</style>
background-color css
<style>
a { background-color: #F4BFF7; }
a { background-color: rgb(244,191,247); }
div.DivClassName
{
background-color: #F4BFF7;
}
.BgClassName
{
background-color: #F4BFF7;
}
</style>
border-color css
<style>
span { border-color: #F4BFF7; }
span { border-color: rgb(244,191,247); }
td.TdClassName
{
border-color: #F4BFF7;
}
.TagClassName
{
border-color: #F4BFF7;
}
</style>