Shades of Wax Flower #F1B099
Tints of Wax Flower #F1B099
RGB
CMYK
RGB Variations
Color information
#F1B099 (or 0xF1B099) is known color: Wax Flower. HEX triplet: F1, B0 and 99. RGB value is (241,176,153). Sum of RGB (Red+Green+Blue) = 241+176+153=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B099 is #0E4F66. Grayscale: #C0C0C0. Windows color (decimal): -937831 or 10072305. OLE color: 10072305.
HSL color Cylindrical-coordinate representation of color #F1B099: hue angle of 15.68º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1B099 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 153 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.05 |
| HSL | 15.68º | 0.76% | 0.77% | - |
| HSV(B) | 15.68º | 0.37% | 0.95% | - |
| XYZ | 57.55 | 52.05 | 37.15 | - |
| YUV | 192.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 153 | 0 | 0.27 | 0.37 | 0.05 | 15.68 | 0.76 | 0.77 |
| Hex | F1 | B0 | 99 | 0 | 1B | 25 | 5 | 10 | 4C | 4D |
| Octal | 361 | 260 | 231 | 0 | 33 | 45 | 5 | 20 | 114 | 115 |
| Binary | 11110001 | 10110000 | 10011001 | 0 | 11011 | 100101 | 101 | 10000 | 1001100 | 1001101 |
Color Harmonies of #F1B099
Complementary color
Monochromatic Colors of #F1B099
Black with #F1B099
Text Example
Text Example
White with #F1B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B099; }
p { color: rgb(241,176,153); }
H1.HeaderClassName
{
color: #F1B099;
}
.AnyTagClassName
{
color: #F1B099;
}
</style>
background-color css
<style>
a { background-color: #F1B099; }
a { background-color: rgb(241,176,153); }
div.DivClassName
{
background-color: #F1B099;
}
.BgClassName
{
background-color: #F1B099;
}
</style>
border-color css
<style>
span { border-color: #F1B099; }
span { border-color: rgb(241,176,153); }
td.TdClassName
{
border-color: #F1B099;
}
.TagClassName
{
border-color: #F1B099;
}
</style>