Shades of Mauve #F5AFFD
Tints of Mauve #F5AFFD
RGB
CMYK
RGB Variations
Color information
#F5AFFD (or 0xF5AFFD) is known color: Mauve. HEX triplet: F5, AF and FD. RGB value is (245,175,253). Sum of RGB (Red+Green+Blue) = 245+175+253=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 175 (68.75% from 255 or 26.00% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFFD is #0A5002. Grayscale: #CCCCCC. Windows color (decimal): -675843 or 16625653. OLE color: 16625653.
HSL color Cylindrical-coordinate representation of color #F5AFFD: hue angle of 293.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AFFD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 175 | 253 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.01 |
| HSL | 293.85º | 0.95% | 0.84% | - |
| HSV(B) | 293.85º | 0.31% | 0.99% | - |
| XYZ | 70.72 | 57.16 | 100.24 | - |
| YUV | 204.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 253 | 0.03 | 0.31 | 0 | 0.01 | 293.85 | 0.95 | 0.84 |
| Hex | F5 | AF | FD | 3 | 1F | 0 | 1 | 126 | 5F | 54 |
| Octal | 365 | 257 | 375 | 3 | 37 | 0 | 1 | 446 | 137 | 124 |
| Binary | 11110101 | 10101111 | 11111101 | 11 | 11111 | 0 | 1 | 100100110 | 1011111 | 1010100 |
Color Harmonies of #F5AFFD
Complementary color
Monochromatic Colors of #F5AFFD
Black with #F5AFFD
Text Example
Text Example
White with #F5AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFFD; }
p { color: rgb(245,175,253); }
H1.HeaderClassName
{
color: #F5AFFD;
}
.AnyTagClassName
{
color: #F5AFFD;
}
</style>
background-color css
<style>
a { background-color: #F5AFFD; }
a { background-color: rgb(245,175,253); }
div.DivClassName
{
background-color: #F5AFFD;
}
.BgClassName
{
background-color: #F5AFFD;
}
</style>
border-color css
<style>
span { border-color: #F5AFFD; }
span { border-color: rgb(245,175,253); }
td.TdClassName
{
border-color: #F5AFFD;
}
.TagClassName
{
border-color: #F5AFFD;
}
</style>