Shades of Wax Flower #F8B29D
Tints of Wax Flower #F8B29D
RGB
CMYK
RGB Variations
Color information
#F8B29D (or 0xF8B29D) is known color: Wax Flower. HEX triplet: F8, B2 and 9D. RGB value is (248,178,157). Sum of RGB (Red+Green+Blue) = 248+178+157=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B29D is #074D62. Grayscale: #C4C4C4. Windows color (decimal): -478563 or 10334968. OLE color: 10334968.
HSL color Cylindrical-coordinate representation of color #F8B29D: hue angle of 13.85º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8B29D is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 157 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.03 |
| HSL | 13.85º | 0.87% | 0.79% | - |
| HSV(B) | 13.85º | 0.37% | 0.97% | - |
| XYZ | 60.72 | 54.23 | 39.17 | - |
| YUV | 196.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 157 | 0 | 0.28 | 0.37 | 0.03 | 13.85 | 0.87 | 0.79 |
| Hex | F8 | B2 | 9D | 0 | 1C | 25 | 3 | E | 57 | 4F |
| Octal | 370 | 262 | 235 | 0 | 34 | 45 | 3 | 16 | 127 | 117 |
| Binary | 11111000 | 10110010 | 10011101 | 0 | 11100 | 100101 | 11 | 1110 | 1010111 | 1001111 |
Color Harmonies of #F8B29D
Complementary color
Monochromatic Colors of #F8B29D
Black with #F8B29D
Text Example
Text Example
White with #F8B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B29D; }
p { color: rgb(248,178,157); }
H1.HeaderClassName
{
color: #F8B29D;
}
.AnyTagClassName
{
color: #F8B29D;
}
</style>
background-color css
<style>
a { background-color: #F8B29D; }
a { background-color: rgb(248,178,157); }
div.DivClassName
{
background-color: #F8B29D;
}
.BgClassName
{
background-color: #F8B29D;
}
</style>
border-color css
<style>
span { border-color: #F8B29D; }
span { border-color: rgb(248,178,157); }
td.TdClassName
{
border-color: #F8B29D;
}
.TagClassName
{
border-color: #F8B29D;
}
</style>