Shades of Mauve #F3BDF9
Tints of Mauve #F3BDF9
RGB
CMYK
RGB Variations
Color information
#F3BDF9 (or 0xF3BDF9) is known color: Mauve. HEX triplet: F3, BD and F9. RGB value is (243,189,249). Sum of RGB (Red+Green+Blue) = 243+189+249=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3BDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDF9 is #0C4206. Grayscale: #D3D3D3. Windows color (decimal): -803335 or 16367091. OLE color: 16367091.
HSL color Cylindrical-coordinate representation of color #F3BDF9: hue angle of 294º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3BDF9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 189 | 249 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.02 |
| HSL | 294º | 0.83% | 0.86% | - |
| HSV(B) | 294º | 0.24% | 0.98% | - |
| XYZ | 72.26 | 62.29 | 97.84 | - |
| YUV | 211.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 249 | 0.02 | 0.24 | 0 | 0.02 | 294 | 0.83 | 0.86 |
| Hex | F3 | BD | F9 | 2 | 18 | 0 | 2 | 126 | 53 | 56 |
| Octal | 363 | 275 | 371 | 2 | 30 | 0 | 2 | 446 | 123 | 126 |
| Binary | 11110011 | 10111101 | 11111001 | 10 | 11000 | 0 | 10 | 100100110 | 1010011 | 1010110 |
Color Harmonies of #F3BDF9
Complementary color
Monochromatic Colors of #F3BDF9
Black with #F3BDF9
Text Example
Text Example
White with #F3BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDF9; }
p { color: rgb(243,189,249); }
H1.HeaderClassName
{
color: #F3BDF9;
}
.AnyTagClassName
{
color: #F3BDF9;
}
</style>
background-color css
<style>
a { background-color: #F3BDF9; }
a { background-color: rgb(243,189,249); }
div.DivClassName
{
background-color: #F3BDF9;
}
.BgClassName
{
background-color: #F3BDF9;
}
</style>
border-color css
<style>
span { border-color: #F3BDF9; }
span { border-color: rgb(243,189,249); }
td.TdClassName
{
border-color: #F3BDF9;
}
.TagClassName
{
border-color: #F3BDF9;
}
</style>