Shades of Mauve #F2BCFD
Tints of Mauve #F2BCFD
RGB
CMYK
RGB Variations
Color information
#F2BCFD (or 0xF2BCFD) is known color: Mauve. HEX triplet: F2, BC and FD. RGB value is (242,188,253). Sum of RGB (Red+Green+Blue) = 242+188+253=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCFD is #0D4302. Grayscale: #D3D3D3. Windows color (decimal): -869123 or 16628978. OLE color: 16628978.
HSL color Cylindrical-coordinate representation of color #F2BCFD: hue angle of 289.85º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2BCFD is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 188 | 253 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 289.85º | 0.94% | 0.86% | - |
| HSV(B) | 289.85º | 0.26% | 0.99% | - |
| XYZ | 72.33 | 61.94 | 101.07 | - |
| YUV | 211.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 253 | 0.04 | 0.26 | 0 | 0.01 | 289.85 | 0.94 | 0.86 |
| Hex | F2 | BC | FD | 4 | 1A | 0 | 1 | 122 | 5E | 56 |
| Octal | 362 | 274 | 375 | 4 | 32 | 0 | 1 | 442 | 136 | 126 |
| Binary | 11110010 | 10111100 | 11111101 | 100 | 11010 | 0 | 1 | 100100010 | 1011110 | 1010110 |
Color Harmonies of #F2BCFD
Complementary color
Monochromatic Colors of #F2BCFD
Black with #F2BCFD
Text Example
Text Example
White with #F2BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCFD; }
p { color: rgb(242,188,253); }
H1.HeaderClassName
{
color: #F2BCFD;
}
.AnyTagClassName
{
color: #F2BCFD;
}
</style>
background-color css
<style>
a { background-color: #F2BCFD; }
a { background-color: rgb(242,188,253); }
div.DivClassName
{
background-color: #F2BCFD;
}
.BgClassName
{
background-color: #F2BCFD;
}
</style>
border-color css
<style>
span { border-color: #F2BCFD; }
span { border-color: rgb(242,188,253); }
td.TdClassName
{
border-color: #F2BCFD;
}
.TagClassName
{
border-color: #F2BCFD;
}
</style>