Shades of Mauve #F5BBFD
Tints of Mauve #F5BBFD
RGB
CMYK
RGB Variations
Color information
#F5BBFD (or 0xF5BBFD) is known color: Mauve. HEX triplet: F5, BB and FD. RGB value is (245,187,253). Sum of RGB (Red+Green+Blue) = 245+187+253=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBFD is #0A4402. Grayscale: #D3D3D3. Windows color (decimal): -672771 or 16628725. OLE color: 16628725.
HSL color Cylindrical-coordinate representation of color #F5BBFD: hue angle of 292.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5BBFD is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 187 | 253 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.01 |
| HSL | 292.73º | 0.94% | 0.86% | - |
| HSV(B) | 292.73º | 0.26% | 0.99% | - |
| XYZ | 73.16 | 62.04 | 101.05 | - |
| YUV | 211.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 253 | 0.03 | 0.26 | 0 | 0.01 | 292.73 | 0.94 | 0.86 |
| Hex | F5 | BB | FD | 3 | 1A | 0 | 1 | 125 | 5E | 56 |
| Octal | 365 | 273 | 375 | 3 | 32 | 0 | 1 | 445 | 136 | 126 |
| Binary | 11110101 | 10111011 | 11111101 | 11 | 11010 | 0 | 1 | 100100101 | 1011110 | 1010110 |
Color Harmonies of #F5BBFD
Complementary color
Monochromatic Colors of #F5BBFD
Black with #F5BBFD
Text Example
Text Example
White with #F5BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBFD; }
p { color: rgb(245,187,253); }
H1.HeaderClassName
{
color: #F5BBFD;
}
.AnyTagClassName
{
color: #F5BBFD;
}
</style>
background-color css
<style>
a { background-color: #F5BBFD; }
a { background-color: rgb(245,187,253); }
div.DivClassName
{
background-color: #F5BBFD;
}
.BgClassName
{
background-color: #F5BBFD;
}
</style>
border-color css
<style>
span { border-color: #F5BBFD; }
span { border-color: rgb(245,187,253); }
td.TdClassName
{
border-color: #F5BBFD;
}
.TagClassName
{
border-color: #F5BBFD;
}
</style>