Shades of Mauve #F0ACFF
Tints of Mauve #F0ACFF
RGB
CMYK
RGB Variations
Color information
#F0ACFF (or 0xF0ACFF) is known color: Mauve. HEX triplet: F0, AC and FF. RGB value is (240,172,255). Sum of RGB (Red+Green+Blue) = 240+172+255=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACFF is #0F5300. Grayscale: #C9C9C9. Windows color (decimal): -1004289 or 16755952. OLE color: 16755952.
HSL color Cylindrical-coordinate representation of color #F0ACFF: hue angle of 289.16º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0ACFF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 172 | 255 | - |
| CMYK | 0.06 | 0.33 | 0 | 0 |
| HSL | 289.16º | 1% | 0.84% | - |
| HSV(B) | 289.16º | 0.33% | 1% | - |
| XYZ | 68.74 | 55.25 | 101.65 | - |
| YUV | 201.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 255 | 0.06 | 0.33 | 0 | 0 | 289.16 | 1 | 0.84 |
| Hex | F0 | AC | FF | 6 | 21 | 0 | 0 | 121 | 64 | 54 |
| Octal | 360 | 254 | 377 | 6 | 41 | 0 | 0 | 441 | 144 | 124 |
| Binary | 11110000 | 10101100 | 11111111 | 110 | 100001 | 0 | 0 | 100100001 | 1100100 | 1010100 |
Color Harmonies of #F0ACFF
Complementary color
Monochromatic Colors of #F0ACFF
Black with #F0ACFF
Text Example
Text Example
White with #F0ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACFF; }
p { color: rgb(240,172,255); }
H1.HeaderClassName
{
color: #F0ACFF;
}
.AnyTagClassName
{
color: #F0ACFF;
}
</style>
background-color css
<style>
a { background-color: #F0ACFF; }
a { background-color: rgb(240,172,255); }
div.DivClassName
{
background-color: #F0ACFF;
}
.BgClassName
{
background-color: #F0ACFF;
}
</style>
border-color css
<style>
span { border-color: #F0ACFF; }
span { border-color: rgb(240,172,255); }
td.TdClassName
{
border-color: #F0ACFF;
}
.TagClassName
{
border-color: #F0ACFF;
}
</style>