Shades of Mauvelous #F98DAC
Tints of Mauvelous #F98DAC
RGB
CMYK
RGB Variations
Color information
#F98DAC (or 0xF98DAC) is known color: Mauvelous. HEX triplet: F9, 8D and AC. RGB value is (249,141,172). Sum of RGB (Red+Green+Blue) = 249+141+172=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DAC is #067253. Grayscale: #B0B0B0. Windows color (decimal): -422484 or 11308537. OLE color: 11308537.
HSL color Cylindrical-coordinate representation of color #F98DAC: hue angle of 342.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DAC is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 172 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.02 |
| HSL | 342.78º | 0.9% | 0.76% | - |
| HSV(B) | 342.78º | 0.43% | 0.98% | - |
| XYZ | 56.04 | 42.17 | 44.22 | - |
| YUV | 176.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 172 | 0 | 0.43 | 0.31 | 0.02 | 342.78 | 0.9 | 0.76 |
| Hex | F9 | 8D | AC | 0 | 2B | 1F | 2 | 157 | 5A | 4C |
| Octal | 371 | 215 | 254 | 0 | 53 | 37 | 2 | 527 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10101100 | 0 | 101011 | 11111 | 10 | 101010111 | 1011010 | 1001100 |
Color Harmonies of #F98DAC
Complementary color
Monochromatic Colors of #F98DAC
Black with #F98DAC
Text Example
Text Example
White with #F98DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DAC; }
p { color: rgb(249,141,172); }
H1.HeaderClassName
{
color: #F98DAC;
}
.AnyTagClassName
{
color: #F98DAC;
}
</style>
background-color css
<style>
a { background-color: #F98DAC; }
a { background-color: rgb(249,141,172); }
div.DivClassName
{
background-color: #F98DAC;
}
.BgClassName
{
background-color: #F98DAC;
}
</style>
border-color css
<style>
span { border-color: #F98DAC; }
span { border-color: rgb(249,141,172); }
td.TdClassName
{
border-color: #F98DAC;
}
.TagClassName
{
border-color: #F98DAC;
}
</style>