Shades of Mauve #F8BBFF
Tints of Mauve #F8BBFF
RGB
CMYK
RGB Variations
Color information
#F8BBFF (or 0xF8BBFF) is known color: Mauve. HEX triplet: F8, BB and FF. RGB value is (248,187,255). Sum of RGB (Red+Green+Blue) = 248+187+255=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBFF is #074400. Grayscale: #D4D4D4. Windows color (decimal): -476161 or 16759800. OLE color: 16759800.
HSL color Cylindrical-coordinate representation of color #F8BBFF: hue angle of 293.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8BBFF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 187 | 255 | - |
| CMYK | 0.03 | 0.27 | 0 | 0 |
| HSL | 293.82º | 1% | 0.87% | - |
| HSV(B) | 293.82º | 0.27% | 1% | - |
| XYZ | 74.53 | 62.72 | 102.79 | - |
| YUV | 212.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 255 | 0.03 | 0.27 | 0 | 0 | 293.82 | 1 | 0.87 |
| Hex | F8 | BB | FF | 3 | 1B | 0 | 0 | 126 | 64 | 57 |
| Octal | 370 | 273 | 377 | 3 | 33 | 0 | 0 | 446 | 144 | 127 |
| Binary | 11111000 | 10111011 | 11111111 | 11 | 11011 | 0 | 0 | 100100110 | 1100100 | 1010111 |
Color Harmonies of #F8BBFF
Complementary color
Monochromatic Colors of #F8BBFF
Black with #F8BBFF
Text Example
Text Example
White with #F8BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBFF; }
p { color: rgb(248,187,255); }
H1.HeaderClassName
{
color: #F8BBFF;
}
.AnyTagClassName
{
color: #F8BBFF;
}
</style>
background-color css
<style>
a { background-color: #F8BBFF; }
a { background-color: rgb(248,187,255); }
div.DivClassName
{
background-color: #F8BBFF;
}
.BgClassName
{
background-color: #F8BBFF;
}
</style>
border-color css
<style>
span { border-color: #F8BBFF; }
span { border-color: rgb(248,187,255); }
td.TdClassName
{
border-color: #F8BBFF;
}
.TagClassName
{
border-color: #F8BBFF;
}
</style>