Shades of Mauve #F8B5FD
Tints of Mauve #F8B5FD
RGB
CMYK
RGB Variations
Color information
#F8B5FD (or 0xF8B5FD) is known color: Mauve. HEX triplet: F8, B5 and FD. RGB value is (248,181,253). Sum of RGB (Red+Green+Blue) = 248+181+253=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 181 (71.09% from 255 or 26.54% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8B5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B5FD is #074A02. Grayscale: #D1D1D1. Windows color (decimal): -477699 or 16627192. OLE color: 16627192.
HSL color Cylindrical-coordinate representation of color #F8B5FD: hue angle of 295.83º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B5FD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 181 | 253 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.01 |
| HSL | 295.83º | 0.95% | 0.85% | - |
| HSV(B) | 295.83º | 0.28% | 0.99% | - |
| XYZ | 72.96 | 60.1 | 100.68 | - |
| YUV | 209.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 253 | 0.02 | 0.28 | 0 | 0.01 | 295.83 | 0.95 | 0.85 |
| Hex | F8 | B5 | FD | 2 | 1C | 0 | 1 | 128 | 5F | 55 |
| Octal | 370 | 265 | 375 | 2 | 34 | 0 | 1 | 450 | 137 | 125 |
| Binary | 11111000 | 10110101 | 11111101 | 10 | 11100 | 0 | 1 | 100101000 | 1011111 | 1010101 |
Color Harmonies of #F8B5FD
Complementary color
Monochromatic Colors of #F8B5FD
Black with #F8B5FD
Text Example
Text Example
White with #F8B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5FD; }
p { color: rgb(248,181,253); }
H1.HeaderClassName
{
color: #F8B5FD;
}
.AnyTagClassName
{
color: #F8B5FD;
}
</style>
background-color css
<style>
a { background-color: #F8B5FD; }
a { background-color: rgb(248,181,253); }
div.DivClassName
{
background-color: #F8B5FD;
}
.BgClassName
{
background-color: #F8B5FD;
}
</style>
border-color css
<style>
span { border-color: #F8B5FD; }
span { border-color: rgb(248,181,253); }
td.TdClassName
{
border-color: #F8B5FD;
}
.TagClassName
{
border-color: #F8B5FD;
}
</style>