Shades of Mauve #F0B9FD
Tints of Mauve #F0B9FD
RGB
CMYK
RGB Variations
Color information
#F0B9FD (or 0xF0B9FD) is known color: Mauve. HEX triplet: F0, B9 and FD. RGB value is (240,185,253). Sum of RGB (Red+Green+Blue) = 240+185+253=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 185 (72.66% from 255 or 27.29% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9FD is #0F4602. Grayscale: #D0D0D0. Windows color (decimal): -1000963 or 16628208. OLE color: 16628208.
HSL color Cylindrical-coordinate representation of color #F0B9FD: hue angle of 288.53º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B9FD is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 185 | 253 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.01 |
| HSL | 288.53º | 0.94% | 0.86% | - |
| HSV(B) | 288.53º | 0.27% | 0.99% | - |
| XYZ | 71.01 | 60.32 | 100.83 | - |
| YUV | 209.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 253 | 0.05 | 0.27 | 0 | 0.01 | 288.53 | 0.94 | 0.86 |
| Hex | F0 | B9 | FD | 5 | 1B | 0 | 1 | 121 | 5E | 56 |
| Octal | 360 | 271 | 375 | 5 | 33 | 0 | 1 | 441 | 136 | 126 |
| Binary | 11110000 | 10111001 | 11111101 | 101 | 11011 | 0 | 1 | 100100001 | 1011110 | 1010110 |
Color Harmonies of #F0B9FD
Complementary color
Monochromatic Colors of #F0B9FD
Black with #F0B9FD
Text Example
Text Example
White with #F0B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9FD; }
p { color: rgb(240,185,253); }
H1.HeaderClassName
{
color: #F0B9FD;
}
.AnyTagClassName
{
color: #F0B9FD;
}
</style>
background-color css
<style>
a { background-color: #F0B9FD; }
a { background-color: rgb(240,185,253); }
div.DivClassName
{
background-color: #F0B9FD;
}
.BgClassName
{
background-color: #F0B9FD;
}
</style>
border-color css
<style>
span { border-color: #F0B9FD; }
span { border-color: rgb(240,185,253); }
td.TdClassName
{
border-color: #F0B9FD;
}
.TagClassName
{
border-color: #F0B9FD;
}
</style>