Shades of Mauvelous #F28BAB
Tints of Mauvelous #F28BAB
RGB
CMYK
RGB Variations
Color information
#F28BAB (or 0xF28BAB) is known color: Mauvelous. HEX triplet: F2, 8B and AB. RGB value is (242,139,171). Sum of RGB (Red+Green+Blue) = 242+139+171=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BAB is #0D7454. Grayscale: #ADADAD. Windows color (decimal): -881749 or 11242482. OLE color: 11242482.
HSL color Cylindrical-coordinate representation of color #F28BAB: hue angle of 341.36º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BAB is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 171 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.05 |
| HSL | 341.36º | 0.8% | 0.75% | - |
| HSV(B) | 341.36º | 0.43% | 0.95% | - |
| XYZ | 53.2 | 40.28 | 43.5 | - |
| YUV | 173.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 171 | 0 | 0.43 | 0.29 | 0.05 | 341.36 | 0.8 | 0.75 |
| Hex | F2 | 8B | AB | 0 | 2B | 1D | 5 | 155 | 50 | 4B |
| Octal | 362 | 213 | 253 | 0 | 53 | 35 | 5 | 525 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10101011 | 0 | 101011 | 11101 | 101 | 101010101 | 1010000 | 1001011 |
Color Harmonies of #F28BAB
Complementary color
Monochromatic Colors of #F28BAB
Black with #F28BAB
Text Example
Text Example
White with #F28BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BAB; }
p { color: rgb(242,139,171); }
H1.HeaderClassName
{
color: #F28BAB;
}
.AnyTagClassName
{
color: #F28BAB;
}
</style>
background-color css
<style>
a { background-color: #F28BAB; }
a { background-color: rgb(242,139,171); }
div.DivClassName
{
background-color: #F28BAB;
}
.BgClassName
{
background-color: #F28BAB;
}
</style>
border-color css
<style>
span { border-color: #F28BAB; }
span { border-color: rgb(242,139,171); }
td.TdClassName
{
border-color: #F28BAB;
}
.TagClassName
{
border-color: #F28BAB;
}
</style>