Shades of Snuff #F3BBF6
Tints of Snuff #F3BBF6
RGB
CMYK
RGB Variations
Color information
#F3BBF6 (or 0xF3BBF6) is known color: Snuff. HEX triplet: F3, BB and F6. RGB value is (243,187,246). Sum of RGB (Red+Green+Blue) = 243+187+246=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #F3BBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBF6 is #0C4409. Grayscale: #D2D2D2. Windows color (decimal): -803850 or 16169971. OLE color: 16169971.
HSL color Cylindrical-coordinate representation of color #F3BBF6: hue angle of 296.95º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3BBF6 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 187 | 246 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.04 |
| HSL | 296.95º | 0.77% | 0.85% | - |
| HSV(B) | 296.95º | 0.24% | 0.96% | - |
| XYZ | 71.37 | 61.25 | 95.25 | - |
| YUV | 210.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 246 | 0.01 | 0.24 | 0 | 0.04 | 296.95 | 0.77 | 0.85 |
| Hex | F3 | BB | F6 | 1 | 18 | 0 | 4 | 129 | 4D | 55 |
| Octal | 363 | 273 | 366 | 1 | 30 | 0 | 4 | 451 | 115 | 125 |
| Binary | 11110011 | 10111011 | 11110110 | 1 | 11000 | 0 | 100 | 100101001 | 1001101 | 1010101 |
Color Harmonies of #F3BBF6
Complementary color
Monochromatic Colors of #F3BBF6
Black with #F3BBF6
Text Example
Text Example
White with #F3BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBF6; }
p { color: rgb(243,187,246); }
H1.HeaderClassName
{
color: #F3BBF6;
}
.AnyTagClassName
{
color: #F3BBF6;
}
</style>
background-color css
<style>
a { background-color: #F3BBF6; }
a { background-color: rgb(243,187,246); }
div.DivClassName
{
background-color: #F3BBF6;
}
.BgClassName
{
background-color: #F3BBF6;
}
</style>
border-color css
<style>
span { border-color: #F3BBF6; }
span { border-color: rgb(243,187,246); }
td.TdClassName
{
border-color: #F3BBF6;
}
.TagClassName
{
border-color: #F3BBF6;
}
</style>