Shades of Azalea #F3BAC1
Tints of Azalea #F3BAC1
RGB
CMYK
RGB Variations
Color information
#F3BAC1 (or 0xF3BAC1) is known color: Azalea. HEX triplet: F3, BA and C1. RGB value is (243,186,193). Sum of RGB (Red+Green+Blue) = 243+186+193=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAC1 is #0C453E. Grayscale: #CBCBCB. Windows color (decimal): -804159 or 12696307. OLE color: 12696307.
HSL color Cylindrical-coordinate representation of color #F3BAC1: hue angle of 352.63º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAC1 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 193 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.05 |
| HSL | 352.63º | 0.7% | 0.84% | - |
| HSV(B) | 352.63º | 0.23% | 0.95% | - |
| XYZ | 64.15 | 58.02 | 58.27 | - |
| YUV | 203.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 193 | 0 | 0.23 | 0.21 | 0.05 | 352.63 | 0.7 | 0.84 |
| Hex | F3 | BA | C1 | 0 | 17 | 15 | 5 | 161 | 46 | 54 |
| Octal | 363 | 272 | 301 | 0 | 27 | 25 | 5 | 541 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11000001 | 0 | 10111 | 10101 | 101 | 101100001 | 1000110 | 1010100 |
Color Harmonies of #F3BAC1
Complementary color
Monochromatic Colors of #F3BAC1
Black with #F3BAC1
Text Example
Text Example
White with #F3BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAC1; }
p { color: rgb(243,186,193); }
H1.HeaderClassName
{
color: #F3BAC1;
}
.AnyTagClassName
{
color: #F3BAC1;
}
</style>
background-color css
<style>
a { background-color: #F3BAC1; }
a { background-color: rgb(243,186,193); }
div.DivClassName
{
background-color: #F3BAC1;
}
.BgClassName
{
background-color: #F3BAC1;
}
</style>
border-color css
<style>
span { border-color: #F3BAC1; }
span { border-color: rgb(243,186,193); }
td.TdClassName
{
border-color: #F3BAC1;
}
.TagClassName
{
border-color: #F3BAC1;
}
</style>