Shades of Azalea #F1BBBF
Tints of Azalea #F1BBBF
RGB
CMYK
RGB Variations
Color information
#F1BBBF (or 0xF1BBBF) is known color: Azalea. HEX triplet: F1, BB and BF. RGB value is (241,187,191). Sum of RGB (Red+Green+Blue) = 241+187+191=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBBF is #0E4440. Grayscale: #CBCBCB. Windows color (decimal): -934977 or 12565489. OLE color: 12565489.
HSL color Cylindrical-coordinate representation of color #F1BBBF: hue angle of 355.56º 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 #F1BBBF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 191 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.05 |
| HSL | 355.56º | 0.66% | 0.84% | - |
| HSV(B) | 355.56º | 0.22% | 0.95% | - |
| XYZ | 63.45 | 58 | 57.14 | - |
| YUV | 203.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 191 | 0 | 0.22 | 0.21 | 0.05 | 355.56 | 0.66 | 0.84 |
| Hex | F1 | BB | BF | 0 | 16 | 15 | 5 | 164 | 42 | 54 |
| Octal | 361 | 273 | 277 | 0 | 26 | 25 | 5 | 544 | 102 | 124 |
| Binary | 11110001 | 10111011 | 10111111 | 0 | 10110 | 10101 | 101 | 101100100 | 1000010 | 1010100 |
Color Harmonies of #F1BBBF
Complementary color
Monochromatic Colors of #F1BBBF
Black with #F1BBBF
Text Example
Text Example
White with #F1BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBBF; }
p { color: rgb(241,187,191); }
H1.HeaderClassName
{
color: #F1BBBF;
}
.AnyTagClassName
{
color: #F1BBBF;
}
</style>
background-color css
<style>
a { background-color: #F1BBBF; }
a { background-color: rgb(241,187,191); }
div.DivClassName
{
background-color: #F1BBBF;
}
.BgClassName
{
background-color: #F1BBBF;
}
</style>
border-color css
<style>
span { border-color: #F1BBBF; }
span { border-color: rgb(241,187,191); }
td.TdClassName
{
border-color: #F1BBBF;
}
.TagClassName
{
border-color: #F1BBBF;
}
</style>