Shades of Mauvelous #F899A8
Tints of Mauvelous #F899A8
RGB
CMYK
RGB Variations
Color information
#F899A8 (or 0xF899A8) is known color: Mauvelous. HEX triplet: F8, 99 and A8. RGB value is (248,153,168). Sum of RGB (Red+Green+Blue) = 248+153+168=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F899A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F899A8 is #076657. Grayscale: #B7B7B7. Windows color (decimal): -484952 or 11049464. OLE color: 11049464.
HSL color Cylindrical-coordinate representation of color #F899A8: hue angle of 350.53º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899A8 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 168 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.03 |
| HSL | 350.53º | 0.87% | 0.79% | - |
| HSV(B) | 350.53º | 0.38% | 0.97% | - |
| XYZ | 57.17 | 45.57 | 42.83 | - |
| YUV | 183.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 168 | 0 | 0.38 | 0.32 | 0.03 | 350.53 | 0.87 | 0.79 |
| Hex | F8 | 99 | A8 | 0 | 26 | 20 | 3 | 15F | 57 | 4F |
| Octal | 370 | 231 | 250 | 0 | 46 | 40 | 3 | 537 | 127 | 117 |
| Binary | 11111000 | 10011001 | 10101000 | 0 | 100110 | 100000 | 11 | 101011111 | 1010111 | 1001111 |
Color Harmonies of #F899A8
Complementary color
Monochromatic Colors of #F899A8
Black with #F899A8
Text Example
Text Example
White with #F899A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899A8; }
p { color: rgb(248,153,168); }
H1.HeaderClassName
{
color: #F899A8;
}
.AnyTagClassName
{
color: #F899A8;
}
</style>
background-color css
<style>
a { background-color: #F899A8; }
a { background-color: rgb(248,153,168); }
div.DivClassName
{
background-color: #F899A8;
}
.BgClassName
{
background-color: #F899A8;
}
</style>
border-color css
<style>
span { border-color: #F899A8; }
span { border-color: rgb(248,153,168); }
td.TdClassName
{
border-color: #F899A8;
}
.TagClassName
{
border-color: #F899A8;
}
</style>