Shades of Wax Flower #F3BBA3
Tints of Wax Flower #F3BBA3
RGB
CMYK
RGB Variations
Color information
#F3BBA3 (or 0xF3BBA3) is known color: Wax Flower. HEX triplet: F3, BB and A3. RGB value is (243,187,163). Sum of RGB (Red+Green+Blue) = 243+187+163=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BBA3 is #0C445C. Grayscale: #C9C9C9. Windows color (decimal): -803933 or 10730483. OLE color: 10730483.
HSL color Cylindrical-coordinate representation of color #F3BBA3: hue angle of 18º 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 #F3BBA3 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 163 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.05 |
| HSL | 18º | 0.77% | 0.8% | - |
| HSV(B) | 18º | 0.33% | 0.95% | - |
| XYZ | 61.34 | 57.24 | 42.47 | - |
| YUV | 201.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 163 | 0 | 0.23 | 0.33 | 0.05 | 18 | 0.77 | 0.8 |
| Hex | F3 | BB | A3 | 0 | 17 | 21 | 5 | 12 | 4D | 50 |
| Octal | 363 | 273 | 243 | 0 | 27 | 41 | 5 | 22 | 115 | 120 |
| Binary | 11110011 | 10111011 | 10100011 | 0 | 10111 | 100001 | 101 | 10010 | 1001101 | 1010000 |
Color Harmonies of #F3BBA3
Complementary color
Monochromatic Colors of #F3BBA3
Black with #F3BBA3
Text Example
Text Example
White with #F3BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBA3; }
p { color: rgb(243,187,163); }
H1.HeaderClassName
{
color: #F3BBA3;
}
.AnyTagClassName
{
color: #F3BBA3;
}
</style>
background-color css
<style>
a { background-color: #F3BBA3; }
a { background-color: rgb(243,187,163); }
div.DivClassName
{
background-color: #F3BBA3;
}
.BgClassName
{
background-color: #F3BBA3;
}
</style>
border-color css
<style>
span { border-color: #F3BBA3; }
span { border-color: rgb(243,187,163); }
td.TdClassName
{
border-color: #F3BBA3;
}
.TagClassName
{
border-color: #F3BBA3;
}
</style>