Shades of Snuff #F8BDFB
Tints of Snuff #F8BDFB
RGB
CMYK
RGB Variations
Color information
#F8BDFB (or 0xF8BDFB) is known color: Snuff. HEX triplet: F8, BD and FB. RGB value is (248,189,251). Sum of RGB (Red+Green+Blue) = 248+189+251=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDFB is #074204. Grayscale: #D5D5D5. Windows color (decimal): -475653 or 16498168. OLE color: 16498168.
HSL color Cylindrical-coordinate representation of color #F8BDFB: hue angle of 297.1º 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 #F8BDFB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 189 | 251 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.02 |
| HSL | 297.1º | 0.89% | 0.86% | - |
| HSV(B) | 297.1º | 0.25% | 0.98% | - |
| XYZ | 74.32 | 63.32 | 99.57 | - |
| YUV | 213.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 251 | 0.01 | 0.25 | 0 | 0.02 | 297.1 | 0.89 | 0.86 |
| Hex | F8 | BD | FB | 1 | 19 | 0 | 2 | 129 | 59 | 56 |
| Octal | 370 | 275 | 373 | 1 | 31 | 0 | 2 | 451 | 131 | 126 |
| Binary | 11111000 | 10111101 | 11111011 | 1 | 11001 | 0 | 10 | 100101001 | 1011001 | 1010110 |
Color Harmonies of #F8BDFB
Complementary color
Monochromatic Colors of #F8BDFB
Black with #F8BDFB
Text Example
Text Example
White with #F8BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDFB; }
p { color: rgb(248,189,251); }
H1.HeaderClassName
{
color: #F8BDFB;
}
.AnyTagClassName
{
color: #F8BDFB;
}
</style>
background-color css
<style>
a { background-color: #F8BDFB; }
a { background-color: rgb(248,189,251); }
div.DivClassName
{
background-color: #F8BDFB;
}
.BgClassName
{
background-color: #F8BDFB;
}
</style>
border-color css
<style>
span { border-color: #F8BDFB; }
span { border-color: rgb(248,189,251); }
td.TdClassName
{
border-color: #F8BDFB;
}
.TagClassName
{
border-color: #F8BDFB;
}
</style>