Shades of Mauve #F0BDFE
Tints of Mauve #F0BDFE
RGB
CMYK
RGB Variations
Color information
#F0BDFE (or 0xF0BDFE) is known color: Mauve. HEX triplet: F0, BD and FE. RGB value is (240,189,254). Sum of RGB (Red+Green+Blue) = 240+189+254=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0BDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDFE is #0F4201. Grayscale: #D3D3D3. Windows color (decimal): -999938 or 16694768. OLE color: 16694768.
HSL color Cylindrical-coordinate representation of color #F0BDFE: hue angle of 287.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0BDFE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 189 | 254 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.00 |
| HSL | 287.08º | 0.97% | 0.87% | - |
| HSV(B) | 287.08º | 0.26% | 1% | - |
| XYZ | 72.02 | 62.08 | 101.95 | - |
| YUV | 211.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 254 | 0.06 | 0.26 | 0 | 0.00 | 287.08 | 0.97 | 0.87 |
| Hex | F0 | BD | FE | 6 | 1A | 0 | 0 | 11F | 61 | 57 |
| Octal | 360 | 275 | 376 | 6 | 32 | 0 | 0 | 437 | 141 | 127 |
| Binary | 11110000 | 10111101 | 11111110 | 110 | 11010 | 0 | 0 | 100011111 | 1100001 | 1010111 |
Color Harmonies of #F0BDFE
Complementary color
Monochromatic Colors of #F0BDFE
Black with #F0BDFE
Text Example
Text Example
White with #F0BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDFE; }
p { color: rgb(240,189,254); }
H1.HeaderClassName
{
color: #F0BDFE;
}
.AnyTagClassName
{
color: #F0BDFE;
}
</style>
background-color css
<style>
a { background-color: #F0BDFE; }
a { background-color: rgb(240,189,254); }
div.DivClassName
{
background-color: #F0BDFE;
}
.BgClassName
{
background-color: #F0BDFE;
}
</style>
border-color css
<style>
span { border-color: #F0BDFE; }
span { border-color: rgb(240,189,254); }
td.TdClassName
{
border-color: #F0BDFE;
}
.TagClassName
{
border-color: #F0BDFE;
}
</style>