Shades of Mauve #F0B4FC
Tints of Mauve #F0B4FC
RGB
CMYK
RGB Variations
Color information
#F0B4FC (or 0xF0B4FC) is known color: Mauve. HEX triplet: F0, B4 and FC. RGB value is (240,180,252). Sum of RGB (Red+Green+Blue) = 240+180+252=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B4FC is #0F4B03. Grayscale: #CDCDCD. Windows color (decimal): -1002244 or 16561392. OLE color: 16561392.
HSL color Cylindrical-coordinate representation of color #F0B4FC: hue angle of 290º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B4FC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 180 | 252 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.01 |
| HSL | 290º | 0.92% | 0.85% | - |
| HSV(B) | 290º | 0.29% | 0.99% | - |
| XYZ | 69.83 | 58.2 | 99.65 | - |
| YUV | 206.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 252 | 0.05 | 0.29 | 0 | 0.01 | 290 | 0.92 | 0.85 |
| Hex | F0 | B4 | FC | 5 | 1D | 0 | 1 | 122 | 5C | 55 |
| Octal | 360 | 264 | 374 | 5 | 35 | 0 | 1 | 442 | 134 | 125 |
| Binary | 11110000 | 10110100 | 11111100 | 101 | 11101 | 0 | 1 | 100100010 | 1011100 | 1010101 |
Color Harmonies of #F0B4FC
Complementary color
Monochromatic Colors of #F0B4FC
Black with #F0B4FC
Text Example
Text Example
White with #F0B4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4FC; }
p { color: rgb(240,180,252); }
H1.HeaderClassName
{
color: #F0B4FC;
}
.AnyTagClassName
{
color: #F0B4FC;
}
</style>
background-color css
<style>
a { background-color: #F0B4FC; }
a { background-color: rgb(240,180,252); }
div.DivClassName
{
background-color: #F0B4FC;
}
.BgClassName
{
background-color: #F0B4FC;
}
</style>
border-color css
<style>
span { border-color: #F0B4FC; }
span { border-color: rgb(240,180,252); }
td.TdClassName
{
border-color: #F0B4FC;
}
.TagClassName
{
border-color: #F0B4FC;
}
</style>