Shades of Snuff #F5C9FA
Tints of Snuff #F5C9FA
RGB
CMYK
RGB Variations
Color information
#F5C9FA (or 0xF5C9FA) is known color: Snuff. HEX triplet: F5, C9 and FA. RGB value is (245,201,250). Sum of RGB (Red+Green+Blue) = 245+201+250=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 201 (78.91% from 255 or 28.88% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C9FA is #0A3605. Grayscale: #DBDBDB. Windows color (decimal): -669190 or 16435701. OLE color: 16435701.
HSL color Cylindrical-coordinate representation of color #F5C9FA: hue angle of 293.88º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C9FA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 201 | 250 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.02 |
| HSL | 293.88º | 0.83% | 0.88% | - |
| HSV(B) | 293.88º | 0.2% | 0.98% | - |
| XYZ | 75.8 | 68.09 | 99.59 | - |
| YUV | 219.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 250 | 0.02 | 0.20 | 0 | 0.02 | 293.88 | 0.83 | 0.88 |
| Hex | F5 | C9 | FA | 2 | 14 | 0 | 2 | 126 | 53 | 58 |
| Octal | 365 | 311 | 372 | 2 | 24 | 0 | 2 | 446 | 123 | 130 |
| Binary | 11110101 | 11001001 | 11111010 | 10 | 10100 | 0 | 10 | 100100110 | 1010011 | 1011000 |
Color Harmonies of #F5C9FA
Complementary color
Monochromatic Colors of #F5C9FA
Black with #F5C9FA
Text Example
Text Example
White with #F5C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C9FA; }
p { color: rgb(245,201,250); }
H1.HeaderClassName
{
color: #F5C9FA;
}
.AnyTagClassName
{
color: #F5C9FA;
}
</style>
background-color css
<style>
a { background-color: #F5C9FA; }
a { background-color: rgb(245,201,250); }
div.DivClassName
{
background-color: #F5C9FA;
}
.BgClassName
{
background-color: #F5C9FA;
}
</style>
border-color css
<style>
span { border-color: #F5C9FA; }
span { border-color: rgb(245,201,250); }
td.TdClassName
{
border-color: #F5C9FA;
}
.TagClassName
{
border-color: #F5C9FA;
}
</style>