Shades of Azalea #F9BCBE
Tints of Azalea #F9BCBE
RGB
CMYK
RGB Variations
Color information
#F9BCBE (or 0xF9BCBE) is known color: Azalea. HEX triplet: F9, BC and BE. RGB value is (249,188,190). Sum of RGB (Red+Green+Blue) = 249+188+190=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCBE is #064341. Grayscale: #CECECE. Windows color (decimal): -410434 or 12500217. OLE color: 12500217.
HSL color Cylindrical-coordinate representation of color #F9BCBE: hue angle of 358.03º 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 #F9BCBE is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 190 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.02 |
| HSL | 358.03º | 0.84% | 0.86% | - |
| HSV(B) | 358.03º | 0.24% | 0.98% | - |
| XYZ | 66.34 | 59.82 | 56.77 | - |
| YUV | 206.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 190 | 0 | 0.24 | 0.24 | 0.02 | 358.03 | 0.84 | 0.86 |
| Hex | F9 | BC | BE | 0 | 18 | 18 | 2 | 166 | 54 | 56 |
| Octal | 371 | 274 | 276 | 0 | 30 | 30 | 2 | 546 | 124 | 126 |
| Binary | 11111001 | 10111100 | 10111110 | 0 | 11000 | 11000 | 10 | 101100110 | 1010100 | 1010110 |
Color Harmonies of #F9BCBE
Complementary color
Monochromatic Colors of #F9BCBE
Black with #F9BCBE
Text Example
Text Example
White with #F9BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCBE; }
p { color: rgb(249,188,190); }
H1.HeaderClassName
{
color: #F9BCBE;
}
.AnyTagClassName
{
color: #F9BCBE;
}
</style>
background-color css
<style>
a { background-color: #F9BCBE; }
a { background-color: rgb(249,188,190); }
div.DivClassName
{
background-color: #F9BCBE;
}
.BgClassName
{
background-color: #F9BCBE;
}
</style>
border-color css
<style>
span { border-color: #F9BCBE; }
span { border-color: rgb(249,188,190); }
td.TdClassName
{
border-color: #F9BCBE;
}
.TagClassName
{
border-color: #F9BCBE;
}
</style>