Shades of Snuff #F5C1F1
Tints of Snuff #F5C1F1
RGB
CMYK
RGB Variations
Color information
#F5C1F1 (or 0xF5C1F1) is known color: Snuff. HEX triplet: F5, C1 and F1. RGB value is (245,193,241). Sum of RGB (Red+Green+Blue) = 245+193+241=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C1F1 is #0A3E0E. Grayscale: #D5D5D5. Windows color (decimal): -671247 or 15843829. OLE color: 15843829.
HSL color Cylindrical-coordinate representation of color #F5C1F1: hue angle of 304.62º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5C1F1 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 241 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.04 |
| HSL | 304.62º | 0.72% | 0.86% | - |
| HSV(B) | 304.62º | 0.21% | 0.96% | - |
| XYZ | 72.6 | 63.9 | 91.73 | - |
| YUV | 214.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 241 | 0 | 0.21 | 0.02 | 0.04 | 304.62 | 0.72 | 0.86 |
| Hex | F5 | C1 | F1 | 0 | 15 | 2 | 4 | 131 | 48 | 56 |
| Octal | 365 | 301 | 361 | 0 | 25 | 2 | 4 | 461 | 110 | 126 |
| Binary | 11110101 | 11000001 | 11110001 | 0 | 10101 | 10 | 100 | 100110001 | 1001000 | 1010110 |
Color Harmonies of #F5C1F1
Complementary color
Monochromatic Colors of #F5C1F1
Black with #F5C1F1
Text Example
Text Example
White with #F5C1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1F1; }
p { color: rgb(245,193,241); }
H1.HeaderClassName
{
color: #F5C1F1;
}
.AnyTagClassName
{
color: #F5C1F1;
}
</style>
background-color css
<style>
a { background-color: #F5C1F1; }
a { background-color: rgb(245,193,241); }
div.DivClassName
{
background-color: #F5C1F1;
}
.BgClassName
{
background-color: #F5C1F1;
}
</style>
border-color css
<style>
span { border-color: #F5C1F1; }
span { border-color: rgb(245,193,241); }
td.TdClassName
{
border-color: #F5C1F1;
}
.TagClassName
{
border-color: #F5C1F1;
}
</style>