Shades of Mauve #F2ADFB
Tints of Mauve #F2ADFB
RGB
CMYK
RGB Variations
Color information
#F2ADFB (or 0xF2ADFB) is known color: Mauve. HEX triplet: F2, AD and FB. RGB value is (242,173,251). Sum of RGB (Red+Green+Blue) = 242+173+251=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADFB is #0D5204. Grayscale: #CACACA. Windows color (decimal): -872965 or 16494066. OLE color: 16494066.
HSL color Cylindrical-coordinate representation of color #F2ADFB: hue angle of 293.08º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2ADFB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 173 | 251 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.02 |
| HSL | 293.08º | 0.91% | 0.83% | - |
| HSV(B) | 293.08º | 0.31% | 0.98% | - |
| XYZ | 68.97 | 55.73 | 98.39 | - |
| YUV | 202.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 251 | 0.04 | 0.31 | 0 | 0.02 | 293.08 | 0.91 | 0.83 |
| Hex | F2 | AD | FB | 4 | 1F | 0 | 2 | 125 | 5B | 53 |
| Octal | 362 | 255 | 373 | 4 | 37 | 0 | 2 | 445 | 133 | 123 |
| Binary | 11110010 | 10101101 | 11111011 | 100 | 11111 | 0 | 10 | 100100101 | 1011011 | 1010011 |
Color Harmonies of #F2ADFB
Complementary color
Monochromatic Colors of #F2ADFB
Black with #F2ADFB
Text Example
Text Example
White with #F2ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADFB; }
p { color: rgb(242,173,251); }
H1.HeaderClassName
{
color: #F2ADFB;
}
.AnyTagClassName
{
color: #F2ADFB;
}
</style>
background-color css
<style>
a { background-color: #F2ADFB; }
a { background-color: rgb(242,173,251); }
div.DivClassName
{
background-color: #F2ADFB;
}
.BgClassName
{
background-color: #F2ADFB;
}
</style>
border-color css
<style>
span { border-color: #F2ADFB; }
span { border-color: rgb(242,173,251); }
td.TdClassName
{
border-color: #F2ADFB;
}
.TagClassName
{
border-color: #F2ADFB;
}
</style>