Shades of Snuff #F5C9FC
Tints of Snuff #F5C9FC
RGB
CMYK
RGB Variations
Color information
#F5C9FC (or 0xF5C9FC) is known color: Snuff. HEX triplet: F5, C9 and FC. RGB value is (245,201,252). Sum of RGB (Red+Green+Blue) = 245+201+252=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 201 (78.91% from 255 or 28.80% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5C9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C9FC is #0A3603. Grayscale: #DBDBDB. Windows color (decimal): -669188 or 16566773. OLE color: 16566773.
HSL color Cylindrical-coordinate representation of color #F5C9FC: hue angle of 291.76º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C9FC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 201 | 252 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.01 |
| HSL | 291.76º | 0.89% | 0.89% | - |
| HSV(B) | 291.76º | 0.2% | 0.99% | - |
| XYZ | 76.11 | 68.21 | 101.25 | - |
| YUV | 219.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 252 | 0.03 | 0.20 | 0 | 0.01 | 291.76 | 0.89 | 0.89 |
| Hex | F5 | C9 | FC | 3 | 14 | 0 | 1 | 124 | 59 | 59 |
| Octal | 365 | 311 | 374 | 3 | 24 | 0 | 1 | 444 | 131 | 131 |
| Binary | 11110101 | 11001001 | 11111100 | 11 | 10100 | 0 | 1 | 100100100 | 1011001 | 1011001 |
Color Harmonies of #F5C9FC
Complementary color
Monochromatic Colors of #F5C9FC
Black with #F5C9FC
Text Example
Text Example
White with #F5C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C9FC; }
p { color: rgb(245,201,252); }
H1.HeaderClassName
{
color: #F5C9FC;
}
.AnyTagClassName
{
color: #F5C9FC;
}
</style>
background-color css
<style>
a { background-color: #F5C9FC; }
a { background-color: rgb(245,201,252); }
div.DivClassName
{
background-color: #F5C9FC;
}
.BgClassName
{
background-color: #F5C9FC;
}
</style>
border-color css
<style>
span { border-color: #F5C9FC; }
span { border-color: rgb(245,201,252); }
td.TdClassName
{
border-color: #F5C9FC;
}
.TagClassName
{
border-color: #F5C9FC;
}
</style>