Shades of Snuff #F2BDF2
Tints of Snuff #F2BDF2
RGB
CMYK
RGB Variations
Color information
#F2BDF2 (or 0xF2BDF2) is known color: Snuff. HEX triplet: F2, BD and F2. RGB value is (242,189,242). Sum of RGB (Red+Green+Blue) = 242+189+242=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDF2 is #0D420D. Grayscale: #D2D2D2. Windows color (decimal): -868878 or 15908338. OLE color: 15908338.
HSL color Cylindrical-coordinate representation of color #F2BDF2: 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.22%. Process color model (Four color, CMYK) of #F2BDF2 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 189 | 242 | - |
CMYK | 0 | 0.22 | 0 | 0.05 |
HSL | 300º | 0.67% | 0.85% | - |
HSV(B) | 300º | 0.22% | 0.95% | - |
XYZ | 70.84 | 61.68 | 92.18 | - |
YUV | 210.89 | 145.56 | 150.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 189 | 242 | 0 | 0.22 | 0 | 0.05 | 300 | 0.67 | 0.85 |
Hex | F2 | BD | F2 | 0 | 16 | 0 | 5 | 12C | 43 | 55 |
Octal | 362 | 275 | 362 | 0 | 26 | 0 | 5 | 454 | 103 | 125 |
Binary | 11110010 | 10111101 | 11110010 | 0 | 10110 | 0 | 101 | 100101100 | 1000011 | 1010101 |
Color Harmonies of #F2BDF2
Complementary color
Monochromatic Colors of #F2BDF2
Black with #F2BDF2
Text Example
Text Example
White with #F2BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDF2; }
p { color: rgb(242,189,242); }
H1.HeaderClassName
{
color: #F2BDF2;
}
.AnyTagClassName
{
color: #F2BDF2;
}
</style>
background-color css
<style>
a { background-color: #F2BDF2; }
a { background-color: rgb(242,189,242); }
div.DivClassName
{
background-color: #F2BDF2;
}
.BgClassName
{
background-color: #F2BDF2;
}
</style>
border-color css
<style>
span { border-color: #F2BDF2; }
span { border-color: rgb(242,189,242); }
td.TdClassName
{
border-color: #F2BDF2;
}
.TagClassName
{
border-color: #F2BDF2;
}
</style>