Shades of Mauve #F8BCFF
Tints of Mauve #F8BCFF
RGB
CMYK
RGB Variations
Color information
#F8BCFF (or 0xF8BCFF) is known color: Mauve. HEX triplet: F8, BC and FF. RGB value is (248,188,255). Sum of RGB (Red+Green+Blue) = 248+188+255=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 188 (73.83% from 255 or 27.21% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCFF is #074300. Grayscale: #D5D5D5. Windows color (decimal): -475905 or 16760056. OLE color: 16760056.
HSL color Cylindrical-coordinate representation of color #F8BCFF: hue angle of 293.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8BCFF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 188 | 255 | - |
| CMYK | 0.03 | 0.26 | 0 | 0 |
| HSL | 293.73º | 1% | 0.87% | - |
| HSV(B) | 293.73º | 0.26% | 1% | - |
| XYZ | 74.74 | 63.14 | 102.86 | - |
| YUV | 213.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 255 | 0.03 | 0.26 | 0 | 0 | 293.73 | 1 | 0.87 |
| Hex | F8 | BC | FF | 3 | 1A | 0 | 0 | 126 | 64 | 57 |
| Octal | 370 | 274 | 377 | 3 | 32 | 0 | 0 | 446 | 144 | 127 |
| Binary | 11111000 | 10111100 | 11111111 | 11 | 11010 | 0 | 0 | 100100110 | 1100100 | 1010111 |
Color Harmonies of #F8BCFF
Complementary color
Monochromatic Colors of #F8BCFF
Black with #F8BCFF
Text Example
Text Example
White with #F8BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCFF; }
p { color: rgb(248,188,255); }
H1.HeaderClassName
{
color: #F8BCFF;
}
.AnyTagClassName
{
color: #F8BCFF;
}
</style>
background-color css
<style>
a { background-color: #F8BCFF; }
a { background-color: rgb(248,188,255); }
div.DivClassName
{
background-color: #F8BCFF;
}
.BgClassName
{
background-color: #F8BCFF;
}
</style>
border-color css
<style>
span { border-color: #F8BCFF; }
span { border-color: rgb(248,188,255); }
td.TdClassName
{
border-color: #F8BCFF;
}
.TagClassName
{
border-color: #F8BCFF;
}
</style>