Shades of Mauve #F3BBFD
Tints of Mauve #F3BBFD
RGB
CMYK
RGB Variations
Color information
#F3BBFD (or 0xF3BBFD) is known color: Mauve. HEX triplet: F3, BB and FD. RGB value is (243,187,253). Sum of RGB (Red+Green+Blue) = 243+187+253=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBFD is #0C4402. Grayscale: #D3D3D3. Windows color (decimal): -803843 or 16628723. OLE color: 16628723.
HSL color Cylindrical-coordinate representation of color #F3BBFD: hue angle of 290.91º degrees, saturation: 0.94, 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 #F3BBFD is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 187 | 253 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 290.91º | 0.94% | 0.86% | - |
| HSV(B) | 290.91º | 0.26% | 0.99% | - |
| XYZ | 72.46 | 61.69 | 101.02 | - |
| YUV | 211.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 253 | 0.04 | 0.26 | 0 | 0.01 | 290.91 | 0.94 | 0.86 |
| Hex | F3 | BB | FD | 4 | 1A | 0 | 1 | 123 | 5E | 56 |
| Octal | 363 | 273 | 375 | 4 | 32 | 0 | 1 | 443 | 136 | 126 |
| Binary | 11110011 | 10111011 | 11111101 | 100 | 11010 | 0 | 1 | 100100011 | 1011110 | 1010110 |
Color Harmonies of #F3BBFD
Complementary color
Monochromatic Colors of #F3BBFD
Black with #F3BBFD
Text Example
Text Example
White with #F3BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBFD; }
p { color: rgb(243,187,253); }
H1.HeaderClassName
{
color: #F3BBFD;
}
.AnyTagClassName
{
color: #F3BBFD;
}
</style>
background-color css
<style>
a { background-color: #F3BBFD; }
a { background-color: rgb(243,187,253); }
div.DivClassName
{
background-color: #F3BBFD;
}
.BgClassName
{
background-color: #F3BBFD;
}
</style>
border-color css
<style>
span { border-color: #F3BBFD; }
span { border-color: rgb(243,187,253); }
td.TdClassName
{
border-color: #F3BBFD;
}
.TagClassName
{
border-color: #F3BBFD;
}
</style>