Shades of Mauve #F9B4FF
Tints of Mauve #F9B4FF
RGB
CMYK
RGB Variations
Color information
#F9B4FF (or 0xF9B4FF) is known color: Mauve. HEX triplet: F9, B4 and FF. RGB value is (249,180,255). Sum of RGB (Red+Green+Blue) = 249+180+255=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 180 (70.70% from 255 or 26.32% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B4FF is #064B00. Grayscale: #D0D0D0. Windows color (decimal): -412417 or 16758009. OLE color: 16758009.
HSL color Cylindrical-coordinate representation of color #F9B4FF: hue angle of 295.2º 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 #F9B4FF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 180 | 255 | - |
| CMYK | 0.02 | 0.29 | 0 | 0 |
| HSL | 295.2º | 1% | 0.85% | - |
| HSV(B) | 295.2º | 0.29% | 1% | - |
| XYZ | 73.44 | 60 | 102.32 | - |
| YUV | 209.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 255 | 0.02 | 0.29 | 0 | 0 | 295.2 | 1 | 0.85 |
| Hex | F9 | B4 | FF | 2 | 1D | 0 | 0 | 127 | 64 | 55 |
| Octal | 371 | 264 | 377 | 2 | 35 | 0 | 0 | 447 | 144 | 125 |
| Binary | 11111001 | 10110100 | 11111111 | 10 | 11101 | 0 | 0 | 100100111 | 1100100 | 1010101 |
Color Harmonies of #F9B4FF
Complementary color
Monochromatic Colors of #F9B4FF
Black with #F9B4FF
Text Example
Text Example
White with #F9B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B4FF; }
p { color: rgb(249,180,255); }
H1.HeaderClassName
{
color: #F9B4FF;
}
.AnyTagClassName
{
color: #F9B4FF;
}
</style>
background-color css
<style>
a { background-color: #F9B4FF; }
a { background-color: rgb(249,180,255); }
div.DivClassName
{
background-color: #F9B4FF;
}
.BgClassName
{
background-color: #F9B4FF;
}
</style>
border-color css
<style>
span { border-color: #F9B4FF; }
span { border-color: rgb(249,180,255); }
td.TdClassName
{
border-color: #F9B4FF;
}
.TagClassName
{
border-color: #F9B4FF;
}
</style>