Shades of Azalea #F8B9BF
Tints of Azalea #F8B9BF
RGB
CMYK
RGB Variations
Color information
#F8B9BF (or 0xF8B9BF) is known color: Azalea. HEX triplet: F8, B9 and BF. RGB value is (248,185,191). Sum of RGB (Red+Green+Blue) = 248+185+191=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9BF is #074640. Grayscale: #CCCCCC. Windows color (decimal): -476737 or 12564984. OLE color: 12564984.
HSL color Cylindrical-coordinate representation of color #F8B9BF: hue angle of 354.29º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8B9BF is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 191 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.03 |
| HSL | 354.29º | 0.82% | 0.85% | - |
| HSV(B) | 354.29º | 0.25% | 0.97% | - |
| XYZ | 65.46 | 58.42 | 57.12 | - |
| YUV | 204.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 191 | 0 | 0.25 | 0.23 | 0.03 | 354.29 | 0.82 | 0.85 |
| Hex | F8 | B9 | BF | 0 | 19 | 17 | 3 | 162 | 52 | 55 |
| Octal | 370 | 271 | 277 | 0 | 31 | 27 | 3 | 542 | 122 | 125 |
| Binary | 11111000 | 10111001 | 10111111 | 0 | 11001 | 10111 | 11 | 101100010 | 1010010 | 1010101 |
Color Harmonies of #F8B9BF
Complementary color
Monochromatic Colors of #F8B9BF
Black with #F8B9BF
Text Example
Text Example
White with #F8B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9BF; }
p { color: rgb(248,185,191); }
H1.HeaderClassName
{
color: #F8B9BF;
}
.AnyTagClassName
{
color: #F8B9BF;
}
</style>
background-color css
<style>
a { background-color: #F8B9BF; }
a { background-color: rgb(248,185,191); }
div.DivClassName
{
background-color: #F8B9BF;
}
.BgClassName
{
background-color: #F8B9BF;
}
</style>
border-color css
<style>
span { border-color: #F8B9BF; }
span { border-color: rgb(248,185,191); }
td.TdClassName
{
border-color: #F8B9BF;
}
.TagClassName
{
border-color: #F8B9BF;
}
</style>