Shades of Mauve #F0B5F5
Tints of Mauve #F0B5F5
RGB
CMYK
RGB Variations
Color information
#F0B5F5 (or 0xF0B5F5) is known color: Mauve. HEX triplet: F0, B5 and F5. RGB value is (240,181,245). Sum of RGB (Red+Green+Blue) = 240+181+245=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0B5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5F5 is #0F4A0A. Grayscale: #CDCDCD. Windows color (decimal): -1001995 or 16102896. OLE color: 16102896.
HSL color Cylindrical-coordinate representation of color #F0B5F5: hue angle of 295.31º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B5F5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 181 | 245 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.04 |
| HSL | 295.31º | 0.76% | 0.84% | - |
| HSV(B) | 295.31º | 0.26% | 0.96% | - |
| XYZ | 68.94 | 58.17 | 93.98 | - |
| YUV | 205.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 245 | 0.02 | 0.26 | 0 | 0.04 | 295.31 | 0.76 | 0.84 |
| Hex | F0 | B5 | F5 | 2 | 1A | 0 | 4 | 127 | 4C | 54 |
| Octal | 360 | 265 | 365 | 2 | 32 | 0 | 4 | 447 | 114 | 124 |
| Binary | 11110000 | 10110101 | 11110101 | 10 | 11010 | 0 | 100 | 100100111 | 1001100 | 1010100 |
Color Harmonies of #F0B5F5
Complementary color
Monochromatic Colors of #F0B5F5
Black with #F0B5F5
Text Example
Text Example
White with #F0B5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5F5; }
p { color: rgb(240,181,245); }
H1.HeaderClassName
{
color: #F0B5F5;
}
.AnyTagClassName
{
color: #F0B5F5;
}
</style>
background-color css
<style>
a { background-color: #F0B5F5; }
a { background-color: rgb(240,181,245); }
div.DivClassName
{
background-color: #F0B5F5;
}
.BgClassName
{
background-color: #F0B5F5;
}
</style>
border-color css
<style>
span { border-color: #F0B5F5; }
span { border-color: rgb(240,181,245); }
td.TdClassName
{
border-color: #F0B5F5;
}
.TagClassName
{
border-color: #F0B5F5;
}
</style>