Shades of Mauve #F8BFFF
Tints of Mauve #F8BFFF
RGB
CMYK
RGB Variations
Color information
#F8BFFF (or 0xF8BFFF) is known color: Mauve. HEX triplet: F8, BF and FF. RGB value is (248,191,255). Sum of RGB (Red+Green+Blue) = 248+191+255=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFFF is #074000. Grayscale: #D7D7D7. Windows color (decimal): -475137 or 16760824. OLE color: 16760824.
HSL color Cylindrical-coordinate representation of color #F8BFFF: hue angle of 293.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BFFF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 191 | 255 | - |
| CMYK | 0.03 | 0.25 | 0 | 0 |
| HSL | 293.44º | 1% | 0.87% | - |
| HSV(B) | 293.44º | 0.25% | 1% | - |
| XYZ | 75.39 | 64.44 | 103.07 | - |
| YUV | 215.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 255 | 0.03 | 0.25 | 0 | 0 | 293.44 | 1 | 0.87 |
| Hex | F8 | BF | FF | 3 | 19 | 0 | 0 | 125 | 64 | 57 |
| Octal | 370 | 277 | 377 | 3 | 31 | 0 | 0 | 445 | 144 | 127 |
| Binary | 11111000 | 10111111 | 11111111 | 11 | 11001 | 0 | 0 | 100100101 | 1100100 | 1010111 |
Color Harmonies of #F8BFFF
Complementary color
Monochromatic Colors of #F8BFFF
Black with #F8BFFF
Text Example
Text Example
White with #F8BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFFF; }
p { color: rgb(248,191,255); }
H1.HeaderClassName
{
color: #F8BFFF;
}
.AnyTagClassName
{
color: #F8BFFF;
}
</style>
background-color css
<style>
a { background-color: #F8BFFF; }
a { background-color: rgb(248,191,255); }
div.DivClassName
{
background-color: #F8BFFF;
}
.BgClassName
{
background-color: #F8BFFF;
}
</style>
border-color css
<style>
span { border-color: #F8BFFF; }
span { border-color: rgb(248,191,255); }
td.TdClassName
{
border-color: #F8BFFF;
}
.TagClassName
{
border-color: #F8BFFF;
}
</style>