Shades of Wax Flower #F2B19A
Tints of Wax Flower #F2B19A
RGB
CMYK
RGB Variations
Color information
#F2B19A (or 0xF2B19A) is known color: Wax Flower. HEX triplet: F2, B1 and 9A. RGB value is (242,177,154). Sum of RGB (Red+Green+Blue) = 242+177+154=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B19A is #0D4E65. Grayscale: #C1C1C1. Windows color (decimal): -872038 or 10138098. OLE color: 10138098.
HSL color Cylindrical-coordinate representation of color #F2B19A: hue angle of 15.68º 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 #F2B19A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 154 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.05 |
| HSL | 15.68º | 0.77% | 0.78% | - |
| HSV(B) | 15.68º | 0.36% | 0.95% | - |
| XYZ | 58.17 | 52.65 | 37.67 | - |
| YUV | 193.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 154 | 0 | 0.27 | 0.36 | 0.05 | 15.68 | 0.77 | 0.78 |
| Hex | F2 | B1 | 9A | 0 | 1B | 24 | 5 | 10 | 4D | 4E |
| Octal | 362 | 261 | 232 | 0 | 33 | 44 | 5 | 20 | 115 | 116 |
| Binary | 11110010 | 10110001 | 10011010 | 0 | 11011 | 100100 | 101 | 10000 | 1001101 | 1001110 |
Color Harmonies of #F2B19A
Complementary color
Monochromatic Colors of #F2B19A
Black with #F2B19A
Text Example
Text Example
White with #F2B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B19A; }
p { color: rgb(242,177,154); }
H1.HeaderClassName
{
color: #F2B19A;
}
.AnyTagClassName
{
color: #F2B19A;
}
</style>
background-color css
<style>
a { background-color: #F2B19A; }
a { background-color: rgb(242,177,154); }
div.DivClassName
{
background-color: #F2B19A;
}
.BgClassName
{
background-color: #F2B19A;
}
</style>
border-color css
<style>
span { border-color: #F2B19A; }
span { border-color: rgb(242,177,154); }
td.TdClassName
{
border-color: #F2B19A;
}
.TagClassName
{
border-color: #F2B19A;
}
</style>