Shades of Snuff #F5BBF4
Tints of Snuff #F5BBF4
RGB
CMYK
RGB Variations
Color information
#F5BBF4 (or 0xF5BBF4) is known color: Snuff. HEX triplet: F5, BB and F4. RGB value is (245,187,244). Sum of RGB (Red+Green+Blue) = 245+187+244=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBF4 is #0A440B. Grayscale: #D2D2D2. Windows color (decimal): -672780 or 16038901. OLE color: 16038901.
HSL color Cylindrical-coordinate representation of color #F5BBF4: hue angle of 301.03º degrees, saturation: 0.74, 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 #F5BBF4 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 244 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.04 |
| HSL | 301.03º | 0.74% | 0.85% | - |
| HSV(B) | 301.03º | 0.24% | 0.96% | - |
| XYZ | 71.76 | 61.48 | 93.67 | - |
| YUV | 210.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 244 | 0 | 0.24 | 0.00 | 0.04 | 301.03 | 0.74 | 0.85 |
| Hex | F5 | BB | F4 | 0 | 18 | 0 | 4 | 12D | 4A | 55 |
| Octal | 365 | 273 | 364 | 0 | 30 | 0 | 4 | 455 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11110100 | 0 | 11000 | 0 | 100 | 100101101 | 1001010 | 1010101 |
Color Harmonies of #F5BBF4
Complementary color
Monochromatic Colors of #F5BBF4
Black with #F5BBF4
Text Example
Text Example
White with #F5BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBF4; }
p { color: rgb(245,187,244); }
H1.HeaderClassName
{
color: #F5BBF4;
}
.AnyTagClassName
{
color: #F5BBF4;
}
</style>
background-color css
<style>
a { background-color: #F5BBF4; }
a { background-color: rgb(245,187,244); }
div.DivClassName
{
background-color: #F5BBF4;
}
.BgClassName
{
background-color: #F5BBF4;
}
</style>
border-color css
<style>
span { border-color: #F5BBF4; }
span { border-color: rgb(245,187,244); }
td.TdClassName
{
border-color: #F5BBF4;
}
.TagClassName
{
border-color: #F5BBF4;
}
</style>