Shades of Azalea #F1BFC0
Tints of Azalea #F1BFC0
RGB
CMYK
RGB Variations
Color information
#F1BFC0 (or 0xF1BFC0) is known color: Azalea. HEX triplet: F1, BF and C0. RGB value is (241,191,192). Sum of RGB (Red+Green+Blue) = 241+191+192=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFC0 is #0E403F. Grayscale: #CECECE. Windows color (decimal): -933952 or 12632049. OLE color: 12632049.
HSL color Cylindrical-coordinate representation of color #F1BFC0: hue angle of 358.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFC0 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 192 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.05 |
| HSL | 358.8º | 0.64% | 0.85% | - |
| HSV(B) | 358.8º | 0.21% | 0.95% | - |
| XYZ | 64.42 | 59.77 | 58.01 | - |
| YUV | 206.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 192 | 0 | 0.21 | 0.20 | 0.05 | 358.8 | 0.64 | 0.85 |
| Hex | F1 | BF | C0 | 0 | 15 | 14 | 5 | 167 | 40 | 55 |
| Octal | 361 | 277 | 300 | 0 | 25 | 24 | 5 | 547 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11000000 | 0 | 10101 | 10100 | 101 | 101100111 | 1000000 | 1010101 |
Color Harmonies of #F1BFC0
Complementary color
Monochromatic Colors of #F1BFC0
Black with #F1BFC0
Text Example
Text Example
White with #F1BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFC0; }
p { color: rgb(241,191,192); }
H1.HeaderClassName
{
color: #F1BFC0;
}
.AnyTagClassName
{
color: #F1BFC0;
}
</style>
background-color css
<style>
a { background-color: #F1BFC0; }
a { background-color: rgb(241,191,192); }
div.DivClassName
{
background-color: #F1BFC0;
}
.BgClassName
{
background-color: #F1BFC0;
}
</style>
border-color css
<style>
span { border-color: #F1BFC0; }
span { border-color: rgb(241,191,192); }
td.TdClassName
{
border-color: #F1BFC0;
}
.TagClassName
{
border-color: #F1BFC0;
}
</style>