Shades of Mauve #F0B2FD
Tints of Mauve #F0B2FD
RGB
CMYK
RGB Variations
Color information
#F0B2FD (or 0xF0B2FD) is known color: Mauve. HEX triplet: F0, B2 and FD. RGB value is (240,178,253). Sum of RGB (Red+Green+Blue) = 240+178+253=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2FD is #0F4D02. Grayscale: #CCCCCC. Windows color (decimal): -1002755 or 16626416. OLE color: 16626416.
HSL color Cylindrical-coordinate representation of color #F0B2FD: hue angle of 289.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B2FD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 178 | 253 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.01 |
| HSL | 289.6º | 0.95% | 0.85% | - |
| HSV(B) | 289.6º | 0.3% | 0.99% | - |
| XYZ | 69.59 | 57.46 | 100.35 | - |
| YUV | 205.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 253 | 0.05 | 0.30 | 0 | 0.01 | 289.6 | 0.95 | 0.85 |
| Hex | F0 | B2 | FD | 5 | 1E | 0 | 1 | 122 | 5F | 55 |
| Octal | 360 | 262 | 375 | 5 | 36 | 0 | 1 | 442 | 137 | 125 |
| Binary | 11110000 | 10110010 | 11111101 | 101 | 11110 | 0 | 1 | 100100010 | 1011111 | 1010101 |
Color Harmonies of #F0B2FD
Complementary color
Monochromatic Colors of #F0B2FD
Black with #F0B2FD
Text Example
Text Example
White with #F0B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2FD; }
p { color: rgb(240,178,253); }
H1.HeaderClassName
{
color: #F0B2FD;
}
.AnyTagClassName
{
color: #F0B2FD;
}
</style>
background-color css
<style>
a { background-color: #F0B2FD; }
a { background-color: rgb(240,178,253); }
div.DivClassName
{
background-color: #F0B2FD;
}
.BgClassName
{
background-color: #F0B2FD;
}
</style>
border-color css
<style>
span { border-color: #F0B2FD; }
span { border-color: rgb(240,178,253); }
td.TdClassName
{
border-color: #F0B2FD;
}
.TagClassName
{
border-color: #F0B2FD;
}
</style>