Shades of Snuff #F1CFF0
Tints of Snuff #F1CFF0
RGB
CMYK
RGB Variations
Color information
#F1CFF0 (or 0xF1CFF0) is known color: Snuff. HEX triplet: F1, CF and F0. RGB value is (241,207,240). Sum of RGB (Red+Green+Blue) = 241+207+240=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFF0 is #0E300F. Grayscale: #DCDCDC. Windows color (decimal): -929808 or 15781873. OLE color: 15781873.
HSL color Cylindrical-coordinate representation of color #F1CFF0: hue angle of 301.76º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFF0 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 240 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.05 |
| HSL | 301.76º | 0.55% | 0.88% | - |
| HSV(B) | 301.76º | 0.14% | 0.95% | - |
| XYZ | 74.32 | 69.62 | 91.96 | - |
| YUV | 220.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 240 | 0 | 0.14 | 0.00 | 0.05 | 301.76 | 0.55 | 0.88 |
| Hex | F1 | CF | F0 | 0 | E | 0 | 5 | 12E | 37 | 58 |
| Octal | 361 | 317 | 360 | 0 | 16 | 0 | 5 | 456 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11110000 | 0 | 1110 | 0 | 101 | 100101110 | 110111 | 1011000 |
Color Harmonies of #F1CFF0
Complementary color
Monochromatic Colors of #F1CFF0
Black with #F1CFF0
Text Example
Text Example
White with #F1CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFF0; }
p { color: rgb(241,207,240); }
H1.HeaderClassName
{
color: #F1CFF0;
}
.AnyTagClassName
{
color: #F1CFF0;
}
</style>
background-color css
<style>
a { background-color: #F1CFF0; }
a { background-color: rgb(241,207,240); }
div.DivClassName
{
background-color: #F1CFF0;
}
.BgClassName
{
background-color: #F1CFF0;
}
</style>
border-color css
<style>
span { border-color: #F1CFF0; }
span { border-color: rgb(241,207,240); }
td.TdClassName
{
border-color: #F1CFF0;
}
.TagClassName
{
border-color: #F1CFF0;
}
</style>