Shades of Mauvelous #F18BAB
Tints of Mauvelous #F18BAB
RGB
CMYK
RGB Variations
Color information
#F18BAB (or 0xF18BAB) is known color: Mauvelous. HEX triplet: F1, 8B and AB. RGB value is (241,139,171). Sum of RGB (Red+Green+Blue) = 241+139+171=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BAB is #0E7454. Grayscale: #ADADAD. Windows color (decimal): -947285 or 11242481. OLE color: 11242481.
HSL color Cylindrical-coordinate representation of color #F18BAB: hue angle of 341.18º degrees, saturation: 0.78, 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 #F18BAB is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 171 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.05 |
| HSL | 341.18º | 0.78% | 0.75% | - |
| HSV(B) | 341.18º | 0.42% | 0.95% | - |
| XYZ | 52.86 | 40.11 | 43.48 | - |
| YUV | 173.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 171 | 0 | 0.42 | 0.29 | 0.05 | 341.18 | 0.78 | 0.75 |
| Hex | F1 | 8B | AB | 0 | 2A | 1D | 5 | 155 | 4E | 4B |
| Octal | 361 | 213 | 253 | 0 | 52 | 35 | 5 | 525 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10101011 | 0 | 101010 | 11101 | 101 | 101010101 | 1001110 | 1001011 |
Color Harmonies of #F18BAB
Complementary color
Monochromatic Colors of #F18BAB
Black with #F18BAB
Text Example
Text Example
White with #F18BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BAB; }
p { color: rgb(241,139,171); }
H1.HeaderClassName
{
color: #F18BAB;
}
.AnyTagClassName
{
color: #F18BAB;
}
</style>
background-color css
<style>
a { background-color: #F18BAB; }
a { background-color: rgb(241,139,171); }
div.DivClassName
{
background-color: #F18BAB;
}
.BgClassName
{
background-color: #F18BAB;
}
</style>
border-color css
<style>
span { border-color: #F18BAB; }
span { border-color: rgb(241,139,171); }
td.TdClassName
{
border-color: #F18BAB;
}
.TagClassName
{
border-color: #F18BAB;
}
</style>