Shades of Snuff #F1CBED
Tints of Snuff #F1CBED
RGB
CMYK
RGB Variations
Color information
#F1CBED (or 0xF1CBED) is known color: Snuff. HEX triplet: F1, CB and ED. RGB value is (241,203,237). Sum of RGB (Red+Green+Blue) = 241+203+237=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBED is #0E3412. Grayscale: #DADADA. Windows color (decimal): -930835 or 15584241. OLE color: 15584241.
HSL color Cylindrical-coordinate representation of color #F1CBED: hue angle of 306.32º 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 #F1CBED is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 237 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.05 |
| HSL | 306.32º | 0.58% | 0.87% | - |
| HSV(B) | 306.32º | 0.16% | 0.95% | - |
| XYZ | 72.92 | 67.53 | 89.31 | - |
| YUV | 218.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 237 | 0 | 0.16 | 0.02 | 0.05 | 306.32 | 0.58 | 0.87 |
| Hex | F1 | CB | ED | 0 | 10 | 2 | 5 | 132 | 3A | 57 |
| Octal | 361 | 313 | 355 | 0 | 20 | 2 | 5 | 462 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11101101 | 0 | 10000 | 10 | 101 | 100110010 | 111010 | 1010111 |
Color Harmonies of #F1CBED
Complementary color
Monochromatic Colors of #F1CBED
Black with #F1CBED
Text Example
Text Example
White with #F1CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBED; }
p { color: rgb(241,203,237); }
H1.HeaderClassName
{
color: #F1CBED;
}
.AnyTagClassName
{
color: #F1CBED;
}
</style>
background-color css
<style>
a { background-color: #F1CBED; }
a { background-color: rgb(241,203,237); }
div.DivClassName
{
background-color: #F1CBED;
}
.BgClassName
{
background-color: #F1CBED;
}
</style>
border-color css
<style>
span { border-color: #F1CBED; }
span { border-color: rgb(241,203,237); }
td.TdClassName
{
border-color: #F1CBED;
}
.TagClassName
{
border-color: #F1CBED;
}
</style>