Shades of Mauve #F3BAFE
Tints of Mauve #F3BAFE
RGB
CMYK
RGB Variations
Color information
#F3BAFE (or 0xF3BAFE) is known color: Mauve. HEX triplet: F3, BA and FE. RGB value is (243,186,254). Sum of RGB (Red+Green+Blue) = 243+186+254=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAFE is #0C4501. Grayscale: #D2D2D2. Windows color (decimal): -804098 or 16694003. OLE color: 16694003.
HSL color Cylindrical-coordinate representation of color #F3BAFE: hue angle of 290.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3BAFE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 186 | 254 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.00 |
| HSL | 290.29º | 0.97% | 0.86% | - |
| HSV(B) | 290.29º | 0.27% | 1% | - |
| XYZ | 72.41 | 61.33 | 101.79 | - |
| YUV | 210.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 254 | 0.04 | 0.27 | 0 | 0.00 | 290.29 | 0.97 | 0.86 |
| Hex | F3 | BA | FE | 4 | 1B | 0 | 0 | 122 | 61 | 56 |
| Octal | 363 | 272 | 376 | 4 | 33 | 0 | 0 | 442 | 141 | 126 |
| Binary | 11110011 | 10111010 | 11111110 | 100 | 11011 | 0 | 0 | 100100010 | 1100001 | 1010110 |
Color Harmonies of #F3BAFE
Complementary color
Monochromatic Colors of #F3BAFE
Black with #F3BAFE
Text Example
Text Example
White with #F3BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAFE; }
p { color: rgb(243,186,254); }
H1.HeaderClassName
{
color: #F3BAFE;
}
.AnyTagClassName
{
color: #F3BAFE;
}
</style>
background-color css
<style>
a { background-color: #F3BAFE; }
a { background-color: rgb(243,186,254); }
div.DivClassName
{
background-color: #F3BAFE;
}
.BgClassName
{
background-color: #F3BAFE;
}
</style>
border-color css
<style>
span { border-color: #F3BAFE; }
span { border-color: rgb(243,186,254); }
td.TdClassName
{
border-color: #F3BAFE;
}
.TagClassName
{
border-color: #F3BAFE;
}
</style>