Shades of Mauvelous #F68BAB
Tints of Mauvelous #F68BAB
RGB
CMYK
RGB Variations
Color information
#F68BAB (or 0xF68BAB) is known color: Mauvelous. HEX triplet: F6, 8B and AB. RGB value is (246,139,171). Sum of RGB (Red+Green+Blue) = 246+139+171=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BAB is #097454. Grayscale: #AEAEAE. Windows color (decimal): -619605 or 11242486. OLE color: 11242486.
HSL color Cylindrical-coordinate representation of color #F68BAB: hue angle of 342.06º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BAB is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 171 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.04 |
| HSL | 342.06º | 0.86% | 0.75% | - |
| HSV(B) | 342.06º | 0.43% | 0.96% | - |
| XYZ | 54.59 | 41 | 43.56 | - |
| YUV | 174.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 171 | 0 | 0.43 | 0.30 | 0.04 | 342.06 | 0.86 | 0.75 |
| Hex | F6 | 8B | AB | 0 | 2B | 1E | 4 | 156 | 56 | 4B |
| Octal | 366 | 213 | 253 | 0 | 53 | 36 | 4 | 526 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10101011 | 0 | 101011 | 11110 | 100 | 101010110 | 1010110 | 1001011 |
Color Harmonies of #F68BAB
Complementary color
Monochromatic Colors of #F68BAB
Black with #F68BAB
Text Example
Text Example
White with #F68BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BAB; }
p { color: rgb(246,139,171); }
H1.HeaderClassName
{
color: #F68BAB;
}
.AnyTagClassName
{
color: #F68BAB;
}
</style>
background-color css
<style>
a { background-color: #F68BAB; }
a { background-color: rgb(246,139,171); }
div.DivClassName
{
background-color: #F68BAB;
}
.BgClassName
{
background-color: #F68BAB;
}
</style>
border-color css
<style>
span { border-color: #F68BAB; }
span { border-color: rgb(246,139,171); }
td.TdClassName
{
border-color: #F68BAB;
}
.TagClassName
{
border-color: #F68BAB;
}
</style>