Shades of Snuff #F5C6FA
Tints of Snuff #F5C6FA
RGB
CMYK
RGB Variations
Color information
#F5C6FA (or 0xF5C6FA) is known color: Snuff. HEX triplet: F5, C6 and FA. RGB value is (245,198,250). Sum of RGB (Red+Green+Blue) = 245+198+250=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 198 (77.73% from 255 or 28.57% 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 #F5C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C6FA is #0A3905. Grayscale: #D9D9D9. Windows color (decimal): -669958 or 16434933. OLE color: 16434933.
HSL color Cylindrical-coordinate representation of color #F5C6FA: hue angle of 294.23º 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 #F5C6FA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 198 | 250 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.02 |
| HSL | 294.23º | 0.84% | 0.88% | - |
| HSV(B) | 294.23º | 0.21% | 0.98% | - |
| XYZ | 75.11 | 66.7 | 99.36 | - |
| YUV | 217.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 250 | 0.02 | 0.21 | 0 | 0.02 | 294.23 | 0.84 | 0.88 |
| Hex | F5 | C6 | FA | 2 | 15 | 0 | 2 | 126 | 54 | 58 |
| Octal | 365 | 306 | 372 | 2 | 25 | 0 | 2 | 446 | 124 | 130 |
| Binary | 11110101 | 11000110 | 11111010 | 10 | 10101 | 0 | 10 | 100100110 | 1010100 | 1011000 |
Color Harmonies of #F5C6FA
Complementary color
Monochromatic Colors of #F5C6FA
Black with #F5C6FA
Text Example
Text Example
White with #F5C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C6FA; }
p { color: rgb(245,198,250); }
H1.HeaderClassName
{
color: #F5C6FA;
}
.AnyTagClassName
{
color: #F5C6FA;
}
</style>
background-color css
<style>
a { background-color: #F5C6FA; }
a { background-color: rgb(245,198,250); }
div.DivClassName
{
background-color: #F5C6FA;
}
.BgClassName
{
background-color: #F5C6FA;
}
</style>
border-color css
<style>
span { border-color: #F5C6FA; }
span { border-color: rgb(245,198,250); }
td.TdClassName
{
border-color: #F5C6FA;
}
.TagClassName
{
border-color: #F5C6FA;
}
</style>