Shades of Azalea #F1B8BA
Tints of Azalea #F1B8BA
RGB
CMYK
RGB Variations
Color information
#F1B8BA (or 0xF1B8BA) is known color: Azalea. HEX triplet: F1, B8 and BA. RGB value is (241,184,186). Sum of RGB (Red+Green+Blue) = 241+184+186=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8BA is #0E4745. Grayscale: #C9C9C9. Windows color (decimal): -935750 or 12237041. OLE color: 12237041.
HSL color Cylindrical-coordinate representation of color #F1B8BA: hue angle of 357.89º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B8BA is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 186 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.05 |
| HSL | 357.89º | 0.67% | 0.83% | - |
| HSV(B) | 357.89º | 0.24% | 0.95% | - |
| XYZ | 62.28 | 56.53 | 54.08 | - |
| YUV | 201.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 186 | 0 | 0.24 | 0.23 | 0.05 | 357.89 | 0.67 | 0.83 |
| Hex | F1 | B8 | BA | 0 | 18 | 17 | 5 | 166 | 43 | 53 |
| Octal | 361 | 270 | 272 | 0 | 30 | 27 | 5 | 546 | 103 | 123 |
| Binary | 11110001 | 10111000 | 10111010 | 0 | 11000 | 10111 | 101 | 101100110 | 1000011 | 1010011 |
Color Harmonies of #F1B8BA
Complementary color
Monochromatic Colors of #F1B8BA
Black with #F1B8BA
Text Example
Text Example
White with #F1B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8BA; }
p { color: rgb(241,184,186); }
H1.HeaderClassName
{
color: #F1B8BA;
}
.AnyTagClassName
{
color: #F1B8BA;
}
</style>
background-color css
<style>
a { background-color: #F1B8BA; }
a { background-color: rgb(241,184,186); }
div.DivClassName
{
background-color: #F1B8BA;
}
.BgClassName
{
background-color: #F1B8BA;
}
</style>
border-color css
<style>
span { border-color: #F1B8BA; }
span { border-color: rgb(241,184,186); }
td.TdClassName
{
border-color: #F1B8BA;
}
.TagClassName
{
border-color: #F1B8BA;
}
</style>