Shades of Mauve #F9B5FF
Tints of Mauve #F9B5FF
RGB
CMYK
RGB Variations
Color information
#F9B5FF (or 0xF9B5FF) is known color: Mauve. HEX triplet: F9, B5 and FF. RGB value is (249,181,255). Sum of RGB (Red+Green+Blue) = 249+181+255=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 181 (71.09% from 255 or 26.42% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9B5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B5FF is #064A00. Grayscale: #D1D1D1. Windows color (decimal): -412161 or 16758265. OLE color: 16758265.
HSL color Cylindrical-coordinate representation of color #F9B5FF: hue angle of 295.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B5FF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 181 | 255 | - |
| CMYK | 0.02 | 0.29 | 0 | 0 |
| HSL | 295.14º | 1% | 0.85% | - |
| HSV(B) | 295.14º | 0.29% | 1% | - |
| XYZ | 73.64 | 60.41 | 102.39 | - |
| YUV | 209.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 181 | 255 | 0.02 | 0.29 | 0 | 0 | 295.14 | 1 | 0.85 |
| Hex | F9 | B5 | FF | 2 | 1D | 0 | 0 | 127 | 64 | 55 |
| Octal | 371 | 265 | 377 | 2 | 35 | 0 | 0 | 447 | 144 | 125 |
| Binary | 11111001 | 10110101 | 11111111 | 10 | 11101 | 0 | 0 | 100100111 | 1100100 | 1010101 |
Color Harmonies of #F9B5FF
Complementary color
Monochromatic Colors of #F9B5FF
Black with #F9B5FF
Text Example
Text Example
White with #F9B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B5FF; }
p { color: rgb(249,181,255); }
H1.HeaderClassName
{
color: #F9B5FF;
}
.AnyTagClassName
{
color: #F9B5FF;
}
</style>
background-color css
<style>
a { background-color: #F9B5FF; }
a { background-color: rgb(249,181,255); }
div.DivClassName
{
background-color: #F9B5FF;
}
.BgClassName
{
background-color: #F9B5FF;
}
</style>
border-color css
<style>
span { border-color: #F9B5FF; }
span { border-color: rgb(249,181,255); }
td.TdClassName
{
border-color: #F9B5FF;
}
.TagClassName
{
border-color: #F9B5FF;
}
</style>