Shades of Mauve #F0B5FF
Tints of Mauve #F0B5FF
RGB
CMYK
RGB Variations
Color information
#F0B5FF (or 0xF0B5FF) is known color: Mauve. HEX triplet: F0, B5 and FF. RGB value is (240,181,255). Sum of RGB (Red+Green+Blue) = 240+181+255=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 181 (71.09% from 255 or 26.78% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0B5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5FF is #0F4A00. Grayscale: #CECECE. Windows color (decimal): -1001985 or 16758256. OLE color: 16758256.
HSL color Cylindrical-coordinate representation of color #F0B5FF: hue angle of 287.84º 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 #F0B5FF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 181 | 255 | - |
| CMYK | 0.06 | 0.29 | 0 | 0 |
| HSL | 287.84º | 1% | 0.85% | - |
| HSV(B) | 287.84º | 0.29% | 1% | - |
| XYZ | 70.51 | 58.79 | 102.24 | - |
| YUV | 207.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 255 | 0.06 | 0.29 | 0 | 0 | 287.84 | 1 | 0.85 |
| Hex | F0 | B5 | FF | 6 | 1D | 0 | 0 | 120 | 64 | 55 |
| Octal | 360 | 265 | 377 | 6 | 35 | 0 | 0 | 440 | 144 | 125 |
| Binary | 11110000 | 10110101 | 11111111 | 110 | 11101 | 0 | 0 | 100100000 | 1100100 | 1010101 |
Color Harmonies of #F0B5FF
Complementary color
Monochromatic Colors of #F0B5FF
Black with #F0B5FF
Text Example
Text Example
White with #F0B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5FF; }
p { color: rgb(240,181,255); }
H1.HeaderClassName
{
color: #F0B5FF;
}
.AnyTagClassName
{
color: #F0B5FF;
}
</style>
background-color css
<style>
a { background-color: #F0B5FF; }
a { background-color: rgb(240,181,255); }
div.DivClassName
{
background-color: #F0B5FF;
}
.BgClassName
{
background-color: #F0B5FF;
}
</style>
border-color css
<style>
span { border-color: #F0B5FF; }
span { border-color: rgb(240,181,255); }
td.TdClassName
{
border-color: #F0B5FF;
}
.TagClassName
{
border-color: #F0B5FF;
}
</style>