Shades of Snuff #F4BBF7
Tints of Snuff #F4BBF7
RGB
CMYK
RGB Variations
Color information
#F4BBF7 (or 0xF4BBF7) is known color: Snuff. HEX triplet: F4, BB and F7. RGB value is (244,187,247). Sum of RGB (Red+Green+Blue) = 244+187+247=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4BBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BBF7 is #0B4408. Grayscale: #D2D2D2. Windows color (decimal): -738313 or 16235508. OLE color: 16235508.
HSL color Cylindrical-coordinate representation of color #F4BBF7: hue angle of 297º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BBF7 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 187 | 247 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.03 |
| HSL | 297º | 0.79% | 0.85% | - |
| HSV(B) | 297º | 0.24% | 0.97% | - |
| XYZ | 71.87 | 61.49 | 96.08 | - |
| YUV | 210.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 247 | 0.01 | 0.24 | 0 | 0.03 | 297 | 0.79 | 0.85 |
| Hex | F4 | BB | F7 | 1 | 18 | 0 | 3 | 129 | 4F | 55 |
| Octal | 364 | 273 | 367 | 1 | 30 | 0 | 3 | 451 | 117 | 125 |
| Binary | 11110100 | 10111011 | 11110111 | 1 | 11000 | 0 | 11 | 100101001 | 1001111 | 1010101 |
Color Harmonies of #F4BBF7
Complementary color
Monochromatic Colors of #F4BBF7
Black with #F4BBF7
Text Example
Text Example
White with #F4BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBF7; }
p { color: rgb(244,187,247); }
H1.HeaderClassName
{
color: #F4BBF7;
}
.AnyTagClassName
{
color: #F4BBF7;
}
</style>
background-color css
<style>
a { background-color: #F4BBF7; }
a { background-color: rgb(244,187,247); }
div.DivClassName
{
background-color: #F4BBF7;
}
.BgClassName
{
background-color: #F4BBF7;
}
</style>
border-color css
<style>
span { border-color: #F4BBF7; }
span { border-color: rgb(244,187,247); }
td.TdClassName
{
border-color: #F4BBF7;
}
.TagClassName
{
border-color: #F4BBF7;
}
</style>