Shades of Mauve #F2B4FE
Tints of Mauve #F2B4FE
RGB
CMYK
RGB Variations
Color information
#F2B4FE (or 0xF2B4FE) is known color: Mauve. HEX triplet: F2, B4 and FE. RGB value is (242,180,254). Sum of RGB (Red+Green+Blue) = 242+180+254=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B4FE is #0D4B01. Grayscale: #CECECE. Windows color (decimal): -871170 or 16692466. OLE color: 16692466.
HSL color Cylindrical-coordinate representation of color #F2B4FE: hue angle of 290.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2B4FE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 180 | 254 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.00 |
| HSL | 290.27º | 0.97% | 0.85% | - |
| HSV(B) | 290.27º | 0.29% | 1% | - |
| XYZ | 70.83 | 58.68 | 101.36 | - |
| YUV | 206.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 254 | 0.05 | 0.29 | 0 | 0.00 | 290.27 | 0.97 | 0.85 |
| Hex | F2 | B4 | FE | 5 | 1D | 0 | 0 | 122 | 61 | 55 |
| Octal | 362 | 264 | 376 | 5 | 35 | 0 | 0 | 442 | 141 | 125 |
| Binary | 11110010 | 10110100 | 11111110 | 101 | 11101 | 0 | 0 | 100100010 | 1100001 | 1010101 |
Color Harmonies of #F2B4FE
Complementary color
Monochromatic Colors of #F2B4FE
Black with #F2B4FE
Text Example
Text Example
White with #F2B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B4FE; }
p { color: rgb(242,180,254); }
H1.HeaderClassName
{
color: #F2B4FE;
}
.AnyTagClassName
{
color: #F2B4FE;
}
</style>
background-color css
<style>
a { background-color: #F2B4FE; }
a { background-color: rgb(242,180,254); }
div.DivClassName
{
background-color: #F2B4FE;
}
.BgClassName
{
background-color: #F2B4FE;
}
</style>
border-color css
<style>
span { border-color: #F2B4FE; }
span { border-color: rgb(242,180,254); }
td.TdClassName
{
border-color: #F2B4FE;
}
.TagClassName
{
border-color: #F2B4FE;
}
</style>