Shades of Mauve #F0B2FF
Tints of Mauve #F0B2FF
RGB
CMYK
RGB Variations
Color information
#F0B2FF (or 0xF0B2FF) is known color: Mauve. HEX triplet: F0, B2 and FF. RGB value is (240,178,255). Sum of RGB (Red+Green+Blue) = 240+178+255=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 178 (69.92% from 255 or 26.45% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0B2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2FF is #0F4D00. Grayscale: #CDCDCD. Windows color (decimal): -1002753 or 16757488. OLE color: 16757488.
HSL color Cylindrical-coordinate representation of color #F0B2FF: hue angle of 288.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B2FF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 178 | 255 | - |
| CMYK | 0.06 | 0.30 | 0 | 0 |
| HSL | 288.31º | 1% | 0.85% | - |
| HSV(B) | 288.31º | 0.3% | 1% | - |
| XYZ | 69.91 | 57.59 | 102.04 | - |
| YUV | 205.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 255 | 0.06 | 0.30 | 0 | 0 | 288.31 | 1 | 0.85 |
| Hex | F0 | B2 | FF | 6 | 1E | 0 | 0 | 120 | 64 | 55 |
| Octal | 360 | 262 | 377 | 6 | 36 | 0 | 0 | 440 | 144 | 125 |
| Binary | 11110000 | 10110010 | 11111111 | 110 | 11110 | 0 | 0 | 100100000 | 1100100 | 1010101 |
Color Harmonies of #F0B2FF
Complementary color
Monochromatic Colors of #F0B2FF
Black with #F0B2FF
Text Example
Text Example
White with #F0B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2FF; }
p { color: rgb(240,178,255); }
H1.HeaderClassName
{
color: #F0B2FF;
}
.AnyTagClassName
{
color: #F0B2FF;
}
</style>
background-color css
<style>
a { background-color: #F0B2FF; }
a { background-color: rgb(240,178,255); }
div.DivClassName
{
background-color: #F0B2FF;
}
.BgClassName
{
background-color: #F0B2FF;
}
</style>
border-color css
<style>
span { border-color: #F0B2FF; }
span { border-color: rgb(240,178,255); }
td.TdClassName
{
border-color: #F0B2FF;
}
.TagClassName
{
border-color: #F0B2FF;
}
</style>