Shades of Wax Flower #F3B2A1
Tints of Wax Flower #F3B2A1
RGB
CMYK
RGB Variations
Color information
#F3B2A1 (or 0xF3B2A1) is known color: Wax Flower. HEX triplet: F3, B2 and A1. RGB value is (243,178,161). Sum of RGB (Red+Green+Blue) = 243+178+161=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B2A1 is #0C4D5E. Grayscale: #C3C3C3. Windows color (decimal): -806239 or 10597107. OLE color: 10597107.
HSL color Cylindrical-coordinate representation of color #F3B2A1: hue angle of 12.44º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3B2A1 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 178 | 161 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.05 |
| HSL | 12.44º | 0.77% | 0.79% | - |
| HSV(B) | 12.44º | 0.34% | 0.95% | - |
| XYZ | 59.32 | 53.47 | 40.91 | - |
| YUV | 195.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 178 | 161 | 0 | 0.27 | 0.34 | 0.05 | 12.44 | 0.77 | 0.79 |
| Hex | F3 | B2 | A1 | 0 | 1B | 22 | 5 | C | 4D | 4F |
| Octal | 363 | 262 | 241 | 0 | 33 | 42 | 5 | 14 | 115 | 117 |
| Binary | 11110011 | 10110010 | 10100001 | 0 | 11011 | 100010 | 101 | 1100 | 1001101 | 1001111 |
Color Harmonies of #F3B2A1
Complementary color
Monochromatic Colors of #F3B2A1
Black with #F3B2A1
Text Example
Text Example
White with #F3B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B2A1; }
p { color: rgb(243,178,161); }
H1.HeaderClassName
{
color: #F3B2A1;
}
.AnyTagClassName
{
color: #F3B2A1;
}
</style>
background-color css
<style>
a { background-color: #F3B2A1; }
a { background-color: rgb(243,178,161); }
div.DivClassName
{
background-color: #F3B2A1;
}
.BgClassName
{
background-color: #F3B2A1;
}
</style>
border-color css
<style>
span { border-color: #F3B2A1; }
span { border-color: rgb(243,178,161); }
td.TdClassName
{
border-color: #F3B2A1;
}
.TagClassName
{
border-color: #F3B2A1;
}
</style>