Shades of Mauve #F0BEFD
Tints of Mauve #F0BEFD
RGB
CMYK
RGB Variations
Color information
#F0BEFD (or 0xF0BEFD) is known color: Mauve. HEX triplet: F0, BE and FD. RGB value is (240,190,253). Sum of RGB (Red+Green+Blue) = 240+190+253=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEFD is #0F4102. Grayscale: #D3D3D3. Windows color (decimal): -999683 or 16629488. OLE color: 16629488.
HSL color Cylindrical-coordinate representation of color #F0BEFD: hue angle of 287.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0BEFD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 190 | 253 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.01 |
| HSL | 287.62º | 0.94% | 0.87% | - |
| HSV(B) | 287.62º | 0.25% | 0.99% | - |
| XYZ | 72.08 | 62.44 | 101.18 | - |
| YUV | 212.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 253 | 0.05 | 0.25 | 0 | 0.01 | 287.62 | 0.94 | 0.87 |
| Hex | F0 | BE | FD | 5 | 19 | 0 | 1 | 120 | 5E | 57 |
| Octal | 360 | 276 | 375 | 5 | 31 | 0 | 1 | 440 | 136 | 127 |
| Binary | 11110000 | 10111110 | 11111101 | 101 | 11001 | 0 | 1 | 100100000 | 1011110 | 1010111 |
Color Harmonies of #F0BEFD
Complementary color
Monochromatic Colors of #F0BEFD
Black with #F0BEFD
Text Example
Text Example
White with #F0BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEFD; }
p { color: rgb(240,190,253); }
H1.HeaderClassName
{
color: #F0BEFD;
}
.AnyTagClassName
{
color: #F0BEFD;
}
</style>
background-color css
<style>
a { background-color: #F0BEFD; }
a { background-color: rgb(240,190,253); }
div.DivClassName
{
background-color: #F0BEFD;
}
.BgClassName
{
background-color: #F0BEFD;
}
</style>
border-color css
<style>
span { border-color: #F0BEFD; }
span { border-color: rgb(240,190,253); }
td.TdClassName
{
border-color: #F0BEFD;
}
.TagClassName
{
border-color: #F0BEFD;
}
</style>