Shades of Mauve #F0B5FD
Tints of Mauve #F0B5FD
RGB
CMYK
RGB Variations
Color information
#F0B5FD (or 0xF0B5FD) is known color: Mauve. HEX triplet: F0, B5 and FD. RGB value is (240,181,253). Sum of RGB (Red+Green+Blue) = 240+181+253=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 181 (71.09% from 255 or 26.85% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5FD is #0F4A02. Grayscale: #CECECE. Windows color (decimal): -1001987 or 16627184. OLE color: 16627184.
HSL color Cylindrical-coordinate representation of color #F0B5FD: hue angle of 289.17º degrees, saturation: 0.95, 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 #F0B5FD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 181 | 253 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.01 |
| HSL | 289.17º | 0.95% | 0.85% | - |
| HSV(B) | 289.17º | 0.28% | 0.99% | - |
| XYZ | 70.19 | 58.66 | 100.55 | - |
| YUV | 206.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 253 | 0.05 | 0.28 | 0 | 0.01 | 289.17 | 0.95 | 0.85 |
| Hex | F0 | B5 | FD | 5 | 1C | 0 | 1 | 121 | 5F | 55 |
| Octal | 360 | 265 | 375 | 5 | 34 | 0 | 1 | 441 | 137 | 125 |
| Binary | 11110000 | 10110101 | 11111101 | 101 | 11100 | 0 | 1 | 100100001 | 1011111 | 1010101 |
Color Harmonies of #F0B5FD
Complementary color
Monochromatic Colors of #F0B5FD
Black with #F0B5FD
Text Example
Text Example
White with #F0B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5FD; }
p { color: rgb(240,181,253); }
H1.HeaderClassName
{
color: #F0B5FD;
}
.AnyTagClassName
{
color: #F0B5FD;
}
</style>
background-color css
<style>
a { background-color: #F0B5FD; }
a { background-color: rgb(240,181,253); }
div.DivClassName
{
background-color: #F0B5FD;
}
.BgClassName
{
background-color: #F0B5FD;
}
</style>
border-color css
<style>
span { border-color: #F0B5FD; }
span { border-color: rgb(240,181,253); }
td.TdClassName
{
border-color: #F0B5FD;
}
.TagClassName
{
border-color: #F0B5FD;
}
</style>