Shades of Snuff #F1C9EA
Tints of Snuff #F1C9EA
RGB
CMYK
RGB Variations
Color information
#F1C9EA (or 0xF1C9EA) is known color: Snuff. HEX triplet: F1, C9 and EA. RGB value is (241,201,234). Sum of RGB (Red+Green+Blue) = 241+201+234=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C9EA is #0E3615. Grayscale: #D8D8D8. Windows color (decimal): -931350 or 15387121. OLE color: 15387121.
HSL color Cylindrical-coordinate representation of color #F1C9EA: hue angle of 310.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C9EA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 234 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.05 |
| HSL | 310.5º | 0.59% | 0.87% | - |
| HSV(B) | 310.5º | 0.17% | 0.95% | - |
| XYZ | 72.01 | 66.41 | 86.87 | - |
| YUV | 216.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 234 | 0 | 0.17 | 0.03 | 0.05 | 310.5 | 0.59 | 0.87 |
| Hex | F1 | C9 | EA | 0 | 11 | 3 | 5 | 136 | 3B | 57 |
| Octal | 361 | 311 | 352 | 0 | 21 | 3 | 5 | 466 | 73 | 127 |
| Binary | 11110001 | 11001001 | 11101010 | 0 | 10001 | 11 | 101 | 100110110 | 111011 | 1010111 |
Color Harmonies of #F1C9EA
Complementary color
Monochromatic Colors of #F1C9EA
Black with #F1C9EA
Text Example
Text Example
White with #F1C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9EA; }
p { color: rgb(241,201,234); }
H1.HeaderClassName
{
color: #F1C9EA;
}
.AnyTagClassName
{
color: #F1C9EA;
}
</style>
background-color css
<style>
a { background-color: #F1C9EA; }
a { background-color: rgb(241,201,234); }
div.DivClassName
{
background-color: #F1C9EA;
}
.BgClassName
{
background-color: #F1C9EA;
}
</style>
border-color css
<style>
span { border-color: #F1C9EA; }
span { border-color: rgb(241,201,234); }
td.TdClassName
{
border-color: #F1C9EA;
}
.TagClassName
{
border-color: #F1C9EA;
}
</style>