Shades of Wax Flower #F2B19B
Tints of Wax Flower #F2B19B
RGB
CMYK
RGB Variations
Color information
#F2B19B (or 0xF2B19B) is known color: Wax Flower. HEX triplet: F2, B1 and 9B. RGB value is (242,177,155). Sum of RGB (Red+Green+Blue) = 242+177+155=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B19B is #0D4E64. Grayscale: #C2C2C2. Windows color (decimal): -872037 or 10203634. OLE color: 10203634.
HSL color Cylindrical-coordinate representation of color #F2B19B: hue angle of 15.17º 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 #F2B19B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 155 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.05 |
| HSL | 15.17º | 0.77% | 0.78% | - |
| HSV(B) | 15.17º | 0.36% | 0.95% | - |
| XYZ | 58.26 | 52.69 | 38.11 | - |
| YUV | 193.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 155 | 0 | 0.27 | 0.36 | 0.05 | 15.17 | 0.77 | 0.78 |
| Hex | F2 | B1 | 9B | 0 | 1B | 24 | 5 | F | 4D | 4E |
| Octal | 362 | 261 | 233 | 0 | 33 | 44 | 5 | 17 | 115 | 116 |
| Binary | 11110010 | 10110001 | 10011011 | 0 | 11011 | 100100 | 101 | 1111 | 1001101 | 1001110 |
Color Harmonies of #F2B19B
Complementary color
Monochromatic Colors of #F2B19B
Black with #F2B19B
Text Example
Text Example
White with #F2B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B19B; }
p { color: rgb(242,177,155); }
H1.HeaderClassName
{
color: #F2B19B;
}
.AnyTagClassName
{
color: #F2B19B;
}
</style>
background-color css
<style>
a { background-color: #F2B19B; }
a { background-color: rgb(242,177,155); }
div.DivClassName
{
background-color: #F2B19B;
}
.BgClassName
{
background-color: #F2B19B;
}
</style>
border-color css
<style>
span { border-color: #F2B19B; }
span { border-color: rgb(242,177,155); }
td.TdClassName
{
border-color: #F2B19B;
}
.TagClassName
{
border-color: #F2B19B;
}
</style>