Shades of Snuff #F9BDFB
Tints of Snuff #F9BDFB
RGB
CMYK
RGB Variations
Color information
#F9BDFB (or 0xF9BDFB) is known color: Snuff. HEX triplet: F9, BD and FB. RGB value is (249,189,251). Sum of RGB (Red+Green+Blue) = 249+189+251=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFB is #064204. Grayscale: #D5D5D5. Windows color (decimal): -410117 or 16498169. OLE color: 16498169.
HSL color Cylindrical-coordinate representation of color #F9BDFB: hue angle of 298.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BDFB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 251 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.02 |
| HSL | 298.06º | 0.89% | 0.86% | - |
| HSV(B) | 298.06º | 0.25% | 0.98% | - |
| XYZ | 74.68 | 63.5 | 99.59 | - |
| YUV | 214.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 251 | 0.01 | 0.25 | 0 | 0.02 | 298.06 | 0.89 | 0.86 |
| Hex | F9 | BD | FB | 1 | 19 | 0 | 2 | 12A | 59 | 56 |
| Octal | 371 | 275 | 373 | 1 | 31 | 0 | 2 | 452 | 131 | 126 |
| Binary | 11111001 | 10111101 | 11111011 | 1 | 11001 | 0 | 10 | 100101010 | 1011001 | 1010110 |
Color Harmonies of #F9BDFB
Complementary color
Monochromatic Colors of #F9BDFB
Black with #F9BDFB
Text Example
Text Example
White with #F9BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDFB; }
p { color: rgb(249,189,251); }
H1.HeaderClassName
{
color: #F9BDFB;
}
.AnyTagClassName
{
color: #F9BDFB;
}
</style>
background-color css
<style>
a { background-color: #F9BDFB; }
a { background-color: rgb(249,189,251); }
div.DivClassName
{
background-color: #F9BDFB;
}
.BgClassName
{
background-color: #F9BDFB;
}
</style>
border-color css
<style>
span { border-color: #F9BDFB; }
span { border-color: rgb(249,189,251); }
td.TdClassName
{
border-color: #F9BDFB;
}
.TagClassName
{
border-color: #F9BDFB;
}
</style>