Shades of Mauve #F0BDFF
Tints of Mauve #F0BDFF
RGB
CMYK
RGB Variations
Color information
#F0BDFF (or 0xF0BDFF) is known color: Mauve. HEX triplet: F0, BD and FF. RGB value is (240,189,255). Sum of RGB (Red+Green+Blue) = 240+189+255=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDFF is #0F4200. Grayscale: #D3D3D3. Windows color (decimal): -999937 or 16760304. OLE color: 16760304.
HSL color Cylindrical-coordinate representation of color #F0BDFF: hue angle of 286.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0BDFF is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 189 | 255 | - |
| CMYK | 0.06 | 0.26 | 0 | 0 |
| HSL | 286.36º | 1% | 0.87% | - |
| HSV(B) | 286.36º | 0.26% | 1% | - |
| XYZ | 72.18 | 62.14 | 102.8 | - |
| YUV | 211.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 255 | 0.06 | 0.26 | 0 | 0 | 286.36 | 1 | 0.87 |
| Hex | F0 | BD | FF | 6 | 1A | 0 | 0 | 11E | 64 | 57 |
| Octal | 360 | 275 | 377 | 6 | 32 | 0 | 0 | 436 | 144 | 127 |
| Binary | 11110000 | 10111101 | 11111111 | 110 | 11010 | 0 | 0 | 100011110 | 1100100 | 1010111 |
Color Harmonies of #F0BDFF
Complementary color
Monochromatic Colors of #F0BDFF
Black with #F0BDFF
Text Example
Text Example
White with #F0BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDFF; }
p { color: rgb(240,189,255); }
H1.HeaderClassName
{
color: #F0BDFF;
}
.AnyTagClassName
{
color: #F0BDFF;
}
</style>
background-color css
<style>
a { background-color: #F0BDFF; }
a { background-color: rgb(240,189,255); }
div.DivClassName
{
background-color: #F0BDFF;
}
.BgClassName
{
background-color: #F0BDFF;
}
</style>
border-color css
<style>
span { border-color: #F0BDFF; }
span { border-color: rgb(240,189,255); }
td.TdClassName
{
border-color: #F0BDFF;
}
.TagClassName
{
border-color: #F0BDFF;
}
</style>