Shades of Mauve #F3BBFC
Tints of Mauve #F3BBFC
RGB
CMYK
RGB Variations
Color information
#F3BBFC (or 0xF3BBFC) is known color: Mauve. HEX triplet: F3, BB and FC. RGB value is (243,187,252). Sum of RGB (Red+Green+Blue) = 243+187+252=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBFC is #0C4403. Grayscale: #D2D2D2. Windows color (decimal): -803844 or 16563187. OLE color: 16563187.
HSL color Cylindrical-coordinate representation of color #F3BBFC: hue angle of 291.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BBFC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 187 | 252 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 291.69º | 0.92% | 0.86% | - |
| HSV(B) | 291.69º | 0.26% | 0.99% | - |
| XYZ | 72.3 | 61.62 | 100.18 | - |
| YUV | 211.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 252 | 0.04 | 0.26 | 0 | 0.01 | 291.69 | 0.92 | 0.86 |
| Hex | F3 | BB | FC | 4 | 1A | 0 | 1 | 124 | 5C | 56 |
| Octal | 363 | 273 | 374 | 4 | 32 | 0 | 1 | 444 | 134 | 126 |
| Binary | 11110011 | 10111011 | 11111100 | 100 | 11010 | 0 | 1 | 100100100 | 1011100 | 1010110 |
Color Harmonies of #F3BBFC
Complementary color
Monochromatic Colors of #F3BBFC
Black with #F3BBFC
Text Example
Text Example
White with #F3BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBFC; }
p { color: rgb(243,187,252); }
H1.HeaderClassName
{
color: #F3BBFC;
}
.AnyTagClassName
{
color: #F3BBFC;
}
</style>
background-color css
<style>
a { background-color: #F3BBFC; }
a { background-color: rgb(243,187,252); }
div.DivClassName
{
background-color: #F3BBFC;
}
.BgClassName
{
background-color: #F3BBFC;
}
</style>
border-color css
<style>
span { border-color: #F3BBFC; }
span { border-color: rgb(243,187,252); }
td.TdClassName
{
border-color: #F3BBFC;
}
.TagClassName
{
border-color: #F3BBFC;
}
</style>