Shades of Mauve #F9B2FE
Tints of Mauve #F9B2FE
RGB
CMYK
RGB Variations
Color information
#F9B2FE (or 0xF9B2FE) is known color: Mauve. HEX triplet: F9, B2 and FE. RGB value is (249,178,254). Sum of RGB (Red+Green+Blue) = 249+178+254=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 178 (69.92% from 255 or 26.14% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9B2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B2FE is #064D01. Grayscale: #CFCFCF. Windows color (decimal): -412930 or 16691961. OLE color: 16691961.
HSL color Cylindrical-coordinate representation of color #F9B2FE: hue angle of 296.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9B2FE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 178 | 254 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.00 |
| HSL | 296.05º | 0.97% | 0.85% | - |
| HSV(B) | 296.05º | 0.3% | 1% | - |
| XYZ | 72.88 | 59.14 | 101.34 | - |
| YUV | 207.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 254 | 0.02 | 0.30 | 0 | 0.00 | 296.05 | 0.97 | 0.85 |
| Hex | F9 | B2 | FE | 2 | 1E | 0 | 0 | 128 | 61 | 55 |
| Octal | 371 | 262 | 376 | 2 | 36 | 0 | 0 | 450 | 141 | 125 |
| Binary | 11111001 | 10110010 | 11111110 | 10 | 11110 | 0 | 0 | 100101000 | 1100001 | 1010101 |
Color Harmonies of #F9B2FE
Complementary color
Monochromatic Colors of #F9B2FE
Black with #F9B2FE
Text Example
Text Example
White with #F9B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B2FE; }
p { color: rgb(249,178,254); }
H1.HeaderClassName
{
color: #F9B2FE;
}
.AnyTagClassName
{
color: #F9B2FE;
}
</style>
background-color css
<style>
a { background-color: #F9B2FE; }
a { background-color: rgb(249,178,254); }
div.DivClassName
{
background-color: #F9B2FE;
}
.BgClassName
{
background-color: #F9B2FE;
}
</style>
border-color css
<style>
span { border-color: #F9B2FE; }
span { border-color: rgb(249,178,254); }
td.TdClassName
{
border-color: #F9B2FE;
}
.TagClassName
{
border-color: #F9B2FE;
}
</style>