Shades of Mauve #F9ADFE
Tints of Mauve #F9ADFE
RGB
CMYK
RGB Variations
Color information
#F9ADFE (or 0xF9ADFE) is known color: Mauve. HEX triplet: F9, AD and FE. RGB value is (249,173,254). Sum of RGB (Red+Green+Blue) = 249+173+254=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 173 (67.97% from 255 or 25.59% 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 #F9ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADFE is #065201. Grayscale: #CCCCCC. Windows color (decimal): -414210 or 16690681. OLE color: 16690681.
HSL color Cylindrical-coordinate representation of color #F9ADFE: hue angle of 296.3º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9ADFE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 173 | 254 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.00 |
| HSL | 296.3º | 0.98% | 0.84% | - |
| HSV(B) | 296.3º | 0.32% | 1% | - |
| XYZ | 71.9 | 57.18 | 101.01 | - |
| YUV | 204.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 254 | 0.02 | 0.32 | 0 | 0.00 | 296.3 | 0.98 | 0.84 |
| Hex | F9 | AD | FE | 2 | 20 | 0 | 0 | 128 | 62 | 54 |
| Octal | 371 | 255 | 376 | 2 | 40 | 0 | 0 | 450 | 142 | 124 |
| Binary | 11111001 | 10101101 | 11111110 | 10 | 100000 | 0 | 0 | 100101000 | 1100010 | 1010100 |
Color Harmonies of #F9ADFE
Complementary color
Monochromatic Colors of #F9ADFE
Black with #F9ADFE
Text Example
Text Example
White with #F9ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADFE; }
p { color: rgb(249,173,254); }
H1.HeaderClassName
{
color: #F9ADFE;
}
.AnyTagClassName
{
color: #F9ADFE;
}
</style>
background-color css
<style>
a { background-color: #F9ADFE; }
a { background-color: rgb(249,173,254); }
div.DivClassName
{
background-color: #F9ADFE;
}
.BgClassName
{
background-color: #F9ADFE;
}
</style>
border-color css
<style>
span { border-color: #F9ADFE; }
span { border-color: rgb(249,173,254); }
td.TdClassName
{
border-color: #F9ADFE;
}
.TagClassName
{
border-color: #F9ADFE;
}
</style>