Shades of Snuff #F1CBEF
Tints of Snuff #F1CBEF
RGB
CMYK
RGB Variations
Color information
#F1CBEF (or 0xF1CBEF) is known color: Snuff. HEX triplet: F1, CB and EF. RGB value is (241,203,239). Sum of RGB (Red+Green+Blue) = 241+203+239=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBEF is #0E3410. Grayscale: #DADADA. Windows color (decimal): -930833 or 15715313. OLE color: 15715313.
HSL color Cylindrical-coordinate representation of color #F1CBEF: hue angle of 303.16º 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 #F1CBEF is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 239 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.05 |
| HSL | 303.16º | 0.58% | 0.87% | - |
| HSV(B) | 303.16º | 0.16% | 0.95% | - |
| XYZ | 73.21 | 67.64 | 90.86 | - |
| YUV | 218.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 239 | 0 | 0.16 | 0.01 | 0.05 | 303.16 | 0.58 | 0.87 |
| Hex | F1 | CB | EF | 0 | 10 | 1 | 5 | 12F | 3A | 57 |
| Octal | 361 | 313 | 357 | 0 | 20 | 1 | 5 | 457 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11101111 | 0 | 10000 | 1 | 101 | 100101111 | 111010 | 1010111 |
Color Harmonies of #F1CBEF
Complementary color
Monochromatic Colors of #F1CBEF
Black with #F1CBEF
Text Example
Text Example
White with #F1CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBEF; }
p { color: rgb(241,203,239); }
H1.HeaderClassName
{
color: #F1CBEF;
}
.AnyTagClassName
{
color: #F1CBEF;
}
</style>
background-color css
<style>
a { background-color: #F1CBEF; }
a { background-color: rgb(241,203,239); }
div.DivClassName
{
background-color: #F1CBEF;
}
.BgClassName
{
background-color: #F1CBEF;
}
</style>
border-color css
<style>
span { border-color: #F1CBEF; }
span { border-color: rgb(241,203,239); }
td.TdClassName
{
border-color: #F1CBEF;
}
.TagClassName
{
border-color: #F1CBEF;
}
</style>