Shades of Mauve #F2BFFC
Tints of Mauve #F2BFFC
RGB
CMYK
RGB Variations
Color information
#F2BFFC (or 0xF2BFFC) is known color: Mauve. HEX triplet: F2, BF and FC. RGB value is (242,191,252). Sum of RGB (Red+Green+Blue) = 242+191+252=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2BFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFFC is #0D4003. Grayscale: #D5D5D5. Windows color (decimal): -868356 or 16564210. OLE color: 16564210.
HSL color Cylindrical-coordinate representation of color #F2BFFC: hue angle of 290.16º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BFFC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 191 | 252 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.01 |
| HSL | 290.16º | 0.91% | 0.87% | - |
| HSV(B) | 290.16º | 0.24% | 0.99% | - |
| XYZ | 72.82 | 63.17 | 100.45 | - |
| YUV | 213.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 252 | 0.04 | 0.24 | 0 | 0.01 | 290.16 | 0.91 | 0.87 |
| Hex | F2 | BF | FC | 4 | 18 | 0 | 1 | 122 | 5B | 57 |
| Octal | 362 | 277 | 374 | 4 | 30 | 0 | 1 | 442 | 133 | 127 |
| Binary | 11110010 | 10111111 | 11111100 | 100 | 11000 | 0 | 1 | 100100010 | 1011011 | 1010111 |
Color Harmonies of #F2BFFC
Complementary color
Monochromatic Colors of #F2BFFC
Black with #F2BFFC
Text Example
Text Example
White with #F2BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFFC; }
p { color: rgb(242,191,252); }
H1.HeaderClassName
{
color: #F2BFFC;
}
.AnyTagClassName
{
color: #F2BFFC;
}
</style>
background-color css
<style>
a { background-color: #F2BFFC; }
a { background-color: rgb(242,191,252); }
div.DivClassName
{
background-color: #F2BFFC;
}
.BgClassName
{
background-color: #F2BFFC;
}
</style>
border-color css
<style>
span { border-color: #F2BFFC; }
span { border-color: rgb(242,191,252); }
td.TdClassName
{
border-color: #F2BFFC;
}
.TagClassName
{
border-color: #F2BFFC;
}
</style>