Shades of Mauve #F0B3FD
Tints of Mauve #F0B3FD
RGB
CMYK
RGB Variations
Color information
#F0B3FD (or 0xF0B3FD) is known color: Mauve. HEX triplet: F0, B3 and FD. RGB value is (240,179,253). Sum of RGB (Red+Green+Blue) = 240+179+253=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3FD is #0F4C02. Grayscale: #CDCDCD. Windows color (decimal): -1002499 or 16626672. OLE color: 16626672.
HSL color Cylindrical-coordinate representation of color #F0B3FD: hue angle of 289.46º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B3FD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 179 | 253 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.01 |
| HSL | 289.46º | 0.95% | 0.85% | - |
| HSV(B) | 289.46º | 0.29% | 0.99% | - |
| XYZ | 69.78 | 57.86 | 100.42 | - |
| YUV | 205.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 253 | 0.05 | 0.29 | 0 | 0.01 | 289.46 | 0.95 | 0.85 |
| Hex | F0 | B3 | FD | 5 | 1D | 0 | 1 | 121 | 5F | 55 |
| Octal | 360 | 263 | 375 | 5 | 35 | 0 | 1 | 441 | 137 | 125 |
| Binary | 11110000 | 10110011 | 11111101 | 101 | 11101 | 0 | 1 | 100100001 | 1011111 | 1010101 |
Color Harmonies of #F0B3FD
Complementary color
Monochromatic Colors of #F0B3FD
Black with #F0B3FD
Text Example
Text Example
White with #F0B3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3FD; }
p { color: rgb(240,179,253); }
H1.HeaderClassName
{
color: #F0B3FD;
}
.AnyTagClassName
{
color: #F0B3FD;
}
</style>
background-color css
<style>
a { background-color: #F0B3FD; }
a { background-color: rgb(240,179,253); }
div.DivClassName
{
background-color: #F0B3FD;
}
.BgClassName
{
background-color: #F0B3FD;
}
</style>
border-color css
<style>
span { border-color: #F0B3FD; }
span { border-color: rgb(240,179,253); }
td.TdClassName
{
border-color: #F0B3FD;
}
.TagClassName
{
border-color: #F0B3FD;
}
</style>