Shades of Snuff #F1C7EA
Tints of Snuff #F1C7EA
RGB
CMYK
RGB Variations
Color information
#F1C7EA (or 0xF1C7EA) is known color: Snuff. HEX triplet: F1, C7 and EA. RGB value is (241,199,234). Sum of RGB (Red+Green+Blue) = 241+199+234=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7EA is #0E3815. Grayscale: #D7D7D7. Windows color (decimal): -931862 or 15386609. OLE color: 15386609.
HSL color Cylindrical-coordinate representation of color #F1C7EA: hue angle of 310º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C7EA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 234 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.05 |
| HSL | 310º | 0.6% | 0.86% | - |
| HSV(B) | 310º | 0.17% | 0.95% | - |
| XYZ | 71.55 | 65.49 | 86.71 | - |
| YUV | 215.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 234 | 0 | 0.17 | 0.03 | 0.05 | 310 | 0.6 | 0.86 |
| Hex | F1 | C7 | EA | 0 | 11 | 3 | 5 | 136 | 3C | 56 |
| Octal | 361 | 307 | 352 | 0 | 21 | 3 | 5 | 466 | 74 | 126 |
| Binary | 11110001 | 11000111 | 11101010 | 0 | 10001 | 11 | 101 | 100110110 | 111100 | 1010110 |
Color Harmonies of #F1C7EA
Complementary color
Monochromatic Colors of #F1C7EA
Black with #F1C7EA
Text Example
Text Example
White with #F1C7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C7EA; }
p { color: rgb(241,199,234); }
H1.HeaderClassName
{
color: #F1C7EA;
}
.AnyTagClassName
{
color: #F1C7EA;
}
</style>
background-color css
<style>
a { background-color: #F1C7EA; }
a { background-color: rgb(241,199,234); }
div.DivClassName
{
background-color: #F1C7EA;
}
.BgClassName
{
background-color: #F1C7EA;
}
</style>
border-color css
<style>
span { border-color: #F1C7EA; }
span { border-color: rgb(241,199,234); }
td.TdClassName
{
border-color: #F1C7EA;
}
.TagClassName
{
border-color: #F1C7EA;
}
</style>