Shades of Mauve #F0BFFE
Tints of Mauve #F0BFFE
RGB
CMYK
RGB Variations
Color information
#F0BFFE (or 0xF0BFFE) is known color: Mauve. HEX triplet: F0, BF and FE. RGB value is (240,191,254). Sum of RGB (Red+Green+Blue) = 240+191+254=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFFE is #0F4001. Grayscale: #D4D4D4. Windows color (decimal): -999426 or 16695280. OLE color: 16695280.
HSL color Cylindrical-coordinate representation of color #F0BFFE: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0BFFE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 191 | 254 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.00 |
| HSL | 286.67º | 0.97% | 0.87% | - |
| HSV(B) | 286.67º | 0.25% | 1% | - |
| XYZ | 72.46 | 62.94 | 102.1 | - |
| YUV | 212.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 254 | 0.06 | 0.25 | 0 | 0.00 | 286.67 | 0.97 | 0.87 |
| Hex | F0 | BF | FE | 6 | 19 | 0 | 0 | 11F | 61 | 57 |
| Octal | 360 | 277 | 376 | 6 | 31 | 0 | 0 | 437 | 141 | 127 |
| Binary | 11110000 | 10111111 | 11111110 | 110 | 11001 | 0 | 0 | 100011111 | 1100001 | 1010111 |
Color Harmonies of #F0BFFE
Complementary color
Monochromatic Colors of #F0BFFE
Black with #F0BFFE
Text Example
Text Example
White with #F0BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFFE; }
p { color: rgb(240,191,254); }
H1.HeaderClassName
{
color: #F0BFFE;
}
.AnyTagClassName
{
color: #F0BFFE;
}
</style>
background-color css
<style>
a { background-color: #F0BFFE; }
a { background-color: rgb(240,191,254); }
div.DivClassName
{
background-color: #F0BFFE;
}
.BgClassName
{
background-color: #F0BFFE;
}
</style>
border-color css
<style>
span { border-color: #F0BFFE; }
span { border-color: rgb(240,191,254); }
td.TdClassName
{
border-color: #F0BFFE;
}
.TagClassName
{
border-color: #F0BFFE;
}
</style>