Shades of Snuff #F0BDF2
Tints of Snuff #F0BDF2
RGB
CMYK
RGB Variations
Color information
#F0BDF2 (or 0xF0BDF2) is known color: Snuff. HEX triplet: F0, BD and F2. RGB value is (240,189,242). Sum of RGB (Red+Green+Blue) = 240+189+242=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDF2 is #0F420D. Grayscale: #D2D2D2. Windows color (decimal): -999950 or 15908336. OLE color: 15908336.
HSL color Cylindrical-coordinate representation of color #F0BDF2: hue angle of 297.74º 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 #F0BDF2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 189 | 242 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.05 |
| HSL | 297.74º | 0.67% | 0.85% | - |
| HSV(B) | 297.74º | 0.22% | 0.95% | - |
| XYZ | 70.16 | 61.33 | 92.14 | - |
| YUV | 210.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 242 | 0.01 | 0.22 | 0 | 0.05 | 297.74 | 0.67 | 0.85 |
| Hex | F0 | BD | F2 | 1 | 16 | 0 | 5 | 12A | 43 | 55 |
| Octal | 360 | 275 | 362 | 1 | 26 | 0 | 5 | 452 | 103 | 125 |
| Binary | 11110000 | 10111101 | 11110010 | 1 | 10110 | 0 | 101 | 100101010 | 1000011 | 1010101 |
Color Harmonies of #F0BDF2
Complementary color
Monochromatic Colors of #F0BDF2
Black with #F0BDF2
Text Example
Text Example
White with #F0BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDF2; }
p { color: rgb(240,189,242); }
H1.HeaderClassName
{
color: #F0BDF2;
}
.AnyTagClassName
{
color: #F0BDF2;
}
</style>
background-color css
<style>
a { background-color: #F0BDF2; }
a { background-color: rgb(240,189,242); }
div.DivClassName
{
background-color: #F0BDF2;
}
.BgClassName
{
background-color: #F0BDF2;
}
</style>
border-color css
<style>
span { border-color: #F0BDF2; }
span { border-color: rgb(240,189,242); }
td.TdClassName
{
border-color: #F0BDF2;
}
.TagClassName
{
border-color: #F0BDF2;
}
</style>