Shades of Mauve #F2BCFF
Tints of Mauve #F2BCFF
RGB
CMYK
RGB Variations
Color information
#F2BCFF (or 0xF2BCFF) is known color: Mauve. HEX triplet: F2, BC and FF. RGB value is (242,188,255). Sum of RGB (Red+Green+Blue) = 242+188+255=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCFF is #0D4300. Grayscale: #D3D3D3. Windows color (decimal): -869121 or 16760050. OLE color: 16760050.
HSL color Cylindrical-coordinate representation of color #F2BCFF: hue angle of 288.36º 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 #F2BCFF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 188 | 255 | - |
| CMYK | 0.05 | 0.26 | 0 | 0 |
| HSL | 288.36º | 1% | 0.87% | - |
| HSV(B) | 288.36º | 0.26% | 1% | - |
| XYZ | 72.65 | 62.06 | 102.76 | - |
| YUV | 211.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 255 | 0.05 | 0.26 | 0 | 0 | 288.36 | 1 | 0.87 |
| Hex | F2 | BC | FF | 5 | 1A | 0 | 0 | 120 | 64 | 57 |
| Octal | 362 | 274 | 377 | 5 | 32 | 0 | 0 | 440 | 144 | 127 |
| Binary | 11110010 | 10111100 | 11111111 | 101 | 11010 | 0 | 0 | 100100000 | 1100100 | 1010111 |
Color Harmonies of #F2BCFF
Complementary color
Monochromatic Colors of #F2BCFF
Black with #F2BCFF
Text Example
Text Example
White with #F2BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCFF; }
p { color: rgb(242,188,255); }
H1.HeaderClassName
{
color: #F2BCFF;
}
.AnyTagClassName
{
color: #F2BCFF;
}
</style>
background-color css
<style>
a { background-color: #F2BCFF; }
a { background-color: rgb(242,188,255); }
div.DivClassName
{
background-color: #F2BCFF;
}
.BgClassName
{
background-color: #F2BCFF;
}
</style>
border-color css
<style>
span { border-color: #F2BCFF; }
span { border-color: rgb(242,188,255); }
td.TdClassName
{
border-color: #F2BCFF;
}
.TagClassName
{
border-color: #F2BCFF;
}
</style>