Shades of Wax Flower #F2B49D
Tints of Wax Flower #F2B49D
RGB
CMYK
RGB Variations
Color information
#F2B49D (or 0xF2B49D) is known color: Wax Flower. HEX triplet: F2, B4 and 9D. RGB value is (242,180,157). Sum of RGB (Red+Green+Blue) = 242+180+157=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B49D is #0D4B62. Grayscale: #C4C4C4. Windows color (decimal): -871267 or 10335474. OLE color: 10335474.
HSL color Cylindrical-coordinate representation of color #F2B49D: hue angle of 16.24º degrees, saturation: 0.77, 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 #F2B49D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 157 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.05 |
| HSL | 16.24º | 0.77% | 0.78% | - |
| HSV(B) | 16.24º | 0.35% | 0.95% | - |
| XYZ | 59.03 | 53.95 | 39.2 | - |
| YUV | 195.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 157 | 0 | 0.26 | 0.35 | 0.05 | 16.24 | 0.77 | 0.78 |
| Hex | F2 | B4 | 9D | 0 | 1A | 23 | 5 | 10 | 4D | 4E |
| Octal | 362 | 264 | 235 | 0 | 32 | 43 | 5 | 20 | 115 | 116 |
| Binary | 11110010 | 10110100 | 10011101 | 0 | 11010 | 100011 | 101 | 10000 | 1001101 | 1001110 |
Color Harmonies of #F2B49D
Complementary color
Monochromatic Colors of #F2B49D
Black with #F2B49D
Text Example
Text Example
White with #F2B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B49D; }
p { color: rgb(242,180,157); }
H1.HeaderClassName
{
color: #F2B49D;
}
.AnyTagClassName
{
color: #F2B49D;
}
</style>
background-color css
<style>
a { background-color: #F2B49D; }
a { background-color: rgb(242,180,157); }
div.DivClassName
{
background-color: #F2B49D;
}
.BgClassName
{
background-color: #F2B49D;
}
</style>
border-color css
<style>
span { border-color: #F2B49D; }
span { border-color: rgb(242,180,157); }
td.TdClassName
{
border-color: #F2B49D;
}
.TagClassName
{
border-color: #F2B49D;
}
</style>