Shades of Wax Flower #F4B8A2
Tints of Wax Flower #F4B8A2
RGB
CMYK
RGB Variations
Color information
#F4B8A2 (or 0xF4B8A2) is known color: Wax Flower. HEX triplet: F4, B8 and A2. RGB value is (244,184,162). Sum of RGB (Red+Green+Blue) = 244+184+162=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B8A2 is #0B475D. Grayscale: #C7C7C7. Windows color (decimal): -739166 or 10664180. OLE color: 10664180.
HSL color Cylindrical-coordinate representation of color #F4B8A2: hue angle of 16.1º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4B8A2 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 162 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.04 |
| HSL | 16.1º | 0.79% | 0.8% | - |
| HSV(B) | 16.1º | 0.34% | 0.96% | - |
| XYZ | 60.97 | 56.12 | 41.8 | - |
| YUV | 199.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 162 | 0 | 0.25 | 0.34 | 0.04 | 16.1 | 0.79 | 0.8 |
| Hex | F4 | B8 | A2 | 0 | 19 | 22 | 4 | 10 | 4F | 50 |
| Octal | 364 | 270 | 242 | 0 | 31 | 42 | 4 | 20 | 117 | 120 |
| Binary | 11110100 | 10111000 | 10100010 | 0 | 11001 | 100010 | 100 | 10000 | 1001111 | 1010000 |
Color Harmonies of #F4B8A2
Complementary color
Monochromatic Colors of #F4B8A2
Black with #F4B8A2
Text Example
Text Example
White with #F4B8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8A2; }
p { color: rgb(244,184,162); }
H1.HeaderClassName
{
color: #F4B8A2;
}
.AnyTagClassName
{
color: #F4B8A2;
}
</style>
background-color css
<style>
a { background-color: #F4B8A2; }
a { background-color: rgb(244,184,162); }
div.DivClassName
{
background-color: #F4B8A2;
}
.BgClassName
{
background-color: #F4B8A2;
}
</style>
border-color css
<style>
span { border-color: #F4B8A2; }
span { border-color: rgb(244,184,162); }
td.TdClassName
{
border-color: #F4B8A2;
}
.TagClassName
{
border-color: #F4B8A2;
}
</style>