Shades of Mauvelous #F898A8
Tints of Mauvelous #F898A8
RGB
CMYK
RGB Variations
Color information
#F898A8 (or 0xF898A8) is known color: Mauvelous. HEX triplet: F8, 98 and A8. RGB value is (248,152,168). Sum of RGB (Red+Green+Blue) = 248+152+168=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F898A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F898A8 is #076757. Grayscale: #B6B6B6. Windows color (decimal): -485208 or 11049208. OLE color: 11049208.
HSL color Cylindrical-coordinate representation of color #F898A8: hue angle of 350º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898A8 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 168 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.03 |
| HSL | 350º | 0.87% | 0.78% | - |
| HSV(B) | 350º | 0.39% | 0.97% | - |
| XYZ | 57.01 | 45.24 | 42.77 | - |
| YUV | 182.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 168 | 0 | 0.39 | 0.32 | 0.03 | 350 | 0.87 | 0.78 |
| Hex | F8 | 98 | A8 | 0 | 27 | 20 | 3 | 15E | 57 | 4E |
| Octal | 370 | 230 | 250 | 0 | 47 | 40 | 3 | 536 | 127 | 116 |
| Binary | 11111000 | 10011000 | 10101000 | 0 | 100111 | 100000 | 11 | 101011110 | 1010111 | 1001110 |
Color Harmonies of #F898A8
Complementary color
Monochromatic Colors of #F898A8
Black with #F898A8
Text Example
Text Example
White with #F898A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898A8; }
p { color: rgb(248,152,168); }
H1.HeaderClassName
{
color: #F898A8;
}
.AnyTagClassName
{
color: #F898A8;
}
</style>
background-color css
<style>
a { background-color: #F898A8; }
a { background-color: rgb(248,152,168); }
div.DivClassName
{
background-color: #F898A8;
}
.BgClassName
{
background-color: #F898A8;
}
</style>
border-color css
<style>
span { border-color: #F898A8; }
span { border-color: rgb(248,152,168); }
td.TdClassName
{
border-color: #F898A8;
}
.TagClassName
{
border-color: #F898A8;
}
</style>