Shades of Mauve #F0B8F8
Tints of Mauve #F0B8F8
RGB
CMYK
RGB Variations
Color information
#F0B8F8 (or 0xF0B8F8) is known color: Mauve. HEX triplet: F0, B8 and F8. RGB value is (240,184,248). Sum of RGB (Red+Green+Blue) = 240+184+248=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0B8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8F8 is #0F4707. Grayscale: #CFCFCF. Windows color (decimal): -1001224 or 16300272. OLE color: 16300272.
HSL color Cylindrical-coordinate representation of color #F0B8F8: hue angle of 292.5º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B8F8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 184 | 248 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.03 |
| HSL | 292.5º | 0.82% | 0.85% | - |
| HSV(B) | 292.5º | 0.26% | 0.97% | - |
| XYZ | 70.02 | 59.58 | 96.62 | - |
| YUV | 208.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 248 | 0.03 | 0.26 | 0 | 0.03 | 292.5 | 0.82 | 0.85 |
| Hex | F0 | B8 | F8 | 3 | 1A | 0 | 3 | 124 | 52 | 55 |
| Octal | 360 | 270 | 370 | 3 | 32 | 0 | 3 | 444 | 122 | 125 |
| Binary | 11110000 | 10111000 | 11111000 | 11 | 11010 | 0 | 11 | 100100100 | 1010010 | 1010101 |
Color Harmonies of #F0B8F8
Complementary color
Monochromatic Colors of #F0B8F8
Black with #F0B8F8
Text Example
Text Example
White with #F0B8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8F8; }
p { color: rgb(240,184,248); }
H1.HeaderClassName
{
color: #F0B8F8;
}
.AnyTagClassName
{
color: #F0B8F8;
}
</style>
background-color css
<style>
a { background-color: #F0B8F8; }
a { background-color: rgb(240,184,248); }
div.DivClassName
{
background-color: #F0B8F8;
}
.BgClassName
{
background-color: #F0B8F8;
}
</style>
border-color css
<style>
span { border-color: #F0B8F8; }
span { border-color: rgb(240,184,248); }
td.TdClassName
{
border-color: #F0B8F8;
}
.TagClassName
{
border-color: #F0B8F8;
}
</style>