Shades of Snuff #F1CBE9
Tints of Snuff #F1CBE9
RGB
CMYK
RGB Variations
Color information
#F1CBE9 (or 0xF1CBE9) is known color: Snuff. HEX triplet: F1, CB and E9. RGB value is (241,203,233). Sum of RGB (Red+Green+Blue) = 241+203+233=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBE9 is #0E3416. Grayscale: #D9D9D9. Windows color (decimal): -930839 or 15322097. OLE color: 15322097.
HSL color Cylindrical-coordinate representation of color #F1CBE9: hue angle of 312.63º 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 #F1CBE9 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 233 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.05 |
| HSL | 312.63º | 0.58% | 0.87% | - |
| HSV(B) | 312.63º | 0.16% | 0.95% | - |
| XYZ | 72.34 | 67.3 | 86.27 | - |
| YUV | 217.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 233 | 0 | 0.16 | 0.03 | 0.05 | 312.63 | 0.58 | 0.87 |
| Hex | F1 | CB | E9 | 0 | 10 | 3 | 5 | 139 | 3A | 57 |
| Octal | 361 | 313 | 351 | 0 | 20 | 3 | 5 | 471 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11101001 | 0 | 10000 | 11 | 101 | 100111001 | 111010 | 1010111 |
Color Harmonies of #F1CBE9
Complementary color
Monochromatic Colors of #F1CBE9
Black with #F1CBE9
Text Example
Text Example
White with #F1CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBE9; }
p { color: rgb(241,203,233); }
H1.HeaderClassName
{
color: #F1CBE9;
}
.AnyTagClassName
{
color: #F1CBE9;
}
</style>
background-color css
<style>
a { background-color: #F1CBE9; }
a { background-color: rgb(241,203,233); }
div.DivClassName
{
background-color: #F1CBE9;
}
.BgClassName
{
background-color: #F1CBE9;
}
</style>
border-color css
<style>
span { border-color: #F1CBE9; }
span { border-color: rgb(241,203,233); }
td.TdClassName
{
border-color: #F1CBE9;
}
.TagClassName
{
border-color: #F1CBE9;
}
</style>