Shades of Mauve #F7B5FE
Tints of Mauve #F7B5FE
RGB
CMYK
RGB Variations
Color information
#F7B5FE (or 0xF7B5FE) is known color: Mauve. HEX triplet: F7, B5 and FE. RGB value is (247,181,254). Sum of RGB (Red+Green+Blue) = 247+181+254=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 181 (71.09% from 255 or 26.54% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7B5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B5FE is #084A01. Grayscale: #D0D0D0. Windows color (decimal): -543234 or 16692727. OLE color: 16692727.
HSL color Cylindrical-coordinate representation of color #F7B5FE: hue angle of 294.25º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B5FE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 181 | 254 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.00 |
| HSL | 294.25º | 0.97% | 0.85% | - |
| HSV(B) | 294.25º | 0.29% | 1% | - |
| XYZ | 72.77 | 59.98 | 101.51 | - |
| YUV | 209.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 181 | 254 | 0.03 | 0.29 | 0 | 0.00 | 294.25 | 0.97 | 0.85 |
| Hex | F7 | B5 | FE | 3 | 1D | 0 | 0 | 126 | 61 | 55 |
| Octal | 367 | 265 | 376 | 3 | 35 | 0 | 0 | 446 | 141 | 125 |
| Binary | 11110111 | 10110101 | 11111110 | 11 | 11101 | 0 | 0 | 100100110 | 1100001 | 1010101 |
Color Harmonies of #F7B5FE
Complementary color
Monochromatic Colors of #F7B5FE
Black with #F7B5FE
Text Example
Text Example
White with #F7B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B5FE; }
p { color: rgb(247,181,254); }
H1.HeaderClassName
{
color: #F7B5FE;
}
.AnyTagClassName
{
color: #F7B5FE;
}
</style>
background-color css
<style>
a { background-color: #F7B5FE; }
a { background-color: rgb(247,181,254); }
div.DivClassName
{
background-color: #F7B5FE;
}
.BgClassName
{
background-color: #F7B5FE;
}
</style>
border-color css
<style>
span { border-color: #F7B5FE; }
span { border-color: rgb(247,181,254); }
td.TdClassName
{
border-color: #F7B5FE;
}
.TagClassName
{
border-color: #F7B5FE;
}
</style>