Shades of Mauve #F5A8FD
Tints of Mauve #F5A8FD
RGB
CMYK
RGB Variations
Color information
#F5A8FD (or 0xF5A8FD) is known color: Mauve. HEX triplet: F5, A8 and FD. RGB value is (245,168,253). Sum of RGB (Red+Green+Blue) = 245+168+253=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 168 (66.02% from 255 or 25.23% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A8FD is #0A5702. Grayscale: #C8C8C8. Windows color (decimal): -677635 or 16623861. OLE color: 16623861.
HSL color Cylindrical-coordinate representation of color #F5A8FD: hue angle of 294.35º 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 #F5A8FD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 168 | 253 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.01 |
| HSL | 294.35º | 0.96% | 0.83% | - |
| HSV(B) | 294.35º | 0.34% | 0.99% | - |
| XYZ | 69.39 | 54.51 | 99.79 | - |
| YUV | 200.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 253 | 0.03 | 0.34 | 0 | 0.01 | 294.35 | 0.96 | 0.83 |
| Hex | F5 | A8 | FD | 3 | 22 | 0 | 1 | 126 | 60 | 53 |
| Octal | 365 | 250 | 375 | 3 | 42 | 0 | 1 | 446 | 140 | 123 |
| Binary | 11110101 | 10101000 | 11111101 | 11 | 100010 | 0 | 1 | 100100110 | 1100000 | 1010011 |
Color Harmonies of #F5A8FD
Complementary color
Monochromatic Colors of #F5A8FD
Black with #F5A8FD
Text Example
Text Example
White with #F5A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8FD; }
p { color: rgb(245,168,253); }
H1.HeaderClassName
{
color: #F5A8FD;
}
.AnyTagClassName
{
color: #F5A8FD;
}
</style>
background-color css
<style>
a { background-color: #F5A8FD; }
a { background-color: rgb(245,168,253); }
div.DivClassName
{
background-color: #F5A8FD;
}
.BgClassName
{
background-color: #F5A8FD;
}
</style>
border-color css
<style>
span { border-color: #F5A8FD; }
span { border-color: rgb(245,168,253); }
td.TdClassName
{
border-color: #F5A8FD;
}
.TagClassName
{
border-color: #F5A8FD;
}
</style>