Shades of Snuff #F5C8F7
Tints of Snuff #F5C8F7
RGB
CMYK
RGB Variations
Color information
#F5C8F7 (or 0xF5C8F7) is known color: Snuff. HEX triplet: F5, C8 and F7. RGB value is (245,200,247). Sum of RGB (Red+Green+Blue) = 245+200+247=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5C8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C8F7 is #0A3708. Grayscale: #DADADA. Windows color (decimal): -669449 or 16238837. OLE color: 16238837.
HSL color Cylindrical-coordinate representation of color #F5C8F7: hue angle of 297.45º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5C8F7 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 200 | 247 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.03 |
| HSL | 297.45º | 0.75% | 0.88% | - |
| HSV(B) | 297.45º | 0.19% | 0.97% | - |
| XYZ | 75.1 | 67.44 | 97.05 | - |
| YUV | 218.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 247 | 0.01 | 0.19 | 0 | 0.03 | 297.45 | 0.75 | 0.88 |
| Hex | F5 | C8 | F7 | 1 | 13 | 0 | 3 | 129 | 4B | 58 |
| Octal | 365 | 310 | 367 | 1 | 23 | 0 | 3 | 451 | 113 | 130 |
| Binary | 11110101 | 11001000 | 11110111 | 1 | 10011 | 0 | 11 | 100101001 | 1001011 | 1011000 |
Color Harmonies of #F5C8F7
Complementary color
Monochromatic Colors of #F5C8F7
Black with #F5C8F7
Text Example
Text Example
White with #F5C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C8F7; }
p { color: rgb(245,200,247); }
H1.HeaderClassName
{
color: #F5C8F7;
}
.AnyTagClassName
{
color: #F5C8F7;
}
</style>
background-color css
<style>
a { background-color: #F5C8F7; }
a { background-color: rgb(245,200,247); }
div.DivClassName
{
background-color: #F5C8F7;
}
.BgClassName
{
background-color: #F5C8F7;
}
</style>
border-color css
<style>
span { border-color: #F5C8F7; }
span { border-color: rgb(245,200,247); }
td.TdClassName
{
border-color: #F5C8F7;
}
.TagClassName
{
border-color: #F5C8F7;
}
</style>