Shades of Mauvelous #F29BA6
Tints of Mauvelous #F29BA6
RGB
CMYK
RGB Variations
Color information
#F29BA6 (or 0xF29BA6) is known color: Mauvelous. HEX triplet: F2, 9B and A6. RGB value is (242,155,166). Sum of RGB (Red+Green+Blue) = 242+155+166=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29BA6 is #0D6459. Grayscale: #B6B6B6. Windows color (decimal): -877658 or 10918898. OLE color: 10918898.
HSL color Cylindrical-coordinate representation of color #F29BA6: hue angle of 352.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29BA6 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 166 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.05 |
| HSL | 352.41º | 0.77% | 0.78% | - |
| HSV(B) | 352.41º | 0.36% | 0.95% | - |
| XYZ | 55.22 | 45.07 | 41.87 | - |
| YUV | 182.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 166 | 0 | 0.36 | 0.31 | 0.05 | 352.41 | 0.77 | 0.78 |
| Hex | F2 | 9B | A6 | 0 | 24 | 1F | 5 | 160 | 4D | 4E |
| Octal | 362 | 233 | 246 | 0 | 44 | 37 | 5 | 540 | 115 | 116 |
| Binary | 11110010 | 10011011 | 10100110 | 0 | 100100 | 11111 | 101 | 101100000 | 1001101 | 1001110 |
Color Harmonies of #F29BA6
Complementary color
Monochromatic Colors of #F29BA6
Black with #F29BA6
Text Example
Text Example
White with #F29BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BA6; }
p { color: rgb(242,155,166); }
H1.HeaderClassName
{
color: #F29BA6;
}
.AnyTagClassName
{
color: #F29BA6;
}
</style>
background-color css
<style>
a { background-color: #F29BA6; }
a { background-color: rgb(242,155,166); }
div.DivClassName
{
background-color: #F29BA6;
}
.BgClassName
{
background-color: #F29BA6;
}
</style>
border-color css
<style>
span { border-color: #F29BA6; }
span { border-color: rgb(242,155,166); }
td.TdClassName
{
border-color: #F29BA6;
}
.TagClassName
{
border-color: #F29BA6;
}
</style>