Shades of Mauve #F2B9F9
Tints of Mauve #F2B9F9
RGB
CMYK
RGB Variations
Color information
#F2B9F9 (or 0xF2B9F9) is known color: Mauve. HEX triplet: F2, B9 and F9. RGB value is (242,185,249). Sum of RGB (Red+Green+Blue) = 242+185+249=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2B9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9F9 is #0D4606. Grayscale: #D1D1D1. Windows color (decimal): -869895 or 16366066. OLE color: 16366066.
HSL color Cylindrical-coordinate representation of color #F2B9F9: hue angle of 293.44º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B9F9 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 185 | 249 | - |
CMYK | 0.03 | 0.26 | 0 | 0.02 |
HSL | 293.44º | 0.84% | 0.85% | - |
HSV(B) | 293.44º | 0.26% | 0.98% | - |
XYZ | 71.07 | 60.41 | 97.54 | - |
YUV | 209.34 | 150.38 | 151.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 185 | 249 | 0.03 | 0.26 | 0 | 0.02 | 293.44 | 0.84 | 0.85 |
Hex | F2 | B9 | F9 | 3 | 1A | 0 | 2 | 125 | 54 | 55 |
Octal | 362 | 271 | 371 | 3 | 32 | 0 | 2 | 445 | 124 | 125 |
Binary | 11110010 | 10111001 | 11111001 | 11 | 11010 | 0 | 10 | 100100101 | 1010100 | 1010101 |
Color Harmonies of #F2B9F9
Complementary color
Monochromatic Colors of #F2B9F9
Black with #F2B9F9
Text Example
Text Example
White with #F2B9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9F9; }
p { color: rgb(242,185,249); }
H1.HeaderClassName
{
color: #F2B9F9;
}
.AnyTagClassName
{
color: #F2B9F9;
}
</style>
background-color css
<style>
a { background-color: #F2B9F9; }
a { background-color: rgb(242,185,249); }
div.DivClassName
{
background-color: #F2B9F9;
}
.BgClassName
{
background-color: #F2B9F9;
}
</style>
border-color css
<style>
span { border-color: #F2B9F9; }
span { border-color: rgb(242,185,249); }
td.TdClassName
{
border-color: #F2B9F9;
}
.TagClassName
{
border-color: #F2B9F9;
}
</style>