Shades of Snuff #F2BBF3
Tints of Snuff #F2BBF3
RGB
CMYK
RGB Variations
Color information
#F2BBF3 (or 0xF2BBF3) is known color: Snuff. HEX triplet: F2, BB and F3. RGB value is (242,187,243). Sum of RGB (Red+Green+Blue) = 242+187+243=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2BBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBF3 is #0D440C. Grayscale: #D1D1D1. Windows color (decimal): -869389 or 15973362. OLE color: 15973362.
HSL color Cylindrical-coordinate representation of color #F2BBF3: hue angle of 298.93º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBF3 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 243 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.05 |
| HSL | 298.93º | 0.7% | 0.84% | - |
| HSV(B) | 298.93º | 0.23% | 0.95% | - |
| XYZ | 70.57 | 60.89 | 92.83 | - |
| YUV | 209.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 243 | 0.00 | 0.23 | 0 | 0.05 | 298.93 | 0.7 | 0.84 |
| Hex | F2 | BB | F3 | 0 | 17 | 0 | 5 | 12B | 46 | 54 |
| Octal | 362 | 273 | 363 | 0 | 27 | 0 | 5 | 453 | 106 | 124 |
| Binary | 11110010 | 10111011 | 11110011 | 0 | 10111 | 0 | 101 | 100101011 | 1000110 | 1010100 |
Color Harmonies of #F2BBF3
Complementary color
Monochromatic Colors of #F2BBF3
Black with #F2BBF3
Text Example
Text Example
White with #F2BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBF3; }
p { color: rgb(242,187,243); }
H1.HeaderClassName
{
color: #F2BBF3;
}
.AnyTagClassName
{
color: #F2BBF3;
}
</style>
background-color css
<style>
a { background-color: #F2BBF3; }
a { background-color: rgb(242,187,243); }
div.DivClassName
{
background-color: #F2BBF3;
}
.BgClassName
{
background-color: #F2BBF3;
}
</style>
border-color css
<style>
span { border-color: #F2BBF3; }
span { border-color: rgb(242,187,243); }
td.TdClassName
{
border-color: #F2BBF3;
}
.TagClassName
{
border-color: #F2BBF3;
}
</style>