Shades of Mauvelous #F29EA8
Tints of Mauvelous #F29EA8
RGB
CMYK
RGB Variations
Color information
#F29EA8 (or 0xF29EA8) is known color: Mauvelous. HEX triplet: F2, 9E and A8. RGB value is (242,158,168). Sum of RGB (Red+Green+Blue) = 242+158+168=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29EA8 is #0D6157. Grayscale: #B8B8B8. Windows color (decimal): -876888 or 11050738. OLE color: 11050738.
HSL color Cylindrical-coordinate representation of color #F29EA8: hue angle of 352.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29EA8 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 168 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.05 |
| HSL | 352.86º | 0.76% | 0.78% | - |
| HSV(B) | 352.86º | 0.35% | 0.95% | - |
| XYZ | 55.91 | 46.16 | 43.01 | - |
| YUV | 184.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 168 | 0 | 0.35 | 0.31 | 0.05 | 352.86 | 0.76 | 0.78 |
| Hex | F2 | 9E | A8 | 0 | 23 | 1F | 5 | 161 | 4C | 4E |
| Octal | 362 | 236 | 250 | 0 | 43 | 37 | 5 | 541 | 114 | 116 |
| Binary | 11110010 | 10011110 | 10101000 | 0 | 100011 | 11111 | 101 | 101100001 | 1001100 | 1001110 |
Color Harmonies of #F29EA8
Complementary color
Monochromatic Colors of #F29EA8
Black with #F29EA8
Text Example
Text Example
White with #F29EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EA8; }
p { color: rgb(242,158,168); }
H1.HeaderClassName
{
color: #F29EA8;
}
.AnyTagClassName
{
color: #F29EA8;
}
</style>
background-color css
<style>
a { background-color: #F29EA8; }
a { background-color: rgb(242,158,168); }
div.DivClassName
{
background-color: #F29EA8;
}
.BgClassName
{
background-color: #F29EA8;
}
</style>
border-color css
<style>
span { border-color: #F29EA8; }
span { border-color: rgb(242,158,168); }
td.TdClassName
{
border-color: #F29EA8;
}
.TagClassName
{
border-color: #F29EA8;
}
</style>