Shades of Mauve #F5BDFD
Tints of Mauve #F5BDFD
RGB
CMYK
RGB Variations
Color information
#F5BDFD (or 0xF5BDFD) is known color: Mauve. HEX triplet: F5, BD and FD. RGB value is (245,189,253). Sum of RGB (Red+Green+Blue) = 245+189+253=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDFD is #0A4202. Grayscale: #D4D4D4. Windows color (decimal): -672259 or 16629237. OLE color: 16629237.
HSL color Cylindrical-coordinate representation of color #F5BDFD: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5BDFD is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 189 | 253 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.01 |
| HSL | 292.5º | 0.94% | 0.87% | - |
| HSV(B) | 292.5º | 0.25% | 0.99% | - |
| XYZ | 73.58 | 62.9 | 101.19 | - |
| YUV | 213.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 253 | 0.03 | 0.25 | 0 | 0.01 | 292.5 | 0.94 | 0.87 |
| Hex | F5 | BD | FD | 3 | 19 | 0 | 1 | 124 | 5E | 57 |
| Octal | 365 | 275 | 375 | 3 | 31 | 0 | 1 | 444 | 136 | 127 |
| Binary | 11110101 | 10111101 | 11111101 | 11 | 11001 | 0 | 1 | 100100100 | 1011110 | 1010111 |
Color Harmonies of #F5BDFD
Complementary color
Monochromatic Colors of #F5BDFD
Black with #F5BDFD
Text Example
Text Example
White with #F5BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDFD; }
p { color: rgb(245,189,253); }
H1.HeaderClassName
{
color: #F5BDFD;
}
.AnyTagClassName
{
color: #F5BDFD;
}
</style>
background-color css
<style>
a { background-color: #F5BDFD; }
a { background-color: rgb(245,189,253); }
div.DivClassName
{
background-color: #F5BDFD;
}
.BgClassName
{
background-color: #F5BDFD;
}
</style>
border-color css
<style>
span { border-color: #F5BDFD; }
span { border-color: rgb(245,189,253); }
td.TdClassName
{
border-color: #F5BDFD;
}
.TagClassName
{
border-color: #F5BDFD;
}
</style>