Shades of Mauve #F8B2FE
Tints of Mauve #F8B2FE
RGB
CMYK
RGB Variations
Color information
#F8B2FE (or 0xF8B2FE) is known color: Mauve. HEX triplet: F8, B2 and FE. RGB value is (248,178,254). Sum of RGB (Red+Green+Blue) = 248+178+254=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 178 (69.92% from 255 or 26.18% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B2FE is #074D01. Grayscale: #CFCFCF. Windows color (decimal): -478466 or 16691960. OLE color: 16691960.
HSL color Cylindrical-coordinate representation of color #F8B2FE: hue angle of 295.26º 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 #F8B2FE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 178 | 254 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.00 |
| HSL | 295.26º | 0.97% | 0.85% | - |
| HSV(B) | 295.26º | 0.3% | 1% | - |
| XYZ | 72.52 | 58.95 | 101.32 | - |
| YUV | 207.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 254 | 0.02 | 0.30 | 0 | 0.00 | 295.26 | 0.97 | 0.85 |
| Hex | F8 | B2 | FE | 2 | 1E | 0 | 0 | 127 | 61 | 55 |
| Octal | 370 | 262 | 376 | 2 | 36 | 0 | 0 | 447 | 141 | 125 |
| Binary | 11111000 | 10110010 | 11111110 | 10 | 11110 | 0 | 0 | 100100111 | 1100001 | 1010101 |
Color Harmonies of #F8B2FE
Complementary color
Monochromatic Colors of #F8B2FE
Black with #F8B2FE
Text Example
Text Example
White with #F8B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2FE; }
p { color: rgb(248,178,254); }
H1.HeaderClassName
{
color: #F8B2FE;
}
.AnyTagClassName
{
color: #F8B2FE;
}
</style>
background-color css
<style>
a { background-color: #F8B2FE; }
a { background-color: rgb(248,178,254); }
div.DivClassName
{
background-color: #F8B2FE;
}
.BgClassName
{
background-color: #F8B2FE;
}
</style>
border-color css
<style>
span { border-color: #F8B2FE; }
span { border-color: rgb(248,178,254); }
td.TdClassName
{
border-color: #F8B2FE;
}
.TagClassName
{
border-color: #F8B2FE;
}
</style>