Shades of Mauve #F0ACFD
Tints of Mauve #F0ACFD
RGB
CMYK
RGB Variations
Color information
#F0ACFD (or 0xF0ACFD) is known color: Mauve. HEX triplet: F0, AC and FD. RGB value is (240,172,253). Sum of RGB (Red+Green+Blue) = 240+172+253=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACFD is #0F5302. Grayscale: #C9C9C9. Windows color (decimal): -1004291 or 16624880. OLE color: 16624880.
HSL color Cylindrical-coordinate representation of color #F0ACFD: hue angle of 290.37º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0ACFD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 172 | 253 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.01 |
| HSL | 290.37º | 0.95% | 0.83% | - |
| HSV(B) | 290.37º | 0.32% | 0.99% | - |
| XYZ | 68.42 | 55.12 | 99.96 | - |
| YUV | 201.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 253 | 0.05 | 0.32 | 0 | 0.01 | 290.37 | 0.95 | 0.83 |
| Hex | F0 | AC | FD | 5 | 20 | 0 | 1 | 122 | 5F | 53 |
| Octal | 360 | 254 | 375 | 5 | 40 | 0 | 1 | 442 | 137 | 123 |
| Binary | 11110000 | 10101100 | 11111101 | 101 | 100000 | 0 | 1 | 100100010 | 1011111 | 1010011 |
Color Harmonies of #F0ACFD
Complementary color
Monochromatic Colors of #F0ACFD
Black with #F0ACFD
Text Example
Text Example
White with #F0ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACFD; }
p { color: rgb(240,172,253); }
H1.HeaderClassName
{
color: #F0ACFD;
}
.AnyTagClassName
{
color: #F0ACFD;
}
</style>
background-color css
<style>
a { background-color: #F0ACFD; }
a { background-color: rgb(240,172,253); }
div.DivClassName
{
background-color: #F0ACFD;
}
.BgClassName
{
background-color: #F0ACFD;
}
</style>
border-color css
<style>
span { border-color: #F0ACFD; }
span { border-color: rgb(240,172,253); }
td.TdClassName
{
border-color: #F0ACFD;
}
.TagClassName
{
border-color: #F0ACFD;
}
</style>