Shades of Snuff #F6C5FA
Tints of Snuff #F6C5FA
RGB
CMYK
RGB Variations
Color information
#F6C5FA (or 0xF6C5FA) is known color: Snuff. HEX triplet: F6, C5 and FA. RGB value is (246,197,250). Sum of RGB (Red+Green+Blue) = 246+197+250=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 197 (77.34% from 255 or 28.43% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C5FA is #093A05. Grayscale: #D9D9D9. Windows color (decimal): -604678 or 16434678. OLE color: 16434678.
HSL color Cylindrical-coordinate representation of color #F6C5FA: hue angle of 295.47º degrees, saturation: 0.84, 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 #F6C5FA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 197 | 250 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.02 |
| HSL | 295.47º | 0.84% | 0.88% | - |
| HSV(B) | 295.47º | 0.21% | 0.98% | - |
| XYZ | 75.23 | 66.43 | 99.3 | - |
| YUV | 217.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 197 | 250 | 0.02 | 0.21 | 0 | 0.02 | 295.47 | 0.84 | 0.88 |
| Hex | F6 | C5 | FA | 2 | 15 | 0 | 2 | 127 | 54 | 58 |
| Octal | 366 | 305 | 372 | 2 | 25 | 0 | 2 | 447 | 124 | 130 |
| Binary | 11110110 | 11000101 | 11111010 | 10 | 10101 | 0 | 10 | 100100111 | 1010100 | 1011000 |
Color Harmonies of #F6C5FA
Complementary color
Monochromatic Colors of #F6C5FA
Black with #F6C5FA
Text Example
Text Example
White with #F6C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C5FA; }
p { color: rgb(246,197,250); }
H1.HeaderClassName
{
color: #F6C5FA;
}
.AnyTagClassName
{
color: #F6C5FA;
}
</style>
background-color css
<style>
a { background-color: #F6C5FA; }
a { background-color: rgb(246,197,250); }
div.DivClassName
{
background-color: #F6C5FA;
}
.BgClassName
{
background-color: #F6C5FA;
}
</style>
border-color css
<style>
span { border-color: #F6C5FA; }
span { border-color: rgb(246,197,250); }
td.TdClassName
{
border-color: #F6C5FA;
}
.TagClassName
{
border-color: #F6C5FA;
}
</style>