Shades of Snuff #F1CFF2
Tints of Snuff #F1CFF2
RGB
CMYK
RGB Variations
Color information
#F1CFF2 (or 0xF1CFF2) is known color: Snuff. HEX triplet: F1, CF and F2. RGB value is (241,207,242). Sum of RGB (Red+Green+Blue) = 241+207+242=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFF2 is #0E300D. Grayscale: #DDDDDD. Windows color (decimal): -929806 or 15912945. OLE color: 15912945.
HSL color Cylindrical-coordinate representation of color #F1CFF2: hue angle of 298.29º degrees, saturation: 0.57, 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 #F1CFF2 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 242 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.05 |
| HSL | 298.29º | 0.57% | 0.88% | - |
| HSV(B) | 298.29º | 0.14% | 0.95% | - |
| XYZ | 74.62 | 69.74 | 93.53 | - |
| YUV | 221.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 242 | 0.00 | 0.14 | 0 | 0.05 | 298.29 | 0.57 | 0.88 |
| Hex | F1 | CF | F2 | 0 | E | 0 | 5 | 12A | 39 | 58 |
| Octal | 361 | 317 | 362 | 0 | 16 | 0 | 5 | 452 | 71 | 130 |
| Binary | 11110001 | 11001111 | 11110010 | 0 | 1110 | 0 | 101 | 100101010 | 111001 | 1011000 |
Color Harmonies of #F1CFF2
Complementary color
Monochromatic Colors of #F1CFF2
Black with #F1CFF2
Text Example
Text Example
White with #F1CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFF2; }
p { color: rgb(241,207,242); }
H1.HeaderClassName
{
color: #F1CFF2;
}
.AnyTagClassName
{
color: #F1CFF2;
}
</style>
background-color css
<style>
a { background-color: #F1CFF2; }
a { background-color: rgb(241,207,242); }
div.DivClassName
{
background-color: #F1CFF2;
}
.BgClassName
{
background-color: #F1CFF2;
}
</style>
border-color css
<style>
span { border-color: #F1CFF2; }
span { border-color: rgb(241,207,242); }
td.TdClassName
{
border-color: #F1CFF2;
}
.TagClassName
{
border-color: #F1CFF2;
}
</style>