Shades of Mauve #F8B0FE
Tints of Mauve #F8B0FE
RGB
CMYK
RGB Variations
Color information
#F8B0FE (or 0xF8B0FE) is known color: Mauve. HEX triplet: F8, B0 and FE. RGB value is (248,176,254). Sum of RGB (Red+Green+Blue) = 248+176+254=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 176 (69.14% from 255 or 25.96% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0FE is #074F01. Grayscale: #CECECE. Windows color (decimal): -478978 or 16691448. OLE color: 16691448.
HSL color Cylindrical-coordinate representation of color #F8B0FE: hue angle of 295.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8B0FE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 176 | 254 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.00 |
| HSL | 295.38º | 0.98% | 0.84% | - |
| HSV(B) | 295.38º | 0.31% | 1% | - |
| XYZ | 72.13 | 58.16 | 101.19 | - |
| YUV | 206.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 254 | 0.02 | 0.31 | 0 | 0.00 | 295.38 | 0.98 | 0.84 |
| Hex | F8 | B0 | FE | 2 | 1F | 0 | 0 | 127 | 62 | 54 |
| Octal | 370 | 260 | 376 | 2 | 37 | 0 | 0 | 447 | 142 | 124 |
| Binary | 11111000 | 10110000 | 11111110 | 10 | 11111 | 0 | 0 | 100100111 | 1100010 | 1010100 |
Color Harmonies of #F8B0FE
Complementary color
Monochromatic Colors of #F8B0FE
Black with #F8B0FE
Text Example
Text Example
White with #F8B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B0FE; }
p { color: rgb(248,176,254); }
H1.HeaderClassName
{
color: #F8B0FE;
}
.AnyTagClassName
{
color: #F8B0FE;
}
</style>
background-color css
<style>
a { background-color: #F8B0FE; }
a { background-color: rgb(248,176,254); }
div.DivClassName
{
background-color: #F8B0FE;
}
.BgClassName
{
background-color: #F8B0FE;
}
</style>
border-color css
<style>
span { border-color: #F8B0FE; }
span { border-color: rgb(248,176,254); }
td.TdClassName
{
border-color: #F8B0FE;
}
.TagClassName
{
border-color: #F8B0FE;
}
</style>