Shades of Azalea #F5BDBF
Tints of Azalea #F5BDBF
RGB
CMYK
RGB Variations
Color information
#F5BDBF (or 0xF5BDBF) is known color: Azalea. HEX triplet: F5, BD and BF. RGB value is (245,189,191). Sum of RGB (Red+Green+Blue) = 245+189+191=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDBF is #0A4240. Grayscale: #CECECE. Windows color (decimal): -672321 or 12566005. OLE color: 12566005.
HSL color Cylindrical-coordinate representation of color #F5BDBF: hue angle of 357.86º 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 #F5BDBF is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 191 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.04 |
| HSL | 357.86º | 0.74% | 0.85% | - |
| HSV(B) | 357.86º | 0.23% | 0.96% | - |
| XYZ | 65.26 | 59.57 | 57.35 | - |
| YUV | 205.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 191 | 0 | 0.23 | 0.22 | 0.04 | 357.86 | 0.74 | 0.85 |
| Hex | F5 | BD | BF | 0 | 17 | 16 | 4 | 166 | 4A | 55 |
| Octal | 365 | 275 | 277 | 0 | 27 | 26 | 4 | 546 | 112 | 125 |
| Binary | 11110101 | 10111101 | 10111111 | 0 | 10111 | 10110 | 100 | 101100110 | 1001010 | 1010101 |
Color Harmonies of #F5BDBF
Complementary color
Monochromatic Colors of #F5BDBF
Black with #F5BDBF
Text Example
Text Example
White with #F5BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDBF; }
p { color: rgb(245,189,191); }
H1.HeaderClassName
{
color: #F5BDBF;
}
.AnyTagClassName
{
color: #F5BDBF;
}
</style>
background-color css
<style>
a { background-color: #F5BDBF; }
a { background-color: rgb(245,189,191); }
div.DivClassName
{
background-color: #F5BDBF;
}
.BgClassName
{
background-color: #F5BDBF;
}
</style>
border-color css
<style>
span { border-color: #F5BDBF; }
span { border-color: rgb(245,189,191); }
td.TdClassName
{
border-color: #F5BDBF;
}
.TagClassName
{
border-color: #F5BDBF;
}
</style>