Shades of Wax Flower #F7B19D
Tints of Wax Flower #F7B19D
RGB
CMYK
RGB Variations
Color information
#F7B19D (or 0xF7B19D) is known color: Wax Flower. HEX triplet: F7, B1 and 9D. RGB value is (247,177,157). Sum of RGB (Red+Green+Blue) = 247+177+157=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7B19D is #084E62. Grayscale: #C3C3C3. Windows color (decimal): -544355 or 10334711. OLE color: 10334711.
HSL color Cylindrical-coordinate representation of color #F7B19D: hue angle of 13.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7B19D is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 157 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.03 |
| HSL | 13.33º | 0.85% | 0.79% | - |
| HSV(B) | 13.33º | 0.36% | 0.97% | - |
| XYZ | 60.17 | 53.65 | 39.08 | - |
| YUV | 195.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 157 | 0 | 0.28 | 0.36 | 0.03 | 13.33 | 0.85 | 0.79 |
| Hex | F7 | B1 | 9D | 0 | 1C | 24 | 3 | D | 55 | 4F |
| Octal | 367 | 261 | 235 | 0 | 34 | 44 | 3 | 15 | 125 | 117 |
| Binary | 11110111 | 10110001 | 10011101 | 0 | 11100 | 100100 | 11 | 1101 | 1010101 | 1001111 |
Color Harmonies of #F7B19D
Complementary color
Monochromatic Colors of #F7B19D
Black with #F7B19D
Text Example
Text Example
White with #F7B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B19D; }
p { color: rgb(247,177,157); }
H1.HeaderClassName
{
color: #F7B19D;
}
.AnyTagClassName
{
color: #F7B19D;
}
</style>
background-color css
<style>
a { background-color: #F7B19D; }
a { background-color: rgb(247,177,157); }
div.DivClassName
{
background-color: #F7B19D;
}
.BgClassName
{
background-color: #F7B19D;
}
</style>
border-color css
<style>
span { border-color: #F7B19D; }
span { border-color: rgb(247,177,157); }
td.TdClassName
{
border-color: #F7B19D;
}
.TagClassName
{
border-color: #F7B19D;
}
</style>