Shades of Mauve #F0A8FB
Tints of Mauve #F0A8FB
RGB
CMYK
RGB Variations
Color information
#F0A8FB (or 0xF0A8FB) is known color: Mauve. HEX triplet: F0, A8 and FB. RGB value is (240,168,251). Sum of RGB (Red+Green+Blue) = 240+168+251=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0A8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8FB is #0F5704. Grayscale: #C6C6C6. Windows color (decimal): -1005317 or 16492784. OLE color: 16492784.
HSL color Cylindrical-coordinate representation of color #F0A8FB: hue angle of 292.05º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A8FB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 168 | 251 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.02 |
| HSL | 292.05º | 0.91% | 0.82% | - |
| HSV(B) | 292.05º | 0.33% | 0.98% | - |
| XYZ | 67.35 | 53.5 | 98.04 | - |
| YUV | 198.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 251 | 0.04 | 0.33 | 0 | 0.02 | 292.05 | 0.91 | 0.82 |
| Hex | F0 | A8 | FB | 4 | 21 | 0 | 2 | 124 | 5B | 52 |
| Octal | 360 | 250 | 373 | 4 | 41 | 0 | 2 | 444 | 133 | 122 |
| Binary | 11110000 | 10101000 | 11111011 | 100 | 100001 | 0 | 10 | 100100100 | 1011011 | 1010010 |
Color Harmonies of #F0A8FB
Complementary color
Monochromatic Colors of #F0A8FB
Black with #F0A8FB
Text Example
Text Example
White with #F0A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8FB; }
p { color: rgb(240,168,251); }
H1.HeaderClassName
{
color: #F0A8FB;
}
.AnyTagClassName
{
color: #F0A8FB;
}
</style>
background-color css
<style>
a { background-color: #F0A8FB; }
a { background-color: rgb(240,168,251); }
div.DivClassName
{
background-color: #F0A8FB;
}
.BgClassName
{
background-color: #F0A8FB;
}
</style>
border-color css
<style>
span { border-color: #F0A8FB; }
span { border-color: rgb(240,168,251); }
td.TdClassName
{
border-color: #F0A8FB;
}
.TagClassName
{
border-color: #F0A8FB;
}
</style>