Shades of Mauve #F0BFF8
Tints of Mauve #F0BFF8
RGB
CMYK
RGB Variations
Color information
#F0BFF8 (or 0xF0BFF8) is known color: Mauve. HEX triplet: F0, BF and F8. RGB value is (240,191,248). Sum of RGB (Red+Green+Blue) = 240+191+248=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFF8 is #0F4007. Grayscale: #D3D3D3. Windows color (decimal): -999432 or 16302064. OLE color: 16302064.
HSL color Cylindrical-coordinate representation of color #F0BFF8: hue angle of 291.58º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BFF8 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 191 | 248 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.03 |
| HSL | 291.58º | 0.8% | 0.86% | - |
| HSV(B) | 291.58º | 0.23% | 0.97% | - |
| XYZ | 71.51 | 62.56 | 97.11 | - |
| YUV | 212.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 248 | 0.03 | 0.23 | 0 | 0.03 | 291.58 | 0.8 | 0.86 |
| Hex | F0 | BF | F8 | 3 | 17 | 0 | 3 | 124 | 50 | 56 |
| Octal | 360 | 277 | 370 | 3 | 27 | 0 | 3 | 444 | 120 | 126 |
| Binary | 11110000 | 10111111 | 11111000 | 11 | 10111 | 0 | 11 | 100100100 | 1010000 | 1010110 |
Color Harmonies of #F0BFF8
Complementary color
Monochromatic Colors of #F0BFF8
Black with #F0BFF8
Text Example
Text Example
White with #F0BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFF8; }
p { color: rgb(240,191,248); }
H1.HeaderClassName
{
color: #F0BFF8;
}
.AnyTagClassName
{
color: #F0BFF8;
}
</style>
background-color css
<style>
a { background-color: #F0BFF8; }
a { background-color: rgb(240,191,248); }
div.DivClassName
{
background-color: #F0BFF8;
}
.BgClassName
{
background-color: #F0BFF8;
}
</style>
border-color css
<style>
span { border-color: #F0BFF8; }
span { border-color: rgb(240,191,248); }
td.TdClassName
{
border-color: #F0BFF8;
}
.TagClassName
{
border-color: #F0BFF8;
}
</style>