Shades of Mauve #F0B7FD
Tints of Mauve #F0B7FD
RGB
CMYK
RGB Variations
Color information
#F0B7FD (or 0xF0B7FD) is known color: Mauve. HEX triplet: F0, B7 and FD. RGB value is (240,183,253). Sum of RGB (Red+Green+Blue) = 240+183+253=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 183 (71.88% from 255 or 27.07% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B7FD is #0F4802. Grayscale: #CFCFCF. Windows color (decimal): -1001475 or 16627696. OLE color: 16627696.
HSL color Cylindrical-coordinate representation of color #F0B7FD: hue angle of 288.86º 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 #F0B7FD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 183 | 253 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.01 |
| HSL | 288.86º | 0.95% | 0.85% | - |
| HSV(B) | 288.86º | 0.28% | 0.99% | - |
| XYZ | 70.6 | 59.48 | 100.69 | - |
| YUV | 208.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 253 | 0.05 | 0.28 | 0 | 0.01 | 288.86 | 0.95 | 0.85 |
| Hex | F0 | B7 | FD | 5 | 1C | 0 | 1 | 121 | 5F | 55 |
| Octal | 360 | 267 | 375 | 5 | 34 | 0 | 1 | 441 | 137 | 125 |
| Binary | 11110000 | 10110111 | 11111101 | 101 | 11100 | 0 | 1 | 100100001 | 1011111 | 1010101 |
Color Harmonies of #F0B7FD
Complementary color
Monochromatic Colors of #F0B7FD
Black with #F0B7FD
Text Example
Text Example
White with #F0B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7FD; }
p { color: rgb(240,183,253); }
H1.HeaderClassName
{
color: #F0B7FD;
}
.AnyTagClassName
{
color: #F0B7FD;
}
</style>
background-color css
<style>
a { background-color: #F0B7FD; }
a { background-color: rgb(240,183,253); }
div.DivClassName
{
background-color: #F0B7FD;
}
.BgClassName
{
background-color: #F0B7FD;
}
</style>
border-color css
<style>
span { border-color: #F0B7FD; }
span { border-color: rgb(240,183,253); }
td.TdClassName
{
border-color: #F0B7FD;
}
.TagClassName
{
border-color: #F0B7FD;
}
</style>