Shades of Snuff #F1C3EC
Tints of Snuff #F1C3EC
RGB
CMYK
RGB Variations
Color information
#F1C3EC (or 0xF1C3EC) is known color: Snuff. HEX triplet: F1, C3 and EC. RGB value is (241,195,236). Sum of RGB (Red+Green+Blue) = 241+195+236=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3EC is #0E3C13. Grayscale: #D5D5D5. Windows color (decimal): -932884 or 15516657. OLE color: 15516657.
HSL color Cylindrical-coordinate representation of color #F1C3EC: hue angle of 306.52º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C3EC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 236 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.05 |
| HSL | 306.52º | 0.62% | 0.85% | - |
| HSV(B) | 306.52º | 0.19% | 0.95% | - |
| XYZ | 70.93 | 63.79 | 87.93 | - |
| YUV | 213.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 236 | 0 | 0.19 | 0.02 | 0.05 | 306.52 | 0.62 | 0.85 |
| Hex | F1 | C3 | EC | 0 | 13 | 2 | 5 | 133 | 3E | 55 |
| Octal | 361 | 303 | 354 | 0 | 23 | 2 | 5 | 463 | 76 | 125 |
| Binary | 11110001 | 11000011 | 11101100 | 0 | 10011 | 10 | 101 | 100110011 | 111110 | 1010101 |
Color Harmonies of #F1C3EC
Complementary color
Monochromatic Colors of #F1C3EC
Black with #F1C3EC
Text Example
Text Example
White with #F1C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3EC; }
p { color: rgb(241,195,236); }
H1.HeaderClassName
{
color: #F1C3EC;
}
.AnyTagClassName
{
color: #F1C3EC;
}
</style>
background-color css
<style>
a { background-color: #F1C3EC; }
a { background-color: rgb(241,195,236); }
div.DivClassName
{
background-color: #F1C3EC;
}
.BgClassName
{
background-color: #F1C3EC;
}
</style>
border-color css
<style>
span { border-color: #F1C3EC; }
span { border-color: rgb(241,195,236); }
td.TdClassName
{
border-color: #F1C3EC;
}
.TagClassName
{
border-color: #F1C3EC;
}
</style>