Shades of Snuff #F1CBEC
Tints of Snuff #F1CBEC
RGB
CMYK
RGB Variations
Color information
#F1CBEC (or 0xF1CBEC) is known color: Snuff. HEX triplet: F1, CB and EC. RGB value is (241,203,236). Sum of RGB (Red+Green+Blue) = 241+203+236=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBEC is #0E3413. Grayscale: #DADADA. Windows color (decimal): -930836 or 15518705. OLE color: 15518705.
HSL color Cylindrical-coordinate representation of color #F1CBEC: hue angle of 307.89º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CBEC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 236 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.05 |
| HSL | 307.89º | 0.58% | 0.87% | - |
| HSV(B) | 307.89º | 0.16% | 0.95% | - |
| XYZ | 72.77 | 67.47 | 88.54 | - |
| YUV | 218.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 236 | 0 | 0.16 | 0.02 | 0.05 | 307.89 | 0.58 | 0.87 |
| Hex | F1 | CB | EC | 0 | 10 | 2 | 5 | 134 | 3A | 57 |
| Octal | 361 | 313 | 354 | 0 | 20 | 2 | 5 | 464 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11101100 | 0 | 10000 | 10 | 101 | 100110100 | 111010 | 1010111 |
Color Harmonies of #F1CBEC
Complementary color
Monochromatic Colors of #F1CBEC
Black with #F1CBEC
Text Example
Text Example
White with #F1CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBEC; }
p { color: rgb(241,203,236); }
H1.HeaderClassName
{
color: #F1CBEC;
}
.AnyTagClassName
{
color: #F1CBEC;
}
</style>
background-color css
<style>
a { background-color: #F1CBEC; }
a { background-color: rgb(241,203,236); }
div.DivClassName
{
background-color: #F1CBEC;
}
.BgClassName
{
background-color: #F1CBEC;
}
</style>
border-color css
<style>
span { border-color: #F1CBEC; }
span { border-color: rgb(241,203,236); }
td.TdClassName
{
border-color: #F1CBEC;
}
.TagClassName
{
border-color: #F1CBEC;
}
</style>