Shades of Snuff #F8BCF9
Tints of Snuff #F8BCF9
RGB
CMYK
RGB Variations
Color information
#F8BCF9 (or 0xF8BCF9) is known color: Snuff. HEX triplet: F8, BC and F9. RGB value is (248,188,249). Sum of RGB (Red+Green+Blue) = 248+188+249=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCF9 is #074306. Grayscale: #D4D4D4. Windows color (decimal): -475911 or 16366840. OLE color: 16366840.
HSL color Cylindrical-coordinate representation of color #F8BCF9: hue angle of 299.02º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCF9 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 188 | 249 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.02 |
| HSL | 299.02º | 0.84% | 0.86% | - |
| HSV(B) | 299.02º | 0.24% | 0.98% | - |
| XYZ | 73.79 | 62.76 | 97.85 | - |
| YUV | 212.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 249 | 0.00 | 0.24 | 0 | 0.02 | 299.02 | 0.84 | 0.86 |
| Hex | F8 | BC | F9 | 0 | 18 | 0 | 2 | 12B | 54 | 56 |
| Octal | 370 | 274 | 371 | 0 | 30 | 0 | 2 | 453 | 124 | 126 |
| Binary | 11111000 | 10111100 | 11111001 | 0 | 11000 | 0 | 10 | 100101011 | 1010100 | 1010110 |
Color Harmonies of #F8BCF9
Complementary color
Monochromatic Colors of #F8BCF9
Black with #F8BCF9
Text Example
Text Example
White with #F8BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCF9; }
p { color: rgb(248,188,249); }
H1.HeaderClassName
{
color: #F8BCF9;
}
.AnyTagClassName
{
color: #F8BCF9;
}
</style>
background-color css
<style>
a { background-color: #F8BCF9; }
a { background-color: rgb(248,188,249); }
div.DivClassName
{
background-color: #F8BCF9;
}
.BgClassName
{
background-color: #F8BCF9;
}
</style>
border-color css
<style>
span { border-color: #F8BCF9; }
span { border-color: rgb(248,188,249); }
td.TdClassName
{
border-color: #F8BCF9;
}
.TagClassName
{
border-color: #F8BCF9;
}
</style>