Shades of Mauve #F8B1FE
Tints of Mauve #F8B1FE
RGB
CMYK
RGB Variations
Color information
#F8B1FE (or 0xF8B1FE) is known color: Mauve. HEX triplet: F8, B1 and FE. RGB value is (248,177,254). Sum of RGB (Red+Green+Blue) = 248+177+254=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 177 (69.53% from 255 or 26.07% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B1FE is #074E01. Grayscale: #CECECE. Windows color (decimal): -478722 or 16691704. OLE color: 16691704.
HSL color Cylindrical-coordinate representation of color #F8B1FE: hue angle of 295.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8B1FE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 177 | 254 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.00 |
| HSL | 295.32º | 0.97% | 0.85% | - |
| HSV(B) | 295.32º | 0.3% | 1% | - |
| XYZ | 72.32 | 58.56 | 101.26 | - |
| YUV | 207.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 254 | 0.02 | 0.30 | 0 | 0.00 | 295.32 | 0.97 | 0.85 |
| Hex | F8 | B1 | FE | 2 | 1E | 0 | 0 | 127 | 61 | 55 |
| Octal | 370 | 261 | 376 | 2 | 36 | 0 | 0 | 447 | 141 | 125 |
| Binary | 11111000 | 10110001 | 11111110 | 10 | 11110 | 0 | 0 | 100100111 | 1100001 | 1010101 |
Color Harmonies of #F8B1FE
Complementary color
Monochromatic Colors of #F8B1FE
Black with #F8B1FE
Text Example
Text Example
White with #F8B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1FE; }
p { color: rgb(248,177,254); }
H1.HeaderClassName
{
color: #F8B1FE;
}
.AnyTagClassName
{
color: #F8B1FE;
}
</style>
background-color css
<style>
a { background-color: #F8B1FE; }
a { background-color: rgb(248,177,254); }
div.DivClassName
{
background-color: #F8B1FE;
}
.BgClassName
{
background-color: #F8B1FE;
}
</style>
border-color css
<style>
span { border-color: #F8B1FE; }
span { border-color: rgb(248,177,254); }
td.TdClassName
{
border-color: #F8B1FE;
}
.TagClassName
{
border-color: #F8B1FE;
}
</style>