Shades of Azalea #F1B9BA
Tints of Azalea #F1B9BA
RGB
CMYK
RGB Variations
Color information
#F1B9BA (or 0xF1B9BA) is known color: Azalea. HEX triplet: F1, B9 and BA. RGB value is (241,185,186). Sum of RGB (Red+Green+Blue) = 241+185+186=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9BA is #0E4645. Grayscale: #C9C9C9. Windows color (decimal): -935494 or 12237297. OLE color: 12237297.
HSL color Cylindrical-coordinate representation of color #F1B9BA: hue angle of 358.93º degrees, saturation: 0.67, 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 #F1B9BA is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 186 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.05 |
| HSL | 358.93º | 0.67% | 0.84% | - |
| HSV(B) | 358.93º | 0.23% | 0.95% | - |
| XYZ | 62.49 | 56.94 | 54.15 | - |
| YUV | 201.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 186 | 0 | 0.23 | 0.23 | 0.05 | 358.93 | 0.67 | 0.84 |
| Hex | F1 | B9 | BA | 0 | 17 | 17 | 5 | 167 | 43 | 54 |
| Octal | 361 | 271 | 272 | 0 | 27 | 27 | 5 | 547 | 103 | 124 |
| Binary | 11110001 | 10111001 | 10111010 | 0 | 10111 | 10111 | 101 | 101100111 | 1000011 | 1010100 |
Color Harmonies of #F1B9BA
Complementary color
Monochromatic Colors of #F1B9BA
Black with #F1B9BA
Text Example
Text Example
White with #F1B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9BA; }
p { color: rgb(241,185,186); }
H1.HeaderClassName
{
color: #F1B9BA;
}
.AnyTagClassName
{
color: #F1B9BA;
}
</style>
background-color css
<style>
a { background-color: #F1B9BA; }
a { background-color: rgb(241,185,186); }
div.DivClassName
{
background-color: #F1B9BA;
}
.BgClassName
{
background-color: #F1B9BA;
}
</style>
border-color css
<style>
span { border-color: #F1B9BA; }
span { border-color: rgb(241,185,186); }
td.TdClassName
{
border-color: #F1B9BA;
}
.TagClassName
{
border-color: #F1B9BA;
}
</style>