Shades of Mauve #F9B9FF
Tints of Mauve #F9B9FF
RGB
CMYK
RGB Variations
Color information
#F9B9FF (or 0xF9B9FF) is known color: Mauve. HEX triplet: F9, B9 and FF. RGB value is (249,185,255). Sum of RGB (Red+Green+Blue) = 249+185+255=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 185 (72.66% from 255 or 26.85% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9B9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B9FF is #064600. Grayscale: #D3D3D3. Windows color (decimal): -411137 or 16759289. OLE color: 16759289.
HSL color Cylindrical-coordinate representation of color #F9B9FF: hue angle of 294.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B9FF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 185 | 255 | - |
| CMYK | 0.02 | 0.27 | 0 | 0 |
| HSL | 294.86º | 1% | 0.86% | - |
| HSV(B) | 294.86º | 0.27% | 1% | - |
| XYZ | 74.47 | 62.06 | 102.66 | - |
| YUV | 212.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 255 | 0.02 | 0.27 | 0 | 0 | 294.86 | 1 | 0.86 |
| Hex | F9 | B9 | FF | 2 | 1B | 0 | 0 | 127 | 64 | 56 |
| Octal | 371 | 271 | 377 | 2 | 33 | 0 | 0 | 447 | 144 | 126 |
| Binary | 11111001 | 10111001 | 11111111 | 10 | 11011 | 0 | 0 | 100100111 | 1100100 | 1010110 |
Color Harmonies of #F9B9FF
Complementary color
Monochromatic Colors of #F9B9FF
Black with #F9B9FF
Text Example
Text Example
White with #F9B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B9FF; }
p { color: rgb(249,185,255); }
H1.HeaderClassName
{
color: #F9B9FF;
}
.AnyTagClassName
{
color: #F9B9FF;
}
</style>
background-color css
<style>
a { background-color: #F9B9FF; }
a { background-color: rgb(249,185,255); }
div.DivClassName
{
background-color: #F9B9FF;
}
.BgClassName
{
background-color: #F9B9FF;
}
</style>
border-color css
<style>
span { border-color: #F9B9FF; }
span { border-color: rgb(249,185,255); }
td.TdClassName
{
border-color: #F9B9FF;
}
.TagClassName
{
border-color: #F9B9FF;
}
</style>