Shades of Mauve #F3BCFE
Tints of Mauve #F3BCFE
RGB
CMYK
RGB Variations
Color information
#F3BCFE (or 0xF3BCFE) is known color: Mauve. HEX triplet: F3, BC and FE. RGB value is (243,188,254). Sum of RGB (Red+Green+Blue) = 243+188+254=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3BCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCFE is #0C4301. Grayscale: #D3D3D3. Windows color (decimal): -803586 or 16694515. OLE color: 16694515.
HSL color Cylindrical-coordinate representation of color #F3BCFE: hue angle of 290º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BCFE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 188 | 254 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.00 |
| HSL | 290º | 0.97% | 0.87% | - |
| HSV(B) | 290º | 0.26% | 1% | - |
| XYZ | 72.83 | 62.18 | 101.93 | - |
| YUV | 211.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 254 | 0.04 | 0.26 | 0 | 0.00 | 290 | 0.97 | 0.87 |
| Hex | F3 | BC | FE | 4 | 1A | 0 | 0 | 122 | 61 | 57 |
| Octal | 363 | 274 | 376 | 4 | 32 | 0 | 0 | 442 | 141 | 127 |
| Binary | 11110011 | 10111100 | 11111110 | 100 | 11010 | 0 | 0 | 100100010 | 1100001 | 1010111 |
Color Harmonies of #F3BCFE
Complementary color
Monochromatic Colors of #F3BCFE
Black with #F3BCFE
Text Example
Text Example
White with #F3BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCFE; }
p { color: rgb(243,188,254); }
H1.HeaderClassName
{
color: #F3BCFE;
}
.AnyTagClassName
{
color: #F3BCFE;
}
</style>
background-color css
<style>
a { background-color: #F3BCFE; }
a { background-color: rgb(243,188,254); }
div.DivClassName
{
background-color: #F3BCFE;
}
.BgClassName
{
background-color: #F3BCFE;
}
</style>
border-color css
<style>
span { border-color: #F3BCFE; }
span { border-color: rgb(243,188,254); }
td.TdClassName
{
border-color: #F3BCFE;
}
.TagClassName
{
border-color: #F3BCFE;
}
</style>