Shades of Mauve #F0B9FC
Tints of Mauve #F0B9FC
RGB
CMYK
RGB Variations
Color information
#F0B9FC (or 0xF0B9FC) is known color: Mauve. HEX triplet: F0, B9 and FC. RGB value is (240,185,252). Sum of RGB (Red+Green+Blue) = 240+185+252=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9FC is #0F4603. Grayscale: #D0D0D0. Windows color (decimal): -1000964 or 16562672. OLE color: 16562672.
HSL color Cylindrical-coordinate representation of color #F0B9FC: hue angle of 289.25º degrees, saturation: 0.92, 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 #F0B9FC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 185 | 252 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.01 |
| HSL | 289.25º | 0.92% | 0.86% | - |
| HSV(B) | 289.25º | 0.27% | 0.99% | - |
| XYZ | 70.85 | 60.25 | 99.99 | - |
| YUV | 209.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 252 | 0.05 | 0.27 | 0 | 0.01 | 289.25 | 0.92 | 0.86 |
| Hex | F0 | B9 | FC | 5 | 1B | 0 | 1 | 121 | 5C | 56 |
| Octal | 360 | 271 | 374 | 5 | 33 | 0 | 1 | 441 | 134 | 126 |
| Binary | 11110000 | 10111001 | 11111100 | 101 | 11011 | 0 | 1 | 100100001 | 1011100 | 1010110 |
Color Harmonies of #F0B9FC
Complementary color
Monochromatic Colors of #F0B9FC
Black with #F0B9FC
Text Example
Text Example
White with #F0B9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9FC; }
p { color: rgb(240,185,252); }
H1.HeaderClassName
{
color: #F0B9FC;
}
.AnyTagClassName
{
color: #F0B9FC;
}
</style>
background-color css
<style>
a { background-color: #F0B9FC; }
a { background-color: rgb(240,185,252); }
div.DivClassName
{
background-color: #F0B9FC;
}
.BgClassName
{
background-color: #F0B9FC;
}
</style>
border-color css
<style>
span { border-color: #F0B9FC; }
span { border-color: rgb(240,185,252); }
td.TdClassName
{
border-color: #F0B9FC;
}
.TagClassName
{
border-color: #F0B9FC;
}
</style>