Shades of Snuff #F1CBEE
Tints of Snuff #F1CBEE
RGB
CMYK
RGB Variations
Color information
#F1CBEE (or 0xF1CBEE) is known color: Snuff. HEX triplet: F1, CB and EE. RGB value is (241,203,238). Sum of RGB (Red+Green+Blue) = 241+203+238=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBEE is #0E3411. Grayscale: #DADADA. Windows color (decimal): -930834 or 15649777. OLE color: 15649777.
HSL color Cylindrical-coordinate representation of color #F1CBEE: hue angle of 304.74º 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 #F1CBEE is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 238 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.05 |
| HSL | 304.74º | 0.58% | 0.87% | - |
| HSV(B) | 304.74º | 0.16% | 0.95% | - |
| XYZ | 73.06 | 67.59 | 90.08 | - |
| YUV | 218.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 238 | 0 | 0.16 | 0.01 | 0.05 | 304.74 | 0.58 | 0.87 |
| Hex | F1 | CB | EE | 0 | 10 | 1 | 5 | 131 | 3A | 57 |
| Octal | 361 | 313 | 356 | 0 | 20 | 1 | 5 | 461 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11101110 | 0 | 10000 | 1 | 101 | 100110001 | 111010 | 1010111 |
Color Harmonies of #F1CBEE
Complementary color
Monochromatic Colors of #F1CBEE
Black with #F1CBEE
Text Example
Text Example
White with #F1CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBEE; }
p { color: rgb(241,203,238); }
H1.HeaderClassName
{
color: #F1CBEE;
}
.AnyTagClassName
{
color: #F1CBEE;
}
</style>
background-color css
<style>
a { background-color: #F1CBEE; }
a { background-color: rgb(241,203,238); }
div.DivClassName
{
background-color: #F1CBEE;
}
.BgClassName
{
background-color: #F1CBEE;
}
</style>
border-color css
<style>
span { border-color: #F1CBEE; }
span { border-color: rgb(241,203,238); }
td.TdClassName
{
border-color: #F1CBEE;
}
.TagClassName
{
border-color: #F1CBEE;
}
</style>