Shades of Azalea #F9BFC5
Tints of Azalea #F9BFC5
RGB
CMYK
RGB Variations
Color information
#F9BFC5 (or 0xF9BFC5) is known color: Azalea. HEX triplet: F9, BF and C5. RGB value is (249,191,197). Sum of RGB (Red+Green+Blue) = 249+191+197=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFC5 is #06403A. Grayscale: #D1D1D1. Windows color (decimal): -409659 or 12959737. OLE color: 12959737.
HSL color Cylindrical-coordinate representation of color #F9BFC5: hue angle of 353.79º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFC5 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 197 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.02 |
| HSL | 353.79º | 0.83% | 0.86% | - |
| HSV(B) | 353.79º | 0.23% | 0.98% | - |
| XYZ | 67.78 | 61.43 | 61.11 | - |
| YUV | 209.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 197 | 0 | 0.23 | 0.21 | 0.02 | 353.79 | 0.83 | 0.86 |
| Hex | F9 | BF | C5 | 0 | 17 | 15 | 2 | 162 | 53 | 56 |
| Octal | 371 | 277 | 305 | 0 | 27 | 25 | 2 | 542 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11000101 | 0 | 10111 | 10101 | 10 | 101100010 | 1010011 | 1010110 |
Color Harmonies of #F9BFC5
Complementary color
Monochromatic Colors of #F9BFC5
Black with #F9BFC5
Text Example
Text Example
White with #F9BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFC5; }
p { color: rgb(249,191,197); }
H1.HeaderClassName
{
color: #F9BFC5;
}
.AnyTagClassName
{
color: #F9BFC5;
}
</style>
background-color css
<style>
a { background-color: #F9BFC5; }
a { background-color: rgb(249,191,197); }
div.DivClassName
{
background-color: #F9BFC5;
}
.BgClassName
{
background-color: #F9BFC5;
}
</style>
border-color css
<style>
span { border-color: #F9BFC5; }
span { border-color: rgb(249,191,197); }
td.TdClassName
{
border-color: #F9BFC5;
}
.TagClassName
{
border-color: #F9BFC5;
}
</style>