Shades of Mauve #F0A8FF
Tints of Mauve #F0A8FF
RGB
CMYK
RGB Variations
Color information
#F0A8FF (or 0xF0A8FF) is known color: Mauve. HEX triplet: F0, A8 and FF. RGB value is (240,168,255). Sum of RGB (Red+Green+Blue) = 240+168+255=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8FF is #0F5700. Grayscale: #C7C7C7. Windows color (decimal): -1005313 or 16754928. OLE color: 16754928.
HSL color Cylindrical-coordinate representation of color #F0A8FF: hue angle of 289.66º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A8FF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 168 | 255 | - |
| CMYK | 0.06 | 0.34 | 0 | 0 |
| HSL | 289.66º | 1% | 0.83% | - |
| HSV(B) | 289.66º | 0.34% | 1% | - |
| XYZ | 67.99 | 53.75 | 101.4 | - |
| YUV | 199.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 255 | 0.06 | 0.34 | 0 | 0 | 289.66 | 1 | 0.83 |
| Hex | F0 | A8 | FF | 6 | 22 | 0 | 0 | 122 | 64 | 53 |
| Octal | 360 | 250 | 377 | 6 | 42 | 0 | 0 | 442 | 144 | 123 |
| Binary | 11110000 | 10101000 | 11111111 | 110 | 100010 | 0 | 0 | 100100010 | 1100100 | 1010011 |
Color Harmonies of #F0A8FF
Complementary color
Monochromatic Colors of #F0A8FF
Black with #F0A8FF
Text Example
Text Example
White with #F0A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8FF; }
p { color: rgb(240,168,255); }
H1.HeaderClassName
{
color: #F0A8FF;
}
.AnyTagClassName
{
color: #F0A8FF;
}
</style>
background-color css
<style>
a { background-color: #F0A8FF; }
a { background-color: rgb(240,168,255); }
div.DivClassName
{
background-color: #F0A8FF;
}
.BgClassName
{
background-color: #F0A8FF;
}
</style>
border-color css
<style>
span { border-color: #F0A8FF; }
span { border-color: rgb(240,168,255); }
td.TdClassName
{
border-color: #F0A8FF;
}
.TagClassName
{
border-color: #F0A8FF;
}
</style>