Shades of Azalea #F1BBBD
Tints of Azalea #F1BBBD
RGB
CMYK
RGB Variations
Color information
#F1BBBD (or 0xF1BBBD) is known color: Azalea. HEX triplet: F1, BB and BD. RGB value is (241,187,189). Sum of RGB (Red+Green+Blue) = 241+187+189=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBBD is #0E4442. Grayscale: #CBCBCB. Windows color (decimal): -934979 or 12434417. OLE color: 12434417.
HSL color Cylindrical-coordinate representation of color #F1BBBD: hue angle of 357.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BBBD is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 189 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.05 |
| HSL | 357.78º | 0.66% | 0.84% | - |
| HSV(B) | 357.78º | 0.22% | 0.95% | - |
| XYZ | 63.23 | 57.92 | 55.99 | - |
| YUV | 203.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 189 | 0 | 0.22 | 0.22 | 0.05 | 357.78 | 0.66 | 0.84 |
| Hex | F1 | BB | BD | 0 | 16 | 16 | 5 | 166 | 42 | 54 |
| Octal | 361 | 273 | 275 | 0 | 26 | 26 | 5 | 546 | 102 | 124 |
| Binary | 11110001 | 10111011 | 10111101 | 0 | 10110 | 10110 | 101 | 101100110 | 1000010 | 1010100 |
Color Harmonies of #F1BBBD
Complementary color
Monochromatic Colors of #F1BBBD
Black with #F1BBBD
Text Example
Text Example
White with #F1BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBBD; }
p { color: rgb(241,187,189); }
H1.HeaderClassName
{
color: #F1BBBD;
}
.AnyTagClassName
{
color: #F1BBBD;
}
</style>
background-color css
<style>
a { background-color: #F1BBBD; }
a { background-color: rgb(241,187,189); }
div.DivClassName
{
background-color: #F1BBBD;
}
.BgClassName
{
background-color: #F1BBBD;
}
</style>
border-color css
<style>
span { border-color: #F1BBBD; }
span { border-color: rgb(241,187,189); }
td.TdClassName
{
border-color: #F1BBBD;
}
.TagClassName
{
border-color: #F1BBBD;
}
</style>