Shades of Snuff #F6C9FB
Tints of Snuff #F6C9FB
RGB
CMYK
RGB Variations
Color information
#F6C9FB (or 0xF6C9FB) is known color: Snuff. HEX triplet: F6, C9 and FB. RGB value is (246,201,251). Sum of RGB (Red+Green+Blue) = 246+201+251=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 201 (78.91% from 255 or 28.80% 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 #F6C9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C9FB is #093604. Grayscale: #DCDCDC. Windows color (decimal): -603653 or 16501238. OLE color: 16501238.
HSL color Cylindrical-coordinate representation of color #F6C9FB: hue angle of 294º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C9FB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 201 | 251 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.02 |
| HSL | 294º | 0.86% | 0.89% | - |
| HSV(B) | 294º | 0.2% | 0.98% | - |
| XYZ | 76.31 | 68.33 | 100.43 | - |
| YUV | 220.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 251 | 0.02 | 0.20 | 0 | 0.02 | 294 | 0.86 | 0.89 |
| Hex | F6 | C9 | FB | 2 | 14 | 0 | 2 | 126 | 56 | 59 |
| Octal | 366 | 311 | 373 | 2 | 24 | 0 | 2 | 446 | 126 | 131 |
| Binary | 11110110 | 11001001 | 11111011 | 10 | 10100 | 0 | 10 | 100100110 | 1010110 | 1011001 |
Color Harmonies of #F6C9FB
Complementary color
Monochromatic Colors of #F6C9FB
Black with #F6C9FB
Text Example
Text Example
White with #F6C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9FB; }
p { color: rgb(246,201,251); }
H1.HeaderClassName
{
color: #F6C9FB;
}
.AnyTagClassName
{
color: #F6C9FB;
}
</style>
background-color css
<style>
a { background-color: #F6C9FB; }
a { background-color: rgb(246,201,251); }
div.DivClassName
{
background-color: #F6C9FB;
}
.BgClassName
{
background-color: #F6C9FB;
}
</style>
border-color css
<style>
span { border-color: #F6C9FB; }
span { border-color: rgb(246,201,251); }
td.TdClassName
{
border-color: #F6C9FB;
}
.TagClassName
{
border-color: #F6C9FB;
}
</style>