Shades of Wax Flower #F5B19C
Tints of Wax Flower #F5B19C
RGB
CMYK
RGB Variations
Color information
#F5B19C (or 0xF5B19C) is known color: Wax Flower. HEX triplet: F5, B1 and 9C. RGB value is (245,177,156). Sum of RGB (Red+Green+Blue) = 245+177+156=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B19C is #0A4E63. Grayscale: #C3C3C3. Windows color (decimal): -675428 or 10269173. OLE color: 10269173.
HSL color Cylindrical-coordinate representation of color #F5B19C: hue angle of 14.16º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5B19C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 156 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.04 |
| HSL | 14.16º | 0.82% | 0.79% | - |
| HSV(B) | 14.16º | 0.36% | 0.96% | - |
| XYZ | 59.38 | 53.26 | 38.6 | - |
| YUV | 194.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 156 | 0 | 0.28 | 0.36 | 0.04 | 14.16 | 0.82 | 0.79 |
| Hex | F5 | B1 | 9C | 0 | 1C | 24 | 4 | E | 52 | 4F |
| Octal | 365 | 261 | 234 | 0 | 34 | 44 | 4 | 16 | 122 | 117 |
| Binary | 11110101 | 10110001 | 10011100 | 0 | 11100 | 100100 | 100 | 1110 | 1010010 | 1001111 |
Color Harmonies of #F5B19C
Complementary color
Monochromatic Colors of #F5B19C
Black with #F5B19C
Text Example
Text Example
White with #F5B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B19C; }
p { color: rgb(245,177,156); }
H1.HeaderClassName
{
color: #F5B19C;
}
.AnyTagClassName
{
color: #F5B19C;
}
</style>
background-color css
<style>
a { background-color: #F5B19C; }
a { background-color: rgb(245,177,156); }
div.DivClassName
{
background-color: #F5B19C;
}
.BgClassName
{
background-color: #F5B19C;
}
</style>
border-color css
<style>
span { border-color: #F5B19C; }
span { border-color: rgb(245,177,156); }
td.TdClassName
{
border-color: #F5B19C;
}
.TagClassName
{
border-color: #F5B19C;
}
</style>