Shades of Wax Flower #F2B29B
Tints of Wax Flower #F2B29B
RGB
CMYK
RGB Variations
Color information
#F2B29B (or 0xF2B29B) is known color: Wax Flower. HEX triplet: F2, B2 and 9B. RGB value is (242,178,155). Sum of RGB (Red+Green+Blue) = 242+178+155=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B29B is #0D4D64. Grayscale: #C2C2C2. Windows color (decimal): -871781 or 10203890. OLE color: 10203890.
HSL color Cylindrical-coordinate representation of color #F2B29B: hue angle of 15.86º 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 #F2B29B is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 155 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.05 |
| HSL | 15.86º | 0.77% | 0.78% | - |
| HSV(B) | 15.86º | 0.36% | 0.95% | - |
| XYZ | 58.45 | 53.08 | 38.18 | - |
| YUV | 194.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 155 | 0 | 0.26 | 0.36 | 0.05 | 15.86 | 0.77 | 0.78 |
| Hex | F2 | B2 | 9B | 0 | 1A | 24 | 5 | 10 | 4D | 4E |
| Octal | 362 | 262 | 233 | 0 | 32 | 44 | 5 | 20 | 115 | 116 |
| Binary | 11110010 | 10110010 | 10011011 | 0 | 11010 | 100100 | 101 | 10000 | 1001101 | 1001110 |
Color Harmonies of #F2B29B
Complementary color
Monochromatic Colors of #F2B29B
Black with #F2B29B
Text Example
Text Example
White with #F2B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B29B; }
p { color: rgb(242,178,155); }
H1.HeaderClassName
{
color: #F2B29B;
}
.AnyTagClassName
{
color: #F2B29B;
}
</style>
background-color css
<style>
a { background-color: #F2B29B; }
a { background-color: rgb(242,178,155); }
div.DivClassName
{
background-color: #F2B29B;
}
.BgClassName
{
background-color: #F2B29B;
}
</style>
border-color css
<style>
span { border-color: #F2B29B; }
span { border-color: rgb(242,178,155); }
td.TdClassName
{
border-color: #F2B29B;
}
.TagClassName
{
border-color: #F2B29B;
}
</style>