Shades of Mauve #F3BBFE
Tints of Mauve #F3BBFE
RGB
CMYK
RGB Variations
Color information
#F3BBFE (or 0xF3BBFE) is known color: Mauve. HEX triplet: F3, BB and FE. RGB value is (243,187,254). Sum of RGB (Red+Green+Blue) = 243+187+254=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBFE is #0C4401. Grayscale: #D3D3D3. Windows color (decimal): -803842 or 16694259. OLE color: 16694259.
HSL color Cylindrical-coordinate representation of color #F3BBFE: hue angle of 290.15º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BBFE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 187 | 254 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.00 |
| HSL | 290.15º | 0.97% | 0.86% | - |
| HSV(B) | 290.15º | 0.26% | 1% | - |
| XYZ | 72.62 | 61.75 | 101.86 | - |
| YUV | 211.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 254 | 0.04 | 0.26 | 0 | 0.00 | 290.15 | 0.97 | 0.86 |
| Hex | F3 | BB | FE | 4 | 1A | 0 | 0 | 122 | 61 | 56 |
| Octal | 363 | 273 | 376 | 4 | 32 | 0 | 0 | 442 | 141 | 126 |
| Binary | 11110011 | 10111011 | 11111110 | 100 | 11010 | 0 | 0 | 100100010 | 1100001 | 1010110 |
Color Harmonies of #F3BBFE
Complementary color
Monochromatic Colors of #F3BBFE
Black with #F3BBFE
Text Example
Text Example
White with #F3BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBFE; }
p { color: rgb(243,187,254); }
H1.HeaderClassName
{
color: #F3BBFE;
}
.AnyTagClassName
{
color: #F3BBFE;
}
</style>
background-color css
<style>
a { background-color: #F3BBFE; }
a { background-color: rgb(243,187,254); }
div.DivClassName
{
background-color: #F3BBFE;
}
.BgClassName
{
background-color: #F3BBFE;
}
</style>
border-color css
<style>
span { border-color: #F3BBFE; }
span { border-color: rgb(243,187,254); }
td.TdClassName
{
border-color: #F3BBFE;
}
.TagClassName
{
border-color: #F3BBFE;
}
</style>