Shades of Snuff #F1C0EE
Tints of Snuff #F1C0EE
RGB
CMYK
RGB Variations
Color information
#F1C0EE (or 0xF1C0EE) is known color: Snuff. HEX triplet: F1, C0 and EE. RGB value is (241,192,238). Sum of RGB (Red+Green+Blue) = 241+192+238=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0EE is #0E3F11. Grayscale: #D3D3D3. Windows color (decimal): -933650 or 15646961. OLE color: 15646961.
HSL color Cylindrical-coordinate representation of color #F1C0EE: hue angle of 303.67º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0EE is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 238 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.05 |
| HSL | 303.67º | 0.64% | 0.85% | - |
| HSV(B) | 303.67º | 0.2% | 0.95% | - |
| XYZ | 70.56 | 62.57 | 89.25 | - |
| YUV | 211.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 238 | 0 | 0.20 | 0.01 | 0.05 | 303.67 | 0.64 | 0.85 |
| Hex | F1 | C0 | EE | 0 | 14 | 1 | 5 | 130 | 40 | 55 |
| Octal | 361 | 300 | 356 | 0 | 24 | 1 | 5 | 460 | 100 | 125 |
| Binary | 11110001 | 11000000 | 11101110 | 0 | 10100 | 1 | 101 | 100110000 | 1000000 | 1010101 |
Color Harmonies of #F1C0EE
Complementary color
Monochromatic Colors of #F1C0EE
Black with #F1C0EE
Text Example
Text Example
White with #F1C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0EE; }
p { color: rgb(241,192,238); }
H1.HeaderClassName
{
color: #F1C0EE;
}
.AnyTagClassName
{
color: #F1C0EE;
}
</style>
background-color css
<style>
a { background-color: #F1C0EE; }
a { background-color: rgb(241,192,238); }
div.DivClassName
{
background-color: #F1C0EE;
}
.BgClassName
{
background-color: #F1C0EE;
}
</style>
border-color css
<style>
span { border-color: #F1C0EE; }
span { border-color: rgb(241,192,238); }
td.TdClassName
{
border-color: #F1C0EE;
}
.TagClassName
{
border-color: #F1C0EE;
}
</style>