Shades of Mauve #F8A8FD
Tints of Mauve #F8A8FD
RGB
CMYK
RGB Variations
Color information
#F8A8FD (or 0xF8A8FD) is known color: Mauve. HEX triplet: F8, A8 and FD. RGB value is (248,168,253). Sum of RGB (Red+Green+Blue) = 248+168+253=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 168 (66.02% from 255 or 25.11% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8FD is #075702. Grayscale: #C9C9C9. Windows color (decimal): -481027 or 16623864. OLE color: 16623864.
HSL color Cylindrical-coordinate representation of color #F8A8FD: hue angle of 296.47º 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 #F8A8FD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 168 | 253 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.01 |
| HSL | 296.47º | 0.96% | 0.83% | - |
| HSV(B) | 296.47º | 0.34% | 0.99% | - |
| XYZ | 70.44 | 55.05 | 99.84 | - |
| YUV | 201.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 253 | 0.02 | 0.34 | 0 | 0.01 | 296.47 | 0.96 | 0.83 |
| Hex | F8 | A8 | FD | 2 | 22 | 0 | 1 | 128 | 60 | 53 |
| Octal | 370 | 250 | 375 | 2 | 42 | 0 | 1 | 450 | 140 | 123 |
| Binary | 11111000 | 10101000 | 11111101 | 10 | 100010 | 0 | 1 | 100101000 | 1100000 | 1010011 |
Color Harmonies of #F8A8FD
Complementary color
Monochromatic Colors of #F8A8FD
Black with #F8A8FD
Text Example
Text Example
White with #F8A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8FD; }
p { color: rgb(248,168,253); }
H1.HeaderClassName
{
color: #F8A8FD;
}
.AnyTagClassName
{
color: #F8A8FD;
}
</style>
background-color css
<style>
a { background-color: #F8A8FD; }
a { background-color: rgb(248,168,253); }
div.DivClassName
{
background-color: #F8A8FD;
}
.BgClassName
{
background-color: #F8A8FD;
}
</style>
border-color css
<style>
span { border-color: #F8A8FD; }
span { border-color: rgb(248,168,253); }
td.TdClassName
{
border-color: #F8A8FD;
}
.TagClassName
{
border-color: #F8A8FD;
}
</style>