Shades of Mauvelous #F49BA8
Tints of Mauvelous #F49BA8
RGB
CMYK
RGB Variations
Color information
#F49BA8 (or 0xF49BA8) is known color: Mauvelous. HEX triplet: F4, 9B and A8. RGB value is (244,155,168). Sum of RGB (Red+Green+Blue) = 244+155+168=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49BA8 is #0B6457. Grayscale: #B7B7B7. Windows color (decimal): -746584 or 11049972. OLE color: 11049972.
HSL color Cylindrical-coordinate representation of color #F49BA8: hue angle of 351.24º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BA8 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 168 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.04 |
| HSL | 351.24º | 0.8% | 0.78% | - |
| HSV(B) | 351.24º | 0.36% | 0.96% | - |
| XYZ | 56.1 | 45.5 | 42.87 | - |
| YUV | 183.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 168 | 0 | 0.36 | 0.31 | 0.04 | 351.24 | 0.8 | 0.78 |
| Hex | F4 | 9B | A8 | 0 | 24 | 1F | 4 | 15F | 50 | 4E |
| Octal | 364 | 233 | 250 | 0 | 44 | 37 | 4 | 537 | 120 | 116 |
| Binary | 11110100 | 10011011 | 10101000 | 0 | 100100 | 11111 | 100 | 101011111 | 1010000 | 1001110 |
Color Harmonies of #F49BA8
Complementary color
Monochromatic Colors of #F49BA8
Black with #F49BA8
Text Example
Text Example
White with #F49BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BA8; }
p { color: rgb(244,155,168); }
H1.HeaderClassName
{
color: #F49BA8;
}
.AnyTagClassName
{
color: #F49BA8;
}
</style>
background-color css
<style>
a { background-color: #F49BA8; }
a { background-color: rgb(244,155,168); }
div.DivClassName
{
background-color: #F49BA8;
}
.BgClassName
{
background-color: #F49BA8;
}
</style>
border-color css
<style>
span { border-color: #F49BA8; }
span { border-color: rgb(244,155,168); }
td.TdClassName
{
border-color: #F49BA8;
}
.TagClassName
{
border-color: #F49BA8;
}
</style>