Shades of Snuff #F8C2FB
Tints of Snuff #F8C2FB
RGB
CMYK
RGB Variations
Color information
#F8C2FB (or 0xF8C2FB) is known color: Snuff. HEX triplet: F8, C2 and FB. RGB value is (248,194,251). Sum of RGB (Red+Green+Blue) = 248+194+251=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 194 (76.17% from 255 or 27.99% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8C2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C2FB is #073D04. Grayscale: #D8D8D8. Windows color (decimal): -474373 or 16499448. OLE color: 16499448.
HSL color Cylindrical-coordinate representation of color #F8C2FB: hue angle of 296.84º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C2FB is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 194 | 251 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.02 |
| HSL | 296.84º | 0.88% | 0.87% | - |
| HSV(B) | 296.84º | 0.23% | 0.98% | - |
| XYZ | 75.42 | 65.51 | 99.94 | - |
| YUV | 216.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 251 | 0.01 | 0.23 | 0 | 0.02 | 296.84 | 0.88 | 0.87 |
| Hex | F8 | C2 | FB | 1 | 17 | 0 | 2 | 129 | 58 | 57 |
| Octal | 370 | 302 | 373 | 1 | 27 | 0 | 2 | 451 | 130 | 127 |
| Binary | 11111000 | 11000010 | 11111011 | 1 | 10111 | 0 | 10 | 100101001 | 1011000 | 1010111 |
Color Harmonies of #F8C2FB
Complementary color
Monochromatic Colors of #F8C2FB
Black with #F8C2FB
Text Example
Text Example
White with #F8C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C2FB; }
p { color: rgb(248,194,251); }
H1.HeaderClassName
{
color: #F8C2FB;
}
.AnyTagClassName
{
color: #F8C2FB;
}
</style>
background-color css
<style>
a { background-color: #F8C2FB; }
a { background-color: rgb(248,194,251); }
div.DivClassName
{
background-color: #F8C2FB;
}
.BgClassName
{
background-color: #F8C2FB;
}
</style>
border-color css
<style>
span { border-color: #F8C2FB; }
span { border-color: rgb(248,194,251); }
td.TdClassName
{
border-color: #F8C2FB;
}
.TagClassName
{
border-color: #F8C2FB;
}
</style>