Shades of Snuff #F3BEF1
Tints of Snuff #F3BEF1
RGB
CMYK
RGB Variations
Color information
#F3BEF1 (or 0xF3BEF1) is known color: Snuff. HEX triplet: F3, BE and F1. RGB value is (243,190,241). Sum of RGB (Red+Green+Blue) = 243+190+241=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BEF1 is #0C410E. Grayscale: #D3D3D3. Windows color (decimal): -803087 or 15843059. OLE color: 15843059.
HSL color Cylindrical-coordinate representation of color #F3BEF1: hue angle of 302.26º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BEF1 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 241 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.05 |
| HSL | 302.26º | 0.69% | 0.85% | - |
| HSV(B) | 302.26º | 0.22% | 0.95% | - |
| XYZ | 71.25 | 62.23 | 91.48 | - |
| YUV | 211.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 241 | 0 | 0.22 | 0.01 | 0.05 | 302.26 | 0.69 | 0.85 |
| Hex | F3 | BE | F1 | 0 | 16 | 1 | 5 | 12E | 45 | 55 |
| Octal | 363 | 276 | 361 | 0 | 26 | 1 | 5 | 456 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11110001 | 0 | 10110 | 1 | 101 | 100101110 | 1000101 | 1010101 |
Color Harmonies of #F3BEF1
Complementary color
Monochromatic Colors of #F3BEF1
Black with #F3BEF1
Text Example
Text Example
White with #F3BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BEF1; }
p { color: rgb(243,190,241); }
H1.HeaderClassName
{
color: #F3BEF1;
}
.AnyTagClassName
{
color: #F3BEF1;
}
</style>
background-color css
<style>
a { background-color: #F3BEF1; }
a { background-color: rgb(243,190,241); }
div.DivClassName
{
background-color: #F3BEF1;
}
.BgClassName
{
background-color: #F3BEF1;
}
</style>
border-color css
<style>
span { border-color: #F3BEF1; }
span { border-color: rgb(243,190,241); }
td.TdClassName
{
border-color: #F3BEF1;
}
.TagClassName
{
border-color: #F3BEF1;
}
</style>