Shades of Mauve #F5B1FD
Tints of Mauve #F5B1FD
RGB
CMYK
RGB Variations
Color information
#F5B1FD (or 0xF5B1FD) is known color: Mauve. HEX triplet: F5, B1 and FD. RGB value is (245,177,253). Sum of RGB (Red+Green+Blue) = 245+177+253=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 177 (69.53% from 255 or 26.22% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5B1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B1FD is #0A4E02. Grayscale: #CDCDCD. Windows color (decimal): -675331 or 16626165. OLE color: 16626165.
HSL color Cylindrical-coordinate representation of color #F5B1FD: hue angle of 293.68º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5B1FD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 177 | 253 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.01 |
| HSL | 293.68º | 0.95% | 0.84% | - |
| HSV(B) | 293.68º | 0.3% | 0.99% | - |
| XYZ | 71.11 | 57.95 | 100.37 | - |
| YUV | 206 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 253 | 0.03 | 0.30 | 0 | 0.01 | 293.68 | 0.95 | 0.84 |
| Hex | F5 | B1 | FD | 3 | 1E | 0 | 1 | 126 | 5F | 54 |
| Octal | 365 | 261 | 375 | 3 | 36 | 0 | 1 | 446 | 137 | 124 |
| Binary | 11110101 | 10110001 | 11111101 | 11 | 11110 | 0 | 1 | 100100110 | 1011111 | 1010100 |
Color Harmonies of #F5B1FD
Complementary color
Monochromatic Colors of #F5B1FD
Black with #F5B1FD
Text Example
Text Example
White with #F5B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B1FD; }
p { color: rgb(245,177,253); }
H1.HeaderClassName
{
color: #F5B1FD;
}
.AnyTagClassName
{
color: #F5B1FD;
}
</style>
background-color css
<style>
a { background-color: #F5B1FD; }
a { background-color: rgb(245,177,253); }
div.DivClassName
{
background-color: #F5B1FD;
}
.BgClassName
{
background-color: #F5B1FD;
}
</style>
border-color css
<style>
span { border-color: #F5B1FD; }
span { border-color: rgb(245,177,253); }
td.TdClassName
{
border-color: #F5B1FD;
}
.TagClassName
{
border-color: #F5B1FD;
}
</style>