Shades of Mauvelous #F68CAB
Tints of Mauvelous #F68CAB
RGB
CMYK
RGB Variations
Color information
#F68CAB (or 0xF68CAB) is known color: Mauvelous. HEX triplet: F6, 8C and AB. RGB value is (246,140,171). Sum of RGB (Red+Green+Blue) = 246+140+171=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68CAB is #097354. Grayscale: #AFAFAF. Windows color (decimal): -619349 or 11242742. OLE color: 11242742.
HSL color Cylindrical-coordinate representation of color #F68CAB: hue angle of 342.45º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CAB is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 171 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.04 |
| HSL | 342.45º | 0.85% | 0.76% | - |
| HSV(B) | 342.45º | 0.43% | 0.96% | - |
| XYZ | 54.73 | 41.29 | 43.61 | - |
| YUV | 175.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 171 | 0 | 0.43 | 0.30 | 0.04 | 342.45 | 0.85 | 0.76 |
| Hex | F6 | 8C | AB | 0 | 2B | 1E | 4 | 156 | 55 | 4C |
| Octal | 366 | 214 | 253 | 0 | 53 | 36 | 4 | 526 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10101011 | 0 | 101011 | 11110 | 100 | 101010110 | 1010101 | 1001100 |
Color Harmonies of #F68CAB
Complementary color
Monochromatic Colors of #F68CAB
Black with #F68CAB
Text Example
Text Example
White with #F68CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CAB; }
p { color: rgb(246,140,171); }
H1.HeaderClassName
{
color: #F68CAB;
}
.AnyTagClassName
{
color: #F68CAB;
}
</style>
background-color css
<style>
a { background-color: #F68CAB; }
a { background-color: rgb(246,140,171); }
div.DivClassName
{
background-color: #F68CAB;
}
.BgClassName
{
background-color: #F68CAB;
}
</style>
border-color css
<style>
span { border-color: #F68CAB; }
span { border-color: rgb(246,140,171); }
td.TdClassName
{
border-color: #F68CAB;
}
.TagClassName
{
border-color: #F68CAB;
}
</style>