Shades of Mauve #F2BDFB
Tints of Mauve #F2BDFB
RGB
CMYK
RGB Variations
Color information
#F2BDFB (or 0xF2BDFB) is known color: Mauve. HEX triplet: F2, BD and FB. RGB value is (242,189,251). Sum of RGB (Red+Green+Blue) = 242+189+251=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDFB is #0D4204. Grayscale: #D3D3D3. Windows color (decimal): -868869 or 16498162. OLE color: 16498162.
HSL color Cylindrical-coordinate representation of color #F2BDFB: hue angle of 291.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2BDFB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 189 | 251 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.02 |
| HSL | 291.29º | 0.89% | 0.86% | - |
| HSV(B) | 291.29º | 0.25% | 0.98% | - |
| XYZ | 72.23 | 62.24 | 99.47 | - |
| YUV | 211.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 251 | 0.04 | 0.25 | 0 | 0.02 | 291.29 | 0.89 | 0.86 |
| Hex | F2 | BD | FB | 4 | 19 | 0 | 2 | 123 | 59 | 56 |
| Octal | 362 | 275 | 373 | 4 | 31 | 0 | 2 | 443 | 131 | 126 |
| Binary | 11110010 | 10111101 | 11111011 | 100 | 11001 | 0 | 10 | 100100011 | 1011001 | 1010110 |
Color Harmonies of #F2BDFB
Complementary color
Monochromatic Colors of #F2BDFB
Black with #F2BDFB
Text Example
Text Example
White with #F2BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDFB; }
p { color: rgb(242,189,251); }
H1.HeaderClassName
{
color: #F2BDFB;
}
.AnyTagClassName
{
color: #F2BDFB;
}
</style>
background-color css
<style>
a { background-color: #F2BDFB; }
a { background-color: rgb(242,189,251); }
div.DivClassName
{
background-color: #F2BDFB;
}
.BgClassName
{
background-color: #F2BDFB;
}
</style>
border-color css
<style>
span { border-color: #F2BDFB; }
span { border-color: rgb(242,189,251); }
td.TdClassName
{
border-color: #F2BDFB;
}
.TagClassName
{
border-color: #F2BDFB;
}
</style>