Shades of Mauve #F0B8FF
Tints of Mauve #F0B8FF
RGB
CMYK
RGB Variations
Color information
#F0B8FF (or 0xF0B8FF) is known color: Mauve. HEX triplet: F0, B8 and FF. RGB value is (240,184,255). Sum of RGB (Red+Green+Blue) = 240+184+255=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8FF is #0F4700. Grayscale: #D0D0D0. Windows color (decimal): -1001217 or 16759024. OLE color: 16759024.
HSL color Cylindrical-coordinate representation of color #F0B8FF: hue angle of 287.32º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B8FF is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 184 | 255 | - |
| CMYK | 0.06 | 0.28 | 0 | 0 |
| HSL | 287.32º | 1% | 0.86% | - |
| HSV(B) | 287.32º | 0.28% | 1% | - |
| XYZ | 71.13 | 60.03 | 102.45 | - |
| YUV | 208.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 255 | 0.06 | 0.28 | 0 | 0 | 287.32 | 1 | 0.86 |
| Hex | F0 | B8 | FF | 6 | 1C | 0 | 0 | 11F | 64 | 56 |
| Octal | 360 | 270 | 377 | 6 | 34 | 0 | 0 | 437 | 144 | 126 |
| Binary | 11110000 | 10111000 | 11111111 | 110 | 11100 | 0 | 0 | 100011111 | 1100100 | 1010110 |
Color Harmonies of #F0B8FF
Complementary color
Monochromatic Colors of #F0B8FF
Black with #F0B8FF
Text Example
Text Example
White with #F0B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8FF; }
p { color: rgb(240,184,255); }
H1.HeaderClassName
{
color: #F0B8FF;
}
.AnyTagClassName
{
color: #F0B8FF;
}
</style>
background-color css
<style>
a { background-color: #F0B8FF; }
a { background-color: rgb(240,184,255); }
div.DivClassName
{
background-color: #F0B8FF;
}
.BgClassName
{
background-color: #F0B8FF;
}
</style>
border-color css
<style>
span { border-color: #F0B8FF; }
span { border-color: rgb(240,184,255); }
td.TdClassName
{
border-color: #F0B8FF;
}
.TagClassName
{
border-color: #F0B8FF;
}
</style>