Shades of Mauve #F3BCFF
Tints of Mauve #F3BCFF
RGB
CMYK
RGB Variations
Color information
#F3BCFF (or 0xF3BCFF) is known color: Mauve. HEX triplet: F3, BC and FF. RGB value is (243,188,255). Sum of RGB (Red+Green+Blue) = 243+188+255=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 188 (73.83% from 255 or 27.41% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCFF is #0C4300. Grayscale: #D3D3D3. Windows color (decimal): -803585 or 16760051. OLE color: 16760051.
HSL color Cylindrical-coordinate representation of color #F3BCFF: hue angle of 289.25º 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 #F3BCFF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 188 | 255 | - |
| CMYK | 0.05 | 0.26 | 0 | 0 |
| HSL | 289.25º | 1% | 0.87% | - |
| HSV(B) | 289.25º | 0.26% | 1% | - |
| XYZ | 73 | 62.24 | 102.77 | - |
| YUV | 212.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 255 | 0.05 | 0.26 | 0 | 0 | 289.25 | 1 | 0.87 |
| Hex | F3 | BC | FF | 5 | 1A | 0 | 0 | 121 | 64 | 57 |
| Octal | 363 | 274 | 377 | 5 | 32 | 0 | 0 | 441 | 144 | 127 |
| Binary | 11110011 | 10111100 | 11111111 | 101 | 11010 | 0 | 0 | 100100001 | 1100100 | 1010111 |
Color Harmonies of #F3BCFF
Complementary color
Monochromatic Colors of #F3BCFF
Black with #F3BCFF
Text Example
Text Example
White with #F3BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCFF; }
p { color: rgb(243,188,255); }
H1.HeaderClassName
{
color: #F3BCFF;
}
.AnyTagClassName
{
color: #F3BCFF;
}
</style>
background-color css
<style>
a { background-color: #F3BCFF; }
a { background-color: rgb(243,188,255); }
div.DivClassName
{
background-color: #F3BCFF;
}
.BgClassName
{
background-color: #F3BCFF;
}
</style>
border-color css
<style>
span { border-color: #F3BCFF; }
span { border-color: rgb(243,188,255); }
td.TdClassName
{
border-color: #F3BCFF;
}
.TagClassName
{
border-color: #F3BCFF;
}
</style>