Shades of Wax Flower #F3BBA8
Tints of Wax Flower #F3BBA8
RGB
CMYK
RGB Variations
Color information
#F3BBA8 (or 0xF3BBA8) is known color: Wax Flower. HEX triplet: F3, BB and A8. RGB value is (243,187,168). Sum of RGB (Red+Green+Blue) = 243+187+168=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BBA8 is #0C4457. Grayscale: #C9C9C9. Windows color (decimal): -803928 or 11058163. OLE color: 11058163.
HSL color Cylindrical-coordinate representation of color #F3BBA8: hue angle of 15.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3BBA8 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 168 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.05 |
| HSL | 15.2º | 0.76% | 0.81% | - |
| HSV(B) | 15.2º | 0.31% | 0.95% | - |
| XYZ | 61.8 | 57.42 | 44.87 | - |
| YUV | 201.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 168 | 0 | 0.23 | 0.31 | 0.05 | 15.2 | 0.76 | 0.81 |
| Hex | F3 | BB | A8 | 0 | 17 | 1F | 5 | F | 4C | 51 |
| Octal | 363 | 273 | 250 | 0 | 27 | 37 | 5 | 17 | 114 | 121 |
| Binary | 11110011 | 10111011 | 10101000 | 0 | 10111 | 11111 | 101 | 1111 | 1001100 | 1010001 |
Color Harmonies of #F3BBA8
Complementary color
Monochromatic Colors of #F3BBA8
Black with #F3BBA8
Text Example
Text Example
White with #F3BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBA8; }
p { color: rgb(243,187,168); }
H1.HeaderClassName
{
color: #F3BBA8;
}
.AnyTagClassName
{
color: #F3BBA8;
}
</style>
background-color css
<style>
a { background-color: #F3BBA8; }
a { background-color: rgb(243,187,168); }
div.DivClassName
{
background-color: #F3BBA8;
}
.BgClassName
{
background-color: #F3BBA8;
}
</style>
border-color css
<style>
span { border-color: #F3BBA8; }
span { border-color: rgb(243,187,168); }
td.TdClassName
{
border-color: #F3BBA8;
}
.TagClassName
{
border-color: #F3BBA8;
}
</style>