Shades of Snuff #F2BCF2
Tints of Snuff #F2BCF2
RGB
CMYK
RGB Variations
Color information
#F2BCF2 (or 0xF2BCF2) is known color: Snuff. HEX triplet: F2, BC and F2. RGB value is (242,188,242). Sum of RGB (Red+Green+Blue) = 242+188+242=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCF2 is #0D430D. Grayscale: #D2D2D2. Windows color (decimal): -869134 or 15908082. OLE color: 15908082.
HSL color Cylindrical-coordinate representation of color #F2BCF2: hue angle of 300º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCF2 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 242 | - |
| CMYK | 0 | 0.22 | 0 | 0.05 |
| HSL | 300º | 0.68% | 0.84% | - |
| HSV(B) | 300º | 0.22% | 0.95% | - |
| XYZ | 70.63 | 61.25 | 92.11 | - |
| YUV | 210.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 242 | 0 | 0.22 | 0 | 0.05 | 300 | 0.68 | 0.84 |
| Hex | F2 | BC | F2 | 0 | 16 | 0 | 5 | 12C | 44 | 54 |
| Octal | 362 | 274 | 362 | 0 | 26 | 0 | 5 | 454 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11110010 | 0 | 10110 | 0 | 101 | 100101100 | 1000100 | 1010100 |
Color Harmonies of #F2BCF2
Complementary color
Monochromatic Colors of #F2BCF2
Black with #F2BCF2
Text Example
Text Example
White with #F2BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCF2; }
p { color: rgb(242,188,242); }
H1.HeaderClassName
{
color: #F2BCF2;
}
.AnyTagClassName
{
color: #F2BCF2;
}
</style>
background-color css
<style>
a { background-color: #F2BCF2; }
a { background-color: rgb(242,188,242); }
div.DivClassName
{
background-color: #F2BCF2;
}
.BgClassName
{
background-color: #F2BCF2;
}
</style>
border-color css
<style>
span { border-color: #F2BCF2; }
span { border-color: rgb(242,188,242); }
td.TdClassName
{
border-color: #F2BCF2;
}
.TagClassName
{
border-color: #F2BCF2;
}
</style>