Shades of Snuff #F2BDF1
Tints of Snuff #F2BDF1
RGB
CMYK
RGB Variations
Color information
#F2BDF1 (or 0xF2BDF1) is known color: Snuff. HEX triplet: F2, BD and F1. RGB value is (242,189,241). Sum of RGB (Red+Green+Blue) = 242+189+241=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDF1 is #0D420E. Grayscale: #D2D2D2. Windows color (decimal): -868879 or 15842802. OLE color: 15842802.
HSL color Cylindrical-coordinate representation of color #F2BDF1: hue angle of 301.13º degrees, saturation: 0.67, 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 #F2BDF1 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 241 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.05 |
| HSL | 301.13º | 0.67% | 0.85% | - |
| HSV(B) | 301.13º | 0.22% | 0.95% | - |
| XYZ | 70.69 | 61.62 | 91.39 | - |
| YUV | 210.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 241 | 0 | 0.22 | 0.00 | 0.05 | 301.13 | 0.67 | 0.85 |
| Hex | F2 | BD | F1 | 0 | 16 | 0 | 5 | 12D | 43 | 55 |
| Octal | 362 | 275 | 361 | 0 | 26 | 0 | 5 | 455 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11110001 | 0 | 10110 | 0 | 101 | 100101101 | 1000011 | 1010101 |
Color Harmonies of #F2BDF1
Complementary color
Monochromatic Colors of #F2BDF1
Black with #F2BDF1
Text Example
Text Example
White with #F2BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDF1; }
p { color: rgb(242,189,241); }
H1.HeaderClassName
{
color: #F2BDF1;
}
.AnyTagClassName
{
color: #F2BDF1;
}
</style>
background-color css
<style>
a { background-color: #F2BDF1; }
a { background-color: rgb(242,189,241); }
div.DivClassName
{
background-color: #F2BDF1;
}
.BgClassName
{
background-color: #F2BDF1;
}
</style>
border-color css
<style>
span { border-color: #F2BDF1; }
span { border-color: rgb(242,189,241); }
td.TdClassName
{
border-color: #F2BDF1;
}
.TagClassName
{
border-color: #F2BDF1;
}
</style>