Shades of Snuff #F6CAFB
Tints of Snuff #F6CAFB
RGB
CMYK
RGB Variations
Color information
#F6CAFB (or 0xF6CAFB) is known color: Snuff. HEX triplet: F6, CA and FB. RGB value is (246,202,251). Sum of RGB (Red+Green+Blue) = 246+202+251=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAFB is #093504. Grayscale: #DCDCDC. Windows color (decimal): -603397 or 16501494. OLE color: 16501494.
HSL color Cylindrical-coordinate representation of color #F6CAFB: hue angle of 293.88º 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 #F6CAFB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 202 | 251 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.02 |
| HSL | 293.88º | 0.86% | 0.89% | - |
| HSV(B) | 293.88º | 0.2% | 0.98% | - |
| XYZ | 76.54 | 68.8 | 100.51 | - |
| YUV | 220.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 251 | 0.02 | 0.20 | 0 | 0.02 | 293.88 | 0.86 | 0.89 |
| Hex | F6 | CA | FB | 2 | 14 | 0 | 2 | 126 | 56 | 59 |
| Octal | 366 | 312 | 373 | 2 | 24 | 0 | 2 | 446 | 126 | 131 |
| Binary | 11110110 | 11001010 | 11111011 | 10 | 10100 | 0 | 10 | 100100110 | 1010110 | 1011001 |
Color Harmonies of #F6CAFB
Complementary color
Monochromatic Colors of #F6CAFB
Black with #F6CAFB
Text Example
Text Example
White with #F6CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CAFB; }
p { color: rgb(246,202,251); }
H1.HeaderClassName
{
color: #F6CAFB;
}
.AnyTagClassName
{
color: #F6CAFB;
}
</style>
background-color css
<style>
a { background-color: #F6CAFB; }
a { background-color: rgb(246,202,251); }
div.DivClassName
{
background-color: #F6CAFB;
}
.BgClassName
{
background-color: #F6CAFB;
}
</style>
border-color css
<style>
span { border-color: #F6CAFB; }
span { border-color: rgb(246,202,251); }
td.TdClassName
{
border-color: #F6CAFB;
}
.TagClassName
{
border-color: #F6CAFB;
}
</style>