Shades of Mauve #F8B8FE
Tints of Mauve #F8B8FE
RGB
CMYK
RGB Variations
Color information
#F8B8FE (or 0xF8B8FE) is known color: Mauve. HEX triplet: F8, B8 and FE. RGB value is (248,184,254). Sum of RGB (Red+Green+Blue) = 248+184+254=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 184 (72.27% from 255 or 26.82% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B8FE is #074701. Grayscale: #D2D2D2. Windows color (decimal): -476930 or 16693496. OLE color: 16693496.
HSL color Cylindrical-coordinate representation of color #F8B8FE: hue angle of 294.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B8FE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 184 | 254 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.00 |
| HSL | 294.86º | 0.97% | 0.86% | - |
| HSV(B) | 294.86º | 0.28% | 1% | - |
| XYZ | 73.74 | 61.39 | 101.73 | - |
| YUV | 211.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 184 | 254 | 0.02 | 0.28 | 0 | 0.00 | 294.86 | 0.97 | 0.86 |
| Hex | F8 | B8 | FE | 2 | 1C | 0 | 0 | 127 | 61 | 56 |
| Octal | 370 | 270 | 376 | 2 | 34 | 0 | 0 | 447 | 141 | 126 |
| Binary | 11111000 | 10111000 | 11111110 | 10 | 11100 | 0 | 0 | 100100111 | 1100001 | 1010110 |
Color Harmonies of #F8B8FE
Complementary color
Monochromatic Colors of #F8B8FE
Black with #F8B8FE
Text Example
Text Example
White with #F8B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B8FE; }
p { color: rgb(248,184,254); }
H1.HeaderClassName
{
color: #F8B8FE;
}
.AnyTagClassName
{
color: #F8B8FE;
}
</style>
background-color css
<style>
a { background-color: #F8B8FE; }
a { background-color: rgb(248,184,254); }
div.DivClassName
{
background-color: #F8B8FE;
}
.BgClassName
{
background-color: #F8B8FE;
}
</style>
border-color css
<style>
span { border-color: #F8B8FE; }
span { border-color: rgb(248,184,254); }
td.TdClassName
{
border-color: #F8B8FE;
}
.TagClassName
{
border-color: #F8B8FE;
}
</style>