Shades of Mauve #F3BDFF
Tints of Mauve #F3BDFF
RGB
CMYK
RGB Variations
Color information
#F3BDFF (or 0xF3BDFF) is known color: Mauve. HEX triplet: F3, BD and FF. RGB value is (243,189,255). Sum of RGB (Red+Green+Blue) = 243+189+255=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDFF is #0C4200. Grayscale: #D4D4D4. Windows color (decimal): -803329 or 16760307. OLE color: 16760307.
HSL color Cylindrical-coordinate representation of color #F3BDFF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BDFF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 189 | 255 | - |
| CMYK | 0.05 | 0.26 | 0 | 0 |
| HSL | 289.09º | 1% | 0.87% | - |
| HSV(B) | 289.09º | 0.26% | 1% | - |
| XYZ | 73.21 | 62.67 | 102.85 | - |
| YUV | 212.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 255 | 0.05 | 0.26 | 0 | 0 | 289.09 | 1 | 0.87 |
| Hex | F3 | BD | FF | 5 | 1A | 0 | 0 | 121 | 64 | 57 |
| Octal | 363 | 275 | 377 | 5 | 32 | 0 | 0 | 441 | 144 | 127 |
| Binary | 11110011 | 10111101 | 11111111 | 101 | 11010 | 0 | 0 | 100100001 | 1100100 | 1010111 |
Color Harmonies of #F3BDFF
Complementary color
Monochromatic Colors of #F3BDFF
Black with #F3BDFF
Text Example
Text Example
White with #F3BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDFF; }
p { color: rgb(243,189,255); }
H1.HeaderClassName
{
color: #F3BDFF;
}
.AnyTagClassName
{
color: #F3BDFF;
}
</style>
background-color css
<style>
a { background-color: #F3BDFF; }
a { background-color: rgb(243,189,255); }
div.DivClassName
{
background-color: #F3BDFF;
}
.BgClassName
{
background-color: #F3BDFF;
}
</style>
border-color css
<style>
span { border-color: #F3BDFF; }
span { border-color: rgb(243,189,255); }
td.TdClassName
{
border-color: #F3BDFF;
}
.TagClassName
{
border-color: #F3BDFF;
}
</style>