Shades of Azalea #F3B9BC
Tints of Azalea #F3B9BC
RGB
CMYK
RGB Variations
Color information
#F3B9BC (or 0xF3B9BC) is known color: Azalea. HEX triplet: F3, B9 and BC. RGB value is (243,185,188). Sum of RGB (Red+Green+Blue) = 243+185+188=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9BC is #0C4643. Grayscale: #CACACA. Windows color (decimal): -804420 or 12368371. OLE color: 12368371.
HSL color Cylindrical-coordinate representation of color #F3B9BC: hue angle of 356.9º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9BC is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 188 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.05 |
| HSL | 356.9º | 0.71% | 0.84% | - |
| HSV(B) | 356.9º | 0.24% | 0.95% | - |
| XYZ | 63.39 | 57.38 | 55.31 | - |
| YUV | 202.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 188 | 0 | 0.24 | 0.23 | 0.05 | 356.9 | 0.71 | 0.84 |
| Hex | F3 | B9 | BC | 0 | 18 | 17 | 5 | 165 | 47 | 54 |
| Octal | 363 | 271 | 274 | 0 | 30 | 27 | 5 | 545 | 107 | 124 |
| Binary | 11110011 | 10111001 | 10111100 | 0 | 11000 | 10111 | 101 | 101100101 | 1000111 | 1010100 |
Color Harmonies of #F3B9BC
Complementary color
Monochromatic Colors of #F3B9BC
Black with #F3B9BC
Text Example
Text Example
White with #F3B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9BC; }
p { color: rgb(243,185,188); }
H1.HeaderClassName
{
color: #F3B9BC;
}
.AnyTagClassName
{
color: #F3B9BC;
}
</style>
background-color css
<style>
a { background-color: #F3B9BC; }
a { background-color: rgb(243,185,188); }
div.DivClassName
{
background-color: #F3B9BC;
}
.BgClassName
{
background-color: #F3B9BC;
}
</style>
border-color css
<style>
span { border-color: #F3B9BC; }
span { border-color: rgb(243,185,188); }
td.TdClassName
{
border-color: #F3B9BC;
}
.TagClassName
{
border-color: #F3B9BC;
}
</style>