Shades of Mauvelous #F28DAB
Tints of Mauvelous #F28DAB
RGB
CMYK
RGB Variations
Color information
#F28DAB (or 0xF28DAB) is known color: Mauvelous. HEX triplet: F2, 8D and AB. RGB value is (242,141,171). Sum of RGB (Red+Green+Blue) = 242+141+171=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28DAB is #0D7254. Grayscale: #AEAEAE. Windows color (decimal): -881237 or 11242994. OLE color: 11242994.
HSL color Cylindrical-coordinate representation of color #F28DAB: hue angle of 342.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DAB is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 171 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.05 |
| HSL | 342.18º | 0.8% | 0.75% | - |
| HSV(B) | 342.18º | 0.42% | 0.95% | - |
| XYZ | 53.49 | 40.87 | 43.6 | - |
| YUV | 174.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 171 | 0 | 0.42 | 0.29 | 0.05 | 342.18 | 0.8 | 0.75 |
| Hex | F2 | 8D | AB | 0 | 2A | 1D | 5 | 156 | 50 | 4B |
| Octal | 362 | 215 | 253 | 0 | 52 | 35 | 5 | 526 | 120 | 113 |
| Binary | 11110010 | 10001101 | 10101011 | 0 | 101010 | 11101 | 101 | 101010110 | 1010000 | 1001011 |
Color Harmonies of #F28DAB
Complementary color
Monochromatic Colors of #F28DAB
Black with #F28DAB
Text Example
Text Example
White with #F28DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DAB; }
p { color: rgb(242,141,171); }
H1.HeaderClassName
{
color: #F28DAB;
}
.AnyTagClassName
{
color: #F28DAB;
}
</style>
background-color css
<style>
a { background-color: #F28DAB; }
a { background-color: rgb(242,141,171); }
div.DivClassName
{
background-color: #F28DAB;
}
.BgClassName
{
background-color: #F28DAB;
}
</style>
border-color css
<style>
span { border-color: #F28DAB; }
span { border-color: rgb(242,141,171); }
td.TdClassName
{
border-color: #F28DAB;
}
.TagClassName
{
border-color: #F28DAB;
}
</style>