Shades of Snuff #F5C5FA
Tints of Snuff #F5C5FA
RGB
CMYK
RGB Variations
Color information
#F5C5FA (or 0xF5C5FA) is known color: Snuff. HEX triplet: F5, C5 and FA. RGB value is (245,197,250). Sum of RGB (Red+Green+Blue) = 245+197+250=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 197 (77.34% from 255 or 28.47% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C5FA is #0A3A05. Grayscale: #D9D9D9. Windows color (decimal): -670214 or 16434677. OLE color: 16434677.
HSL color Cylindrical-coordinate representation of color #F5C5FA: hue angle of 294.34º 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 #F5C5FA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 197 | 250 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.02 |
| HSL | 294.34º | 0.84% | 0.88% | - |
| HSV(B) | 294.34º | 0.21% | 0.98% | - |
| XYZ | 74.88 | 66.25 | 99.28 | - |
| YUV | 217.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 250 | 0.02 | 0.21 | 0 | 0.02 | 294.34 | 0.84 | 0.88 |
| Hex | F5 | C5 | FA | 2 | 15 | 0 | 2 | 126 | 54 | 58 |
| Octal | 365 | 305 | 372 | 2 | 25 | 0 | 2 | 446 | 124 | 130 |
| Binary | 11110101 | 11000101 | 11111010 | 10 | 10101 | 0 | 10 | 100100110 | 1010100 | 1011000 |
Color Harmonies of #F5C5FA
Complementary color
Monochromatic Colors of #F5C5FA
Black with #F5C5FA
Text Example
Text Example
White with #F5C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C5FA; }
p { color: rgb(245,197,250); }
H1.HeaderClassName
{
color: #F5C5FA;
}
.AnyTagClassName
{
color: #F5C5FA;
}
</style>
background-color css
<style>
a { background-color: #F5C5FA; }
a { background-color: rgb(245,197,250); }
div.DivClassName
{
background-color: #F5C5FA;
}
.BgClassName
{
background-color: #F5C5FA;
}
</style>
border-color css
<style>
span { border-color: #F5C5FA; }
span { border-color: rgb(245,197,250); }
td.TdClassName
{
border-color: #F5C5FA;
}
.TagClassName
{
border-color: #F5C5FA;
}
</style>