Shades of Wax Flower #F6B09C
Tints of Wax Flower #F6B09C
RGB
CMYK
RGB Variations
Color information
#F6B09C (or 0xF6B09C) is known color: Wax Flower. HEX triplet: F6, B0 and 9C. RGB value is (246,176,156). Sum of RGB (Red+Green+Blue) = 246+176+156=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B09C is #094F63. Grayscale: #C2C2C2. Windows color (decimal): -610148 or 10268918. OLE color: 10268918.
HSL color Cylindrical-coordinate representation of color #F6B09C: hue angle of 13.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6B09C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 156 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.04 |
| HSL | 13.33º | 0.83% | 0.79% | - |
| HSV(B) | 13.33º | 0.37% | 0.96% | - |
| XYZ | 59.53 | 53.04 | 38.55 | - |
| YUV | 194.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 156 | 0 | 0.28 | 0.37 | 0.04 | 13.33 | 0.83 | 0.79 |
| Hex | F6 | B0 | 9C | 0 | 1C | 25 | 4 | D | 53 | 4F |
| Octal | 366 | 260 | 234 | 0 | 34 | 45 | 4 | 15 | 123 | 117 |
| Binary | 11110110 | 10110000 | 10011100 | 0 | 11100 | 100101 | 100 | 1101 | 1010011 | 1001111 |
Color Harmonies of #F6B09C
Complementary color
Monochromatic Colors of #F6B09C
Black with #F6B09C
Text Example
Text Example
White with #F6B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B09C; }
p { color: rgb(246,176,156); }
H1.HeaderClassName
{
color: #F6B09C;
}
.AnyTagClassName
{
color: #F6B09C;
}
</style>
background-color css
<style>
a { background-color: #F6B09C; }
a { background-color: rgb(246,176,156); }
div.DivClassName
{
background-color: #F6B09C;
}
.BgClassName
{
background-color: #F6B09C;
}
</style>
border-color css
<style>
span { border-color: #F6B09C; }
span { border-color: rgb(246,176,156); }
td.TdClassName
{
border-color: #F6B09C;
}
.TagClassName
{
border-color: #F6B09C;
}
</style>