Shades of Mauve #F0A8FD
Tints of Mauve #F0A8FD
RGB
CMYK
RGB Variations
Color information
#F0A8FD (or 0xF0A8FD) is known color: Mauve. HEX triplet: F0, A8 and FD. RGB value is (240,168,253). Sum of RGB (Red+Green+Blue) = 240+168+253=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 168 (66.02% from 255 or 25.42% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8FD is #0F5702. Grayscale: #C6C6C6. Windows color (decimal): -1005315 or 16623856. OLE color: 16623856.
HSL color Cylindrical-coordinate representation of color #F0A8FD: hue angle of 290.82º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A8FD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 168 | 253 | - |
CMYK | 0.05 | 0.34 | 0 | 0.01 |
HSL | 290.82º | 0.96% | 0.83% | - |
HSV(B) | 290.82º | 0.34% | 0.99% | - |
XYZ | 67.67 | 53.62 | 99.71 | - |
YUV | 199.22 | 158.35 | 157.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 168 | 253 | 0.05 | 0.34 | 0 | 0.01 | 290.82 | 0.96 | 0.83 |
Hex | F0 | A8 | FD | 5 | 22 | 0 | 1 | 123 | 60 | 53 |
Octal | 360 | 250 | 375 | 5 | 42 | 0 | 1 | 443 | 140 | 123 |
Binary | 11110000 | 10101000 | 11111101 | 101 | 100010 | 0 | 1 | 100100011 | 1100000 | 1010011 |
Color Harmonies of #F0A8FD
Complementary color
Monochromatic Colors of #F0A8FD
Black with #F0A8FD
Text Example
Text Example
White with #F0A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8FD; }
p { color: rgb(240,168,253); }
H1.HeaderClassName
{
color: #F0A8FD;
}
.AnyTagClassName
{
color: #F0A8FD;
}
</style>
background-color css
<style>
a { background-color: #F0A8FD; }
a { background-color: rgb(240,168,253); }
div.DivClassName
{
background-color: #F0A8FD;
}
.BgClassName
{
background-color: #F0A8FD;
}
</style>
border-color css
<style>
span { border-color: #F0A8FD; }
span { border-color: rgb(240,168,253); }
td.TdClassName
{
border-color: #F0A8FD;
}
.TagClassName
{
border-color: #F0A8FD;
}
</style>