Shades of Mauve #F0AFFB
Tints of Mauve #F0AFFB
RGB
CMYK
RGB Variations
Color information
#F0AFFB (or 0xF0AFFB) is known color: Mauve. HEX triplet: F0, AF and FB. RGB value is (240,175,251). Sum of RGB (Red+Green+Blue) = 240+175+251=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0AFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFFB is #0F5004. Grayscale: #CACACA. Windows color (decimal): -1003525 or 16494576. OLE color: 16494576.
HSL color Cylindrical-coordinate representation of color #F0AFFB: hue angle of 291.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AFFB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 175 | 251 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.02 |
| HSL | 291.32º | 0.9% | 0.84% | - |
| HSV(B) | 291.32º | 0.3% | 0.98% | - |
| XYZ | 68.68 | 56.15 | 98.49 | - |
| YUV | 203.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 251 | 0.04 | 0.30 | 0 | 0.02 | 291.32 | 0.9 | 0.84 |
| Hex | F0 | AF | FB | 4 | 1E | 0 | 2 | 123 | 5A | 54 |
| Octal | 360 | 257 | 373 | 4 | 36 | 0 | 2 | 443 | 132 | 124 |
| Binary | 11110000 | 10101111 | 11111011 | 100 | 11110 | 0 | 10 | 100100011 | 1011010 | 1010100 |
Color Harmonies of #F0AFFB
Complementary color
Monochromatic Colors of #F0AFFB
Black with #F0AFFB
Text Example
Text Example
White with #F0AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFFB; }
p { color: rgb(240,175,251); }
H1.HeaderClassName
{
color: #F0AFFB;
}
.AnyTagClassName
{
color: #F0AFFB;
}
</style>
background-color css
<style>
a { background-color: #F0AFFB; }
a { background-color: rgb(240,175,251); }
div.DivClassName
{
background-color: #F0AFFB;
}
.BgClassName
{
background-color: #F0AFFB;
}
</style>
border-color css
<style>
span { border-color: #F0AFFB; }
span { border-color: rgb(240,175,251); }
td.TdClassName
{
border-color: #F0AFFB;
}
.TagClassName
{
border-color: #F0AFFB;
}
</style>