Shades of Azalea #F5BFC6
Tints of Azalea #F5BFC6
RGB
CMYK
RGB Variations
Color information
#F5BFC6 (or 0xF5BFC6) is known color: Azalea. HEX triplet: F5, BF and C6. RGB value is (245,191,198). Sum of RGB (Red+Green+Blue) = 245+191+198=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFC6 is #0A4039. Grayscale: #CFCFCF. Windows color (decimal): -671802 or 13025269. OLE color: 13025269.
HSL color Cylindrical-coordinate representation of color #F5BFC6: hue angle of 352.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFC6 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 198 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.04 |
| HSL | 352.22º | 0.73% | 0.85% | - |
| HSV(B) | 352.22º | 0.22% | 0.96% | - |
| XYZ | 66.48 | 60.75 | 61.65 | - |
| YUV | 207.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 198 | 0 | 0.22 | 0.19 | 0.04 | 352.22 | 0.73 | 0.85 |
| Hex | F5 | BF | C6 | 0 | 16 | 13 | 4 | 160 | 49 | 55 |
| Octal | 365 | 277 | 306 | 0 | 26 | 23 | 4 | 540 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11000110 | 0 | 10110 | 10011 | 100 | 101100000 | 1001001 | 1010101 |
Color Harmonies of #F5BFC6
Complementary color
Monochromatic Colors of #F5BFC6
Black with #F5BFC6
Text Example
Text Example
White with #F5BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFC6; }
p { color: rgb(245,191,198); }
H1.HeaderClassName
{
color: #F5BFC6;
}
.AnyTagClassName
{
color: #F5BFC6;
}
</style>
background-color css
<style>
a { background-color: #F5BFC6; }
a { background-color: rgb(245,191,198); }
div.DivClassName
{
background-color: #F5BFC6;
}
.BgClassName
{
background-color: #F5BFC6;
}
</style>
border-color css
<style>
span { border-color: #F5BFC6; }
span { border-color: rgb(245,191,198); }
td.TdClassName
{
border-color: #F5BFC6;
}
.TagClassName
{
border-color: #F5BFC6;
}
</style>