Shades of Azalea #F9BCC5
Tints of Azalea #F9BCC5
RGB
CMYK
RGB Variations
Color information
#F9BCC5 (or 0xF9BCC5) is known color: Azalea. HEX triplet: F9, BC and C5. RGB value is (249,188,197). Sum of RGB (Red+Green+Blue) = 249+188+197=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCC5 is #06433A. Grayscale: #CFCFCF. Windows color (decimal): -410427 or 12958969. OLE color: 12958969.
HSL color Cylindrical-coordinate representation of color #F9BCC5: hue angle of 351.15º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCC5 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 197 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.02 |
| HSL | 351.15º | 0.84% | 0.86% | - |
| HSV(B) | 351.15º | 0.24% | 0.98% | - |
| XYZ | 67.13 | 60.14 | 60.89 | - |
| YUV | 207.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 197 | 0 | 0.24 | 0.21 | 0.02 | 351.15 | 0.84 | 0.86 |
| Hex | F9 | BC | C5 | 0 | 18 | 15 | 2 | 15F | 54 | 56 |
| Octal | 371 | 274 | 305 | 0 | 30 | 25 | 2 | 537 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11000101 | 0 | 11000 | 10101 | 10 | 101011111 | 1010100 | 1010110 |
Color Harmonies of #F9BCC5
Complementary color
Monochromatic Colors of #F9BCC5
Black with #F9BCC5
Text Example
Text Example
White with #F9BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCC5; }
p { color: rgb(249,188,197); }
H1.HeaderClassName
{
color: #F9BCC5;
}
.AnyTagClassName
{
color: #F9BCC5;
}
</style>
background-color css
<style>
a { background-color: #F9BCC5; }
a { background-color: rgb(249,188,197); }
div.DivClassName
{
background-color: #F9BCC5;
}
.BgClassName
{
background-color: #F9BCC5;
}
</style>
border-color css
<style>
span { border-color: #F9BCC5; }
span { border-color: rgb(249,188,197); }
td.TdClassName
{
border-color: #F9BCC5;
}
.TagClassName
{
border-color: #F9BCC5;
}
</style>