Shades of Wax Flower #F0B199
Tints of Wax Flower #F0B199
RGB
CMYK
RGB Variations
Color information
#F0B199 (or 0xF0B199) is known color: Wax Flower. HEX triplet: F0, B1 and 99. RGB value is (240,177,153). Sum of RGB (Red+Green+Blue) = 240+177+153=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B199 is #0F4E66. Grayscale: #C1C1C1. Windows color (decimal): -1003111 or 10072560. OLE color: 10072560.
HSL color Cylindrical-coordinate representation of color #F0B199: hue angle of 16.55º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0B199 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 153 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.06 |
| HSL | 16.55º | 0.74% | 0.77% | - |
| HSV(B) | 16.55º | 0.36% | 0.94% | - |
| XYZ | 57.41 | 52.27 | 37.2 | - |
| YUV | 193.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 153 | 0 | 0.26 | 0.36 | 0.06 | 16.55 | 0.74 | 0.77 |
| Hex | F0 | B1 | 99 | 0 | 1A | 24 | 6 | 11 | 4A | 4D |
| Octal | 360 | 261 | 231 | 0 | 32 | 44 | 6 | 21 | 112 | 115 |
| Binary | 11110000 | 10110001 | 10011001 | 0 | 11010 | 100100 | 110 | 10001 | 1001010 | 1001101 |
Color Harmonies of #F0B199
Complementary color
Monochromatic Colors of #F0B199
Black with #F0B199
Text Example
Text Example
White with #F0B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B199; }
p { color: rgb(240,177,153); }
H1.HeaderClassName
{
color: #F0B199;
}
.AnyTagClassName
{
color: #F0B199;
}
</style>
background-color css
<style>
a { background-color: #F0B199; }
a { background-color: rgb(240,177,153); }
div.DivClassName
{
background-color: #F0B199;
}
.BgClassName
{
background-color: #F0B199;
}
</style>
border-color css
<style>
span { border-color: #F0B199; }
span { border-color: rgb(240,177,153); }
td.TdClassName
{
border-color: #F0B199;
}
.TagClassName
{
border-color: #F0B199;
}
</style>