Shades of Mauve #F2BAF8
Tints of Mauve #F2BAF8
RGB
CMYK
RGB Variations
Color information
#F2BAF8 (or 0xF2BAF8) is known color: Mauve. HEX triplet: F2, BA and F8. RGB value is (242,186,248). Sum of RGB (Red+Green+Blue) = 242+186+248=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2BAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAF8 is #0D4507. Grayscale: #D1D1D1. Windows color (decimal): -869640 or 16300786. OLE color: 16300786.
HSL color Cylindrical-coordinate representation of color #F2BAF8: hue angle of 294.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2BAF8 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 186 | 248 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.03 |
| HSL | 294.19º | 0.82% | 0.85% | - |
| HSV(B) | 294.19º | 0.25% | 0.97% | - |
| XYZ | 71.12 | 60.77 | 96.79 | - |
| YUV | 209.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 248 | 0.02 | 0.25 | 0 | 0.03 | 294.19 | 0.82 | 0.85 |
| Hex | F2 | BA | F8 | 2 | 19 | 0 | 3 | 126 | 52 | 55 |
| Octal | 362 | 272 | 370 | 2 | 31 | 0 | 3 | 446 | 122 | 125 |
| Binary | 11110010 | 10111010 | 11111000 | 10 | 11001 | 0 | 11 | 100100110 | 1010010 | 1010101 |
Color Harmonies of #F2BAF8
Complementary color
Monochromatic Colors of #F2BAF8
Black with #F2BAF8
Text Example
Text Example
White with #F2BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAF8; }
p { color: rgb(242,186,248); }
H1.HeaderClassName
{
color: #F2BAF8;
}
.AnyTagClassName
{
color: #F2BAF8;
}
</style>
background-color css
<style>
a { background-color: #F2BAF8; }
a { background-color: rgb(242,186,248); }
div.DivClassName
{
background-color: #F2BAF8;
}
.BgClassName
{
background-color: #F2BAF8;
}
</style>
border-color css
<style>
span { border-color: #F2BAF8; }
span { border-color: rgb(242,186,248); }
td.TdClassName
{
border-color: #F2BAF8;
}
.TagClassName
{
border-color: #F2BAF8;
}
</style>