Shades of Mauvelous #F88AAC
Tints of Mauvelous #F88AAC
RGB
CMYK
RGB Variations
Color information
#F88AAC (or 0xF88AAC) is known color: Mauvelous. HEX triplet: F8, 8A and AC. RGB value is (248,138,172). Sum of RGB (Red+Green+Blue) = 248+138+172=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88AAC is #077553. Grayscale: #AEAEAE. Windows color (decimal): -488788 or 11307768. OLE color: 11307768.
HSL color Cylindrical-coordinate representation of color #F88AAC: hue angle of 341.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88AAC is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 172 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.03 |
| HSL | 341.45º | 0.89% | 0.76% | - |
| HSV(B) | 341.45º | 0.44% | 0.97% | - |
| XYZ | 55.25 | 41.11 | 44.05 | - |
| YUV | 174.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 172 | 0 | 0.44 | 0.31 | 0.03 | 341.45 | 0.89 | 0.76 |
| Hex | F8 | 8A | AC | 0 | 2C | 1F | 3 | 155 | 59 | 4C |
| Octal | 370 | 212 | 254 | 0 | 54 | 37 | 3 | 525 | 131 | 114 |
| Binary | 11111000 | 10001010 | 10101100 | 0 | 101100 | 11111 | 11 | 101010101 | 1011001 | 1001100 |
Color Harmonies of #F88AAC
Complementary color
Monochromatic Colors of #F88AAC
Black with #F88AAC
Text Example
Text Example
White with #F88AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88AAC; }
p { color: rgb(248,138,172); }
H1.HeaderClassName
{
color: #F88AAC;
}
.AnyTagClassName
{
color: #F88AAC;
}
</style>
background-color css
<style>
a { background-color: #F88AAC; }
a { background-color: rgb(248,138,172); }
div.DivClassName
{
background-color: #F88AAC;
}
.BgClassName
{
background-color: #F88AAC;
}
</style>
border-color css
<style>
span { border-color: #F88AAC; }
span { border-color: rgb(248,138,172); }
td.TdClassName
{
border-color: #F88AAC;
}
.TagClassName
{
border-color: #F88AAC;
}
</style>