Shades of Azalea #F5BCBF
Tints of Azalea #F5BCBF
RGB
CMYK
RGB Variations
Color information
#F5BCBF (or 0xF5BCBF) is known color: Azalea. HEX triplet: F5, BC and BF. RGB value is (245,188,191). Sum of RGB (Red+Green+Blue) = 245+188+191=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCBF is #0A4340. Grayscale: #CDCDCD. Windows color (decimal): -672577 or 12565749. OLE color: 12565749.
HSL color Cylindrical-coordinate representation of color #F5BCBF: hue angle of 356.84º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCBF is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 191 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.04 |
| HSL | 356.84º | 0.74% | 0.85% | - |
| HSV(B) | 356.84º | 0.23% | 0.96% | - |
| XYZ | 65.04 | 59.14 | 57.28 | - |
| YUV | 205.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 191 | 0 | 0.23 | 0.22 | 0.04 | 356.84 | 0.74 | 0.85 |
| Hex | F5 | BC | BF | 0 | 17 | 16 | 4 | 165 | 4A | 55 |
| Octal | 365 | 274 | 277 | 0 | 27 | 26 | 4 | 545 | 112 | 125 |
| Binary | 11110101 | 10111100 | 10111111 | 0 | 10111 | 10110 | 100 | 101100101 | 1001010 | 1010101 |
Color Harmonies of #F5BCBF
Complementary color
Monochromatic Colors of #F5BCBF
Black with #F5BCBF
Text Example
Text Example
White with #F5BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCBF; }
p { color: rgb(245,188,191); }
H1.HeaderClassName
{
color: #F5BCBF;
}
.AnyTagClassName
{
color: #F5BCBF;
}
</style>
background-color css
<style>
a { background-color: #F5BCBF; }
a { background-color: rgb(245,188,191); }
div.DivClassName
{
background-color: #F5BCBF;
}
.BgClassName
{
background-color: #F5BCBF;
}
</style>
border-color css
<style>
span { border-color: #F5BCBF; }
span { border-color: rgb(245,188,191); }
td.TdClassName
{
border-color: #F5BCBF;
}
.TagClassName
{
border-color: #F5BCBF;
}
</style>