Shades of Snuff #F1C4EF
Tints of Snuff #F1C4EF
RGB
CMYK
RGB Variations
Color information
#F1C4EF (or 0xF1C4EF) is known color: Snuff. HEX triplet: F1, C4 and EF. RGB value is (241,196,239). Sum of RGB (Red+Green+Blue) = 241+196+239=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4EF is #0E3B10. Grayscale: #D6D6D6. Windows color (decimal): -932625 or 15713521. OLE color: 15713521.
HSL color Cylindrical-coordinate representation of color #F1C4EF: hue angle of 302.67º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4EF is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 239 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.05 |
| HSL | 302.67º | 0.62% | 0.86% | - |
| HSV(B) | 302.67º | 0.19% | 0.95% | - |
| XYZ | 71.6 | 64.41 | 90.32 | - |
| YUV | 214.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 239 | 0 | 0.19 | 0.01 | 0.05 | 302.67 | 0.62 | 0.86 |
| Hex | F1 | C4 | EF | 0 | 13 | 1 | 5 | 12F | 3E | 56 |
| Octal | 361 | 304 | 357 | 0 | 23 | 1 | 5 | 457 | 76 | 126 |
| Binary | 11110001 | 11000100 | 11101111 | 0 | 10011 | 1 | 101 | 100101111 | 111110 | 1010110 |
Color Harmonies of #F1C4EF
Complementary color
Monochromatic Colors of #F1C4EF
Black with #F1C4EF
Text Example
Text Example
White with #F1C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4EF; }
p { color: rgb(241,196,239); }
H1.HeaderClassName
{
color: #F1C4EF;
}
.AnyTagClassName
{
color: #F1C4EF;
}
</style>
background-color css
<style>
a { background-color: #F1C4EF; }
a { background-color: rgb(241,196,239); }
div.DivClassName
{
background-color: #F1C4EF;
}
.BgClassName
{
background-color: #F1C4EF;
}
</style>
border-color css
<style>
span { border-color: #F1C4EF; }
span { border-color: rgb(241,196,239); }
td.TdClassName
{
border-color: #F1C4EF;
}
.TagClassName
{
border-color: #F1C4EF;
}
</style>