Shades of Snuff #F5C6F8
Tints of Snuff #F5C6F8
RGB
CMYK
RGB Variations
Color information
#F5C6F8 (or 0xF5C6F8) is known color: Snuff. HEX triplet: F5, C6 and F8. RGB value is (245,198,248). Sum of RGB (Red+Green+Blue) = 245+198+248=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5C6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C6F8 is #0A3907. Grayscale: #D9D9D9. Windows color (decimal): -669960 or 16303861. OLE color: 16303861.
HSL color Cylindrical-coordinate representation of color #F5C6F8: hue angle of 296.4º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C6F8 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 198 | 248 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.03 |
| HSL | 296.4º | 0.78% | 0.87% | - |
| HSV(B) | 296.4º | 0.2% | 0.97% | - |
| XYZ | 74.79 | 66.58 | 97.72 | - |
| YUV | 217.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 248 | 0.01 | 0.20 | 0 | 0.03 | 296.4 | 0.78 | 0.87 |
| Hex | F5 | C6 | F8 | 1 | 14 | 0 | 3 | 128 | 4E | 57 |
| Octal | 365 | 306 | 370 | 1 | 24 | 0 | 3 | 450 | 116 | 127 |
| Binary | 11110101 | 11000110 | 11111000 | 1 | 10100 | 0 | 11 | 100101000 | 1001110 | 1010111 |
Color Harmonies of #F5C6F8
Complementary color
Monochromatic Colors of #F5C6F8
Black with #F5C6F8
Text Example
Text Example
White with #F5C6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C6F8; }
p { color: rgb(245,198,248); }
H1.HeaderClassName
{
color: #F5C6F8;
}
.AnyTagClassName
{
color: #F5C6F8;
}
</style>
background-color css
<style>
a { background-color: #F5C6F8; }
a { background-color: rgb(245,198,248); }
div.DivClassName
{
background-color: #F5C6F8;
}
.BgClassName
{
background-color: #F5C6F8;
}
</style>
border-color css
<style>
span { border-color: #F5C6F8; }
span { border-color: rgb(245,198,248); }
td.TdClassName
{
border-color: #F5C6F8;
}
.TagClassName
{
border-color: #F5C6F8;
}
</style>