Shades of Mauve #F3B4FE
Tints of Mauve #F3B4FE
RGB
CMYK
RGB Variations
Color information
#F3B4FE (or 0xF3B4FE) is known color: Mauve. HEX triplet: F3, B4 and FE. RGB value is (243,180,254). Sum of RGB (Red+Green+Blue) = 243+180+254=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 180 (70.70% from 255 or 26.59% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B4FE is #0C4B01. Grayscale: #CFCFCF. Windows color (decimal): -805634 or 16692467. OLE color: 16692467.
HSL color Cylindrical-coordinate representation of color #F3B4FE: hue angle of 291.08º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3B4FE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 180 | 254 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.00 |
| HSL | 291.08º | 0.97% | 0.85% | - |
| HSV(B) | 291.08º | 0.29% | 1% | - |
| XYZ | 71.17 | 58.85 | 101.37 | - |
| YUV | 207.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 254 | 0.04 | 0.29 | 0 | 0.00 | 291.08 | 0.97 | 0.85 |
| Hex | F3 | B4 | FE | 4 | 1D | 0 | 0 | 123 | 61 | 55 |
| Octal | 363 | 264 | 376 | 4 | 35 | 0 | 0 | 443 | 141 | 125 |
| Binary | 11110011 | 10110100 | 11111110 | 100 | 11101 | 0 | 0 | 100100011 | 1100001 | 1010101 |
Color Harmonies of #F3B4FE
Complementary color
Monochromatic Colors of #F3B4FE
Black with #F3B4FE
Text Example
Text Example
White with #F3B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4FE; }
p { color: rgb(243,180,254); }
H1.HeaderClassName
{
color: #F3B4FE;
}
.AnyTagClassName
{
color: #F3B4FE;
}
</style>
background-color css
<style>
a { background-color: #F3B4FE; }
a { background-color: rgb(243,180,254); }
div.DivClassName
{
background-color: #F3B4FE;
}
.BgClassName
{
background-color: #F3B4FE;
}
</style>
border-color css
<style>
span { border-color: #F3B4FE; }
span { border-color: rgb(243,180,254); }
td.TdClassName
{
border-color: #F3B4FE;
}
.TagClassName
{
border-color: #F3B4FE;
}
</style>