Shades of Snuff #F8C7FB
Tints of Snuff #F8C7FB
RGB
CMYK
RGB Variations
Color information
#F8C7FB (or 0xF8C7FB) is known color: Snuff. HEX triplet: F8, C7 and FB. RGB value is (248,199,251). Sum of RGB (Red+Green+Blue) = 248+199+251=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 199 (78.12% from 255 or 28.51% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8C7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C7FB is #073804. Grayscale: #DBDBDB. Windows color (decimal): -473093 or 16500728. OLE color: 16500728.
HSL color Cylindrical-coordinate representation of color #F8C7FB: hue angle of 296.54º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C7FB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 199 | 251 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.02 |
| HSL | 296.54º | 0.87% | 0.88% | - |
| HSV(B) | 296.54º | 0.21% | 0.98% | - |
| XYZ | 76.55 | 67.77 | 100.31 | - |
| YUV | 219.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 251 | 0.01 | 0.21 | 0 | 0.02 | 296.54 | 0.87 | 0.88 |
| Hex | F8 | C7 | FB | 1 | 15 | 0 | 2 | 129 | 57 | 58 |
| Octal | 370 | 307 | 373 | 1 | 25 | 0 | 2 | 451 | 127 | 130 |
| Binary | 11111000 | 11000111 | 11111011 | 1 | 10101 | 0 | 10 | 100101001 | 1010111 | 1011000 |
Color Harmonies of #F8C7FB
Complementary color
Monochromatic Colors of #F8C7FB
Black with #F8C7FB
Text Example
Text Example
White with #F8C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7FB; }
p { color: rgb(248,199,251); }
H1.HeaderClassName
{
color: #F8C7FB;
}
.AnyTagClassName
{
color: #F8C7FB;
}
</style>
background-color css
<style>
a { background-color: #F8C7FB; }
a { background-color: rgb(248,199,251); }
div.DivClassName
{
background-color: #F8C7FB;
}
.BgClassName
{
background-color: #F8C7FB;
}
</style>
border-color css
<style>
span { border-color: #F8C7FB; }
span { border-color: rgb(248,199,251); }
td.TdClassName
{
border-color: #F8C7FB;
}
.TagClassName
{
border-color: #F8C7FB;
}
</style>