Shades of Mauve #F8AFFF
Tints of Mauve #F8AFFF
RGB
CMYK
RGB Variations
Color information
#F8AFFF (or 0xF8AFFF) is known color: Mauve. HEX triplet: F8, AF and FF. RGB value is (248,175,255). Sum of RGB (Red+Green+Blue) = 248+175+255=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 175 (68.75% from 255 or 25.81% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFFF is #075000. Grayscale: #CDCDCD. Windows color (decimal): -479233 or 16756728. OLE color: 16756728.
HSL color Cylindrical-coordinate representation of color #F8AFFF: hue angle of 294.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AFFF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 175 | 255 | - |
| CMYK | 0.03 | 0.31 | 0 | 0 |
| HSL | 294.75º | 1% | 0.84% | - |
| HSV(B) | 294.75º | 0.31% | 1% | - |
| XYZ | 72.09 | 57.84 | 101.97 | - |
| YUV | 205.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 255 | 0.03 | 0.31 | 0 | 0 | 294.75 | 1 | 0.84 |
| Hex | F8 | AF | FF | 3 | 1F | 0 | 0 | 127 | 64 | 54 |
| Octal | 370 | 257 | 377 | 3 | 37 | 0 | 0 | 447 | 144 | 124 |
| Binary | 11111000 | 10101111 | 11111111 | 11 | 11111 | 0 | 0 | 100100111 | 1100100 | 1010100 |
Color Harmonies of #F8AFFF
Complementary color
Monochromatic Colors of #F8AFFF
Black with #F8AFFF
Text Example
Text Example
White with #F8AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFFF; }
p { color: rgb(248,175,255); }
H1.HeaderClassName
{
color: #F8AFFF;
}
.AnyTagClassName
{
color: #F8AFFF;
}
</style>
background-color css
<style>
a { background-color: #F8AFFF; }
a { background-color: rgb(248,175,255); }
div.DivClassName
{
background-color: #F8AFFF;
}
.BgClassName
{
background-color: #F8AFFF;
}
</style>
border-color css
<style>
span { border-color: #F8AFFF; }
span { border-color: rgb(248,175,255); }
td.TdClassName
{
border-color: #F8AFFF;
}
.TagClassName
{
border-color: #F8AFFF;
}
</style>