Shades of Azalea #F1BBBE
Tints of Azalea #F1BBBE
RGB
CMYK
RGB Variations
Color information
#F1BBBE (or 0xF1BBBE) is known color: Azalea. HEX triplet: F1, BB and BE. RGB value is (241,187,190). Sum of RGB (Red+Green+Blue) = 241+187+190=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBBE is #0E4441. Grayscale: #CBCBCB. Windows color (decimal): -934978 or 12499953. OLE color: 12499953.
HSL color Cylindrical-coordinate representation of color #F1BBBE: hue angle of 356.67º 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 #F1BBBE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 190 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.05 |
| HSL | 356.67º | 0.66% | 0.84% | - |
| HSV(B) | 356.67º | 0.22% | 0.95% | - |
| XYZ | 63.34 | 57.96 | 56.56 | - |
| YUV | 203.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 190 | 0 | 0.22 | 0.21 | 0.05 | 356.67 | 0.66 | 0.84 |
| Hex | F1 | BB | BE | 0 | 16 | 15 | 5 | 165 | 42 | 54 |
| Octal | 361 | 273 | 276 | 0 | 26 | 25 | 5 | 545 | 102 | 124 |
| Binary | 11110001 | 10111011 | 10111110 | 0 | 10110 | 10101 | 101 | 101100101 | 1000010 | 1010100 |
Color Harmonies of #F1BBBE
Complementary color
Monochromatic Colors of #F1BBBE
Black with #F1BBBE
Text Example
Text Example
White with #F1BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBBE; }
p { color: rgb(241,187,190); }
H1.HeaderClassName
{
color: #F1BBBE;
}
.AnyTagClassName
{
color: #F1BBBE;
}
</style>
background-color css
<style>
a { background-color: #F1BBBE; }
a { background-color: rgb(241,187,190); }
div.DivClassName
{
background-color: #F1BBBE;
}
.BgClassName
{
background-color: #F1BBBE;
}
</style>
border-color css
<style>
span { border-color: #F1BBBE; }
span { border-color: rgb(241,187,190); }
td.TdClassName
{
border-color: #F1BBBE;
}
.TagClassName
{
border-color: #F1BBBE;
}
</style>