Shades of Azalea #F1BCC1
Tints of Azalea #F1BCC1
RGB
CMYK
RGB Variations
Color information
#F1BCC1 (or 0xF1BCC1) is known color: Azalea. HEX triplet: F1, BC and C1. RGB value is (241,188,193). Sum of RGB (Red+Green+Blue) = 241+188+193=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCC1 is #0E433E. Grayscale: #CCCCCC. Windows color (decimal): -934719 or 12696817. OLE color: 12696817.
HSL color Cylindrical-coordinate representation of color #F1BCC1: hue angle of 354.34º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BCC1 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 193 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.05 |
| HSL | 354.34º | 0.65% | 0.84% | - |
| HSV(B) | 354.34º | 0.22% | 0.95% | - |
| XYZ | 63.88 | 58.52 | 58.38 | - |
| YUV | 204.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 193 | 0 | 0.22 | 0.20 | 0.05 | 354.34 | 0.65 | 0.84 |
| Hex | F1 | BC | C1 | 0 | 16 | 14 | 5 | 162 | 41 | 54 |
| Octal | 361 | 274 | 301 | 0 | 26 | 24 | 5 | 542 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11000001 | 0 | 10110 | 10100 | 101 | 101100010 | 1000001 | 1010100 |
Color Harmonies of #F1BCC1
Complementary color
Monochromatic Colors of #F1BCC1
Black with #F1BCC1
Text Example
Text Example
White with #F1BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCC1; }
p { color: rgb(241,188,193); }
H1.HeaderClassName
{
color: #F1BCC1;
}
.AnyTagClassName
{
color: #F1BCC1;
}
</style>
background-color css
<style>
a { background-color: #F1BCC1; }
a { background-color: rgb(241,188,193); }
div.DivClassName
{
background-color: #F1BCC1;
}
.BgClassName
{
background-color: #F1BCC1;
}
</style>
border-color css
<style>
span { border-color: #F1BCC1; }
span { border-color: rgb(241,188,193); }
td.TdClassName
{
border-color: #F1BCC1;
}
.TagClassName
{
border-color: #F1BCC1;
}
</style>