Shades of Mauve #F0B5FC
Tints of Mauve #F0B5FC
RGB
CMYK
RGB Variations
Color information
#F0B5FC (or 0xF0B5FC) is known color: Mauve. HEX triplet: F0, B5 and FC. RGB value is (240,181,252). Sum of RGB (Red+Green+Blue) = 240+181+252=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 181 (71.09% from 255 or 26.89% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5FC is #0F4A03. Grayscale: #CECECE. Windows color (decimal): -1001988 or 16561648. OLE color: 16561648.
HSL color Cylindrical-coordinate representation of color #F0B5FC: hue angle of 289.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B5FC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 181 | 252 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.01 |
| HSL | 289.86º | 0.92% | 0.85% | - |
| HSV(B) | 289.86º | 0.28% | 0.99% | - |
| XYZ | 70.03 | 58.6 | 99.72 | - |
| YUV | 206.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 252 | 0.05 | 0.28 | 0 | 0.01 | 289.86 | 0.92 | 0.85 |
| Hex | F0 | B5 | FC | 5 | 1C | 0 | 1 | 122 | 5C | 55 |
| Octal | 360 | 265 | 374 | 5 | 34 | 0 | 1 | 442 | 134 | 125 |
| Binary | 11110000 | 10110101 | 11111100 | 101 | 11100 | 0 | 1 | 100100010 | 1011100 | 1010101 |
Color Harmonies of #F0B5FC
Complementary color
Monochromatic Colors of #F0B5FC
Black with #F0B5FC
Text Example
Text Example
White with #F0B5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5FC; }
p { color: rgb(240,181,252); }
H1.HeaderClassName
{
color: #F0B5FC;
}
.AnyTagClassName
{
color: #F0B5FC;
}
</style>
background-color css
<style>
a { background-color: #F0B5FC; }
a { background-color: rgb(240,181,252); }
div.DivClassName
{
background-color: #F0B5FC;
}
.BgClassName
{
background-color: #F0B5FC;
}
</style>
border-color css
<style>
span { border-color: #F0B5FC; }
span { border-color: rgb(240,181,252); }
td.TdClassName
{
border-color: #F0B5FC;
}
.TagClassName
{
border-color: #F0B5FC;
}
</style>