Shades of Mauve #F5BCFF
Tints of Mauve #F5BCFF
RGB
CMYK
RGB Variations
Color information
#F5BCFF (or 0xF5BCFF) is known color: Mauve. HEX triplet: F5, BC and FF. RGB value is (245,188,255). Sum of RGB (Red+Green+Blue) = 245+188+255=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 188 (73.83% from 255 or 27.33% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCFF is #0A4300. Grayscale: #D4D4D4. Windows color (decimal): -672513 or 16760053. OLE color: 16760053.
HSL color Cylindrical-coordinate representation of color #F5BCFF: hue angle of 291.04º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5BCFF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 188 | 255 | - |
| CMYK | 0.04 | 0.26 | 0 | 0 |
| HSL | 291.04º | 1% | 0.87% | - |
| HSV(B) | 291.04º | 0.26% | 1% | - |
| XYZ | 73.69 | 62.6 | 102.81 | - |
| YUV | 212.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 255 | 0.04 | 0.26 | 0 | 0 | 291.04 | 1 | 0.87 |
| Hex | F5 | BC | FF | 4 | 1A | 0 | 0 | 123 | 64 | 57 |
| Octal | 365 | 274 | 377 | 4 | 32 | 0 | 0 | 443 | 144 | 127 |
| Binary | 11110101 | 10111100 | 11111111 | 100 | 11010 | 0 | 0 | 100100011 | 1100100 | 1010111 |
Color Harmonies of #F5BCFF
Complementary color
Monochromatic Colors of #F5BCFF
Black with #F5BCFF
Text Example
Text Example
White with #F5BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCFF; }
p { color: rgb(245,188,255); }
H1.HeaderClassName
{
color: #F5BCFF;
}
.AnyTagClassName
{
color: #F5BCFF;
}
</style>
background-color css
<style>
a { background-color: #F5BCFF; }
a { background-color: rgb(245,188,255); }
div.DivClassName
{
background-color: #F5BCFF;
}
.BgClassName
{
background-color: #F5BCFF;
}
</style>
border-color css
<style>
span { border-color: #F5BCFF; }
span { border-color: rgb(245,188,255); }
td.TdClassName
{
border-color: #F5BCFF;
}
.TagClassName
{
border-color: #F5BCFF;
}
</style>