Shades of Azalea #F1BABB
Tints of Azalea #F1BABB
RGB
CMYK
RGB Variations
Color information
#F1BABB (or 0xF1BABB) is known color: Azalea. HEX triplet: F1, BA and BB. RGB value is (241,186,187). Sum of RGB (Red+Green+Blue) = 241+186+187=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BABB is #0E4544. Grayscale: #CACACA. Windows color (decimal): -935237 or 12303089. OLE color: 12303089.
HSL color Cylindrical-coordinate representation of color #F1BABB: hue angle of 358.91º degrees, saturation: 0.66, 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 #F1BABB is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 187 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.05 |
| HSL | 358.91º | 0.66% | 0.84% | - |
| HSV(B) | 358.91º | 0.23% | 0.95% | - |
| XYZ | 62.8 | 57.41 | 54.78 | - |
| YUV | 202.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 187 | 0 | 0.23 | 0.22 | 0.05 | 358.91 | 0.66 | 0.84 |
| Hex | F1 | BA | BB | 0 | 17 | 16 | 5 | 167 | 42 | 54 |
| Octal | 361 | 272 | 273 | 0 | 27 | 26 | 5 | 547 | 102 | 124 |
| Binary | 11110001 | 10111010 | 10111011 | 0 | 10111 | 10110 | 101 | 101100111 | 1000010 | 1010100 |
Color Harmonies of #F1BABB
Complementary color
Monochromatic Colors of #F1BABB
Black with #F1BABB
Text Example
Text Example
White with #F1BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BABB; }
p { color: rgb(241,186,187); }
H1.HeaderClassName
{
color: #F1BABB;
}
.AnyTagClassName
{
color: #F1BABB;
}
</style>
background-color css
<style>
a { background-color: #F1BABB; }
a { background-color: rgb(241,186,187); }
div.DivClassName
{
background-color: #F1BABB;
}
.BgClassName
{
background-color: #F1BABB;
}
</style>
border-color css
<style>
span { border-color: #F1BABB; }
span { border-color: rgb(241,186,187); }
td.TdClassName
{
border-color: #F1BABB;
}
.TagClassName
{
border-color: #F1BABB;
}
</style>