Shades of Azalea #F6BBBE
Tints of Azalea #F6BBBE
RGB
CMYK
RGB Variations
Color information
#F6BBBE (or 0xF6BBBE) is known color: Azalea. HEX triplet: F6, BB and BE. RGB value is (246,187,190). Sum of RGB (Red+Green+Blue) = 246+187+190=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBBE is #094441. Grayscale: #CDCDCD. Windows color (decimal): -607298 or 12499958. OLE color: 12499958.
HSL color Cylindrical-coordinate representation of color #F6BBBE: hue angle of 356.95º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBBE is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 190 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.04 |
| HSL | 356.95º | 0.77% | 0.85% | - |
| HSV(B) | 356.95º | 0.24% | 0.96% | - |
| XYZ | 65.07 | 58.85 | 56.65 | - |
| YUV | 204.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 190 | 0 | 0.24 | 0.23 | 0.04 | 356.95 | 0.77 | 0.85 |
| Hex | F6 | BB | BE | 0 | 18 | 17 | 4 | 165 | 4D | 55 |
| Octal | 366 | 273 | 276 | 0 | 30 | 27 | 4 | 545 | 115 | 125 |
| Binary | 11110110 | 10111011 | 10111110 | 0 | 11000 | 10111 | 100 | 101100101 | 1001101 | 1010101 |
Color Harmonies of #F6BBBE
Complementary color
Monochromatic Colors of #F6BBBE
Black with #F6BBBE
Text Example
Text Example
White with #F6BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBBE; }
p { color: rgb(246,187,190); }
H1.HeaderClassName
{
color: #F6BBBE;
}
.AnyTagClassName
{
color: #F6BBBE;
}
</style>
background-color css
<style>
a { background-color: #F6BBBE; }
a { background-color: rgb(246,187,190); }
div.DivClassName
{
background-color: #F6BBBE;
}
.BgClassName
{
background-color: #F6BBBE;
}
</style>
border-color css
<style>
span { border-color: #F6BBBE; }
span { border-color: rgb(246,187,190); }
td.TdClassName
{
border-color: #F6BBBE;
}
.TagClassName
{
border-color: #F6BBBE;
}
</style>