Shades of Azalea #F1B8BF
Tints of Azalea #F1B8BF
RGB
CMYK
RGB Variations
Color information
#F1B8BF (or 0xF1B8BF) is known color: Azalea. HEX triplet: F1, B8 and BF. RGB value is (241,184,191). Sum of RGB (Red+Green+Blue) = 241+184+191=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8BF is #0E4740. Grayscale: #C9C9C9. Windows color (decimal): -935745 or 12564721. OLE color: 12564721.
HSL color Cylindrical-coordinate representation of color #F1B8BF: hue angle of 352.63º 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 #F1B8BF is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 191 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.05 |
| HSL | 352.63º | 0.67% | 0.83% | - |
| HSV(B) | 352.63º | 0.24% | 0.95% | - |
| XYZ | 62.82 | 56.74 | 56.93 | - |
| YUV | 201.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 191 | 0 | 0.24 | 0.21 | 0.05 | 352.63 | 0.67 | 0.83 |
| Hex | F1 | B8 | BF | 0 | 18 | 15 | 5 | 161 | 43 | 53 |
| Octal | 361 | 270 | 277 | 0 | 30 | 25 | 5 | 541 | 103 | 123 |
| Binary | 11110001 | 10111000 | 10111111 | 0 | 11000 | 10101 | 101 | 101100001 | 1000011 | 1010011 |
Color Harmonies of #F1B8BF
Complementary color
Monochromatic Colors of #F1B8BF
Black with #F1B8BF
Text Example
Text Example
White with #F1B8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8BF; }
p { color: rgb(241,184,191); }
H1.HeaderClassName
{
color: #F1B8BF;
}
.AnyTagClassName
{
color: #F1B8BF;
}
</style>
background-color css
<style>
a { background-color: #F1B8BF; }
a { background-color: rgb(241,184,191); }
div.DivClassName
{
background-color: #F1B8BF;
}
.BgClassName
{
background-color: #F1B8BF;
}
</style>
border-color css
<style>
span { border-color: #F1B8BF; }
span { border-color: rgb(241,184,191); }
td.TdClassName
{
border-color: #F1B8BF;
}
.TagClassName
{
border-color: #F1B8BF;
}
</style>