Shades of Snuff #F1BBF4
Tints of Snuff #F1BBF4
RGB
CMYK
RGB Variations
Color information
#F1BBF4 (or 0xF1BBF4) is known color: Snuff. HEX triplet: F1, BB and F4. RGB value is (241,187,244). Sum of RGB (Red+Green+Blue) = 241+187+244=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #F1BBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBF4 is #0E440B. Grayscale: #D1D1D1. Windows color (decimal): -934924 or 16038897. OLE color: 16038897.
HSL color Cylindrical-coordinate representation of color #F1BBF4: hue angle of 296.84º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BBF4 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 187 | 244 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.04 |
| HSL | 296.84º | 0.72% | 0.85% | - |
| HSV(B) | 296.84º | 0.23% | 0.96% | - |
| XYZ | 70.38 | 60.77 | 93.61 | - |
| YUV | 209.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 244 | 0.01 | 0.23 | 0 | 0.04 | 296.84 | 0.72 | 0.85 |
| Hex | F1 | BB | F4 | 1 | 17 | 0 | 4 | 129 | 48 | 55 |
| Octal | 361 | 273 | 364 | 1 | 27 | 0 | 4 | 451 | 110 | 125 |
| Binary | 11110001 | 10111011 | 11110100 | 1 | 10111 | 0 | 100 | 100101001 | 1001000 | 1010101 |
Color Harmonies of #F1BBF4
Complementary color
Monochromatic Colors of #F1BBF4
Black with #F1BBF4
Text Example
Text Example
White with #F1BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBF4; }
p { color: rgb(241,187,244); }
H1.HeaderClassName
{
color: #F1BBF4;
}
.AnyTagClassName
{
color: #F1BBF4;
}
</style>
background-color css
<style>
a { background-color: #F1BBF4; }
a { background-color: rgb(241,187,244); }
div.DivClassName
{
background-color: #F1BBF4;
}
.BgClassName
{
background-color: #F1BBF4;
}
</style>
border-color css
<style>
span { border-color: #F1BBF4; }
span { border-color: rgb(241,187,244); }
td.TdClassName
{
border-color: #F1BBF4;
}
.TagClassName
{
border-color: #F1BBF4;
}
</style>