Shades of Mauve #F5B3FF
Tints of Mauve #F5B3FF
RGB
CMYK
RGB Variations
Color information
#F5B3FF (or 0xF5B3FF) is known color: Mauve. HEX triplet: F5, B3 and FF. RGB value is (245,179,255). Sum of RGB (Red+Green+Blue) = 245+179+255=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 179 (70.31% from 255 or 26.36% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5B3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B3FF is #0A4C00. Grayscale: #CFCFCF. Windows color (decimal): -674817 or 16757749. OLE color: 16757749.
HSL color Cylindrical-coordinate representation of color #F5B3FF: hue angle of 292.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5B3FF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 179 | 255 | - |
| CMYK | 0.04 | 0.30 | 0 | 0 |
| HSL | 292.11º | 1% | 0.85% | - |
| HSV(B) | 292.11º | 0.3% | 1% | - |
| XYZ | 71.83 | 58.87 | 102.19 | - |
| YUV | 207.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 255 | 0.04 | 0.30 | 0 | 0 | 292.11 | 1 | 0.85 |
| Hex | F5 | B3 | FF | 4 | 1E | 0 | 0 | 124 | 64 | 55 |
| Octal | 365 | 263 | 377 | 4 | 36 | 0 | 0 | 444 | 144 | 125 |
| Binary | 11110101 | 10110011 | 11111111 | 100 | 11110 | 0 | 0 | 100100100 | 1100100 | 1010101 |
Color Harmonies of #F5B3FF
Complementary color
Monochromatic Colors of #F5B3FF
Black with #F5B3FF
Text Example
Text Example
White with #F5B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B3FF; }
p { color: rgb(245,179,255); }
H1.HeaderClassName
{
color: #F5B3FF;
}
.AnyTagClassName
{
color: #F5B3FF;
}
</style>
background-color css
<style>
a { background-color: #F5B3FF; }
a { background-color: rgb(245,179,255); }
div.DivClassName
{
background-color: #F5B3FF;
}
.BgClassName
{
background-color: #F5B3FF;
}
</style>
border-color css
<style>
span { border-color: #F5B3FF; }
span { border-color: rgb(245,179,255); }
td.TdClassName
{
border-color: #F5B3FF;
}
.TagClassName
{
border-color: #F5B3FF;
}
</style>