Shades of Wax Flower #F6B09A
Tints of Wax Flower #F6B09A
RGB
CMYK
RGB Variations
Color information
#F6B09A (or 0xF6B09A) is known color: Wax Flower. HEX triplet: F6, B0 and 9A. RGB value is (246,176,154). Sum of RGB (Red+Green+Blue) = 246+176+154=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B09A is #094F65. Grayscale: #C2C2C2. Windows color (decimal): -610150 or 10137846. OLE color: 10137846.
HSL color Cylindrical-coordinate representation of color #F6B09A: hue angle of 14.35º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6B09A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 154 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.04 |
| HSL | 14.35º | 0.84% | 0.78% | - |
| HSV(B) | 14.35º | 0.37% | 0.96% | - |
| XYZ | 59.36 | 52.98 | 37.67 | - |
| YUV | 194.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 154 | 0 | 0.28 | 0.37 | 0.04 | 14.35 | 0.84 | 0.78 |
| Hex | F6 | B0 | 9A | 0 | 1C | 25 | 4 | E | 54 | 4E |
| Octal | 366 | 260 | 232 | 0 | 34 | 45 | 4 | 16 | 124 | 116 |
| Binary | 11110110 | 10110000 | 10011010 | 0 | 11100 | 100101 | 100 | 1110 | 1010100 | 1001110 |
Color Harmonies of #F6B09A
Complementary color
Monochromatic Colors of #F6B09A
Black with #F6B09A
Text Example
Text Example
White with #F6B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B09A; }
p { color: rgb(246,176,154); }
H1.HeaderClassName
{
color: #F6B09A;
}
.AnyTagClassName
{
color: #F6B09A;
}
</style>
background-color css
<style>
a { background-color: #F6B09A; }
a { background-color: rgb(246,176,154); }
div.DivClassName
{
background-color: #F6B09A;
}
.BgClassName
{
background-color: #F6B09A;
}
</style>
border-color css
<style>
span { border-color: #F6B09A; }
span { border-color: rgb(246,176,154); }
td.TdClassName
{
border-color: #F6B09A;
}
.TagClassName
{
border-color: #F6B09A;
}
</style>