Shades of Snuff #F2BEF2
Tints of Snuff #F2BEF2
RGB
CMYK
RGB Variations
Color information
#F2BEF2 (or 0xF2BEF2) is known color: Snuff. HEX triplet: F2, BE and F2. RGB value is (242,190,242). Sum of RGB (Red+Green+Blue) = 242+190+242=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEF2 is #0D410D. Grayscale: #D3D3D3. Windows color (decimal): -868622 or 15908594. OLE color: 15908594.
HSL color Cylindrical-coordinate representation of color #F2BEF2: hue angle of 300º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEF2 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 242 | - |
| CMYK | 0 | 0.21 | 0 | 0.05 |
| HSL | 300º | 0.67% | 0.85% | - |
| HSV(B) | 300º | 0.21% | 0.95% | - |
| XYZ | 71.06 | 62.11 | 92.25 | - |
| YUV | 211.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 242 | 0 | 0.21 | 0 | 0.05 | 300 | 0.67 | 0.85 |
| Hex | F2 | BE | F2 | 0 | 15 | 0 | 5 | 12C | 43 | 55 |
| Octal | 362 | 276 | 362 | 0 | 25 | 0 | 5 | 454 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11110010 | 0 | 10101 | 0 | 101 | 100101100 | 1000011 | 1010101 |
Color Harmonies of #F2BEF2
Complementary color
Monochromatic Colors of #F2BEF2
Black with #F2BEF2
Text Example
Text Example
White with #F2BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEF2; }
p { color: rgb(242,190,242); }
H1.HeaderClassName
{
color: #F2BEF2;
}
.AnyTagClassName
{
color: #F2BEF2;
}
</style>
background-color css
<style>
a { background-color: #F2BEF2; }
a { background-color: rgb(242,190,242); }
div.DivClassName
{
background-color: #F2BEF2;
}
.BgClassName
{
background-color: #F2BEF2;
}
</style>
border-color css
<style>
span { border-color: #F2BEF2; }
span { border-color: rgb(242,190,242); }
td.TdClassName
{
border-color: #F2BEF2;
}
.TagClassName
{
border-color: #F2BEF2;
}
</style>