Shades of Wax Flower #F0B49D
Tints of Wax Flower #F0B49D
RGB
CMYK
RGB Variations
Color information
#F0B49D (or 0xF0B49D) is known color: Wax Flower. HEX triplet: F0, B4 and 9D. RGB value is (240,180,157). Sum of RGB (Red+Green+Blue) = 240+180+157=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B49D is #0F4B62. Grayscale: #C3C3C3. Windows color (decimal): -1002339 or 10335472. OLE color: 10335472.
HSL color Cylindrical-coordinate representation of color #F0B49D: hue angle of 16.63º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0B49D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 157 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.06 |
| HSL | 16.63º | 0.73% | 0.78% | - |
| HSV(B) | 16.63º | 0.35% | 0.94% | - |
| XYZ | 58.34 | 53.6 | 39.17 | - |
| YUV | 195.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 157 | 0 | 0.25 | 0.35 | 0.06 | 16.63 | 0.73 | 0.78 |
| Hex | F0 | B4 | 9D | 0 | 19 | 23 | 6 | 11 | 49 | 4E |
| Octal | 360 | 264 | 235 | 0 | 31 | 43 | 6 | 21 | 111 | 116 |
| Binary | 11110000 | 10110100 | 10011101 | 0 | 11001 | 100011 | 110 | 10001 | 1001001 | 1001110 |
Color Harmonies of #F0B49D
Complementary color
Monochromatic Colors of #F0B49D
Black with #F0B49D
Text Example
Text Example
White with #F0B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B49D; }
p { color: rgb(240,180,157); }
H1.HeaderClassName
{
color: #F0B49D;
}
.AnyTagClassName
{
color: #F0B49D;
}
</style>
background-color css
<style>
a { background-color: #F0B49D; }
a { background-color: rgb(240,180,157); }
div.DivClassName
{
background-color: #F0B49D;
}
.BgClassName
{
background-color: #F0B49D;
}
</style>
border-color css
<style>
span { border-color: #F0B49D; }
span { border-color: rgb(240,180,157); }
td.TdClassName
{
border-color: #F0B49D;
}
.TagClassName
{
border-color: #F0B49D;
}
</style>