Shades of Wax Flower #F3BBA4
Tints of Wax Flower #F3BBA4
RGB
CMYK
RGB Variations
Color information
#F3BBA4 (or 0xF3BBA4) is known color: Wax Flower. HEX triplet: F3, BB and A4. RGB value is (243,187,164). Sum of RGB (Red+Green+Blue) = 243+187+164=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BBA4 is #0C445B. Grayscale: #C9C9C9. Windows color (decimal): -803932 or 10796019. OLE color: 10796019.
HSL color Cylindrical-coordinate representation of color #F3BBA4: hue angle of 17.47º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3BBA4 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 164 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.05 |
| HSL | 17.47º | 0.77% | 0.8% | - |
| HSV(B) | 17.47º | 0.33% | 0.95% | - |
| XYZ | 61.43 | 57.28 | 42.94 | - |
| YUV | 201.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 164 | 0 | 0.23 | 0.33 | 0.05 | 17.47 | 0.77 | 0.8 |
| Hex | F3 | BB | A4 | 0 | 17 | 21 | 5 | 11 | 4D | 50 |
| Octal | 363 | 273 | 244 | 0 | 27 | 41 | 5 | 21 | 115 | 120 |
| Binary | 11110011 | 10111011 | 10100100 | 0 | 10111 | 100001 | 101 | 10001 | 1001101 | 1010000 |
Color Harmonies of #F3BBA4
Complementary color
Monochromatic Colors of #F3BBA4
Black with #F3BBA4
Text Example
Text Example
White with #F3BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBA4; }
p { color: rgb(243,187,164); }
H1.HeaderClassName
{
color: #F3BBA4;
}
.AnyTagClassName
{
color: #F3BBA4;
}
</style>
background-color css
<style>
a { background-color: #F3BBA4; }
a { background-color: rgb(243,187,164); }
div.DivClassName
{
background-color: #F3BBA4;
}
.BgClassName
{
background-color: #F3BBA4;
}
</style>
border-color css
<style>
span { border-color: #F3BBA4; }
span { border-color: rgb(243,187,164); }
td.TdClassName
{
border-color: #F3BBA4;
}
.TagClassName
{
border-color: #F3BBA4;
}
</style>