Shades of Azalea #F1BCC0
Tints of Azalea #F1BCC0
RGB
CMYK
RGB Variations
Color information
#F1BCC0 (or 0xF1BCC0) is known color: Azalea. HEX triplet: F1, BC and C0. RGB value is (241,188,192). Sum of RGB (Red+Green+Blue) = 241+188+192=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCC0 is #0E433F. Grayscale: #CCCCCC. Windows color (decimal): -934720 or 12631281. OLE color: 12631281.
HSL color Cylindrical-coordinate representation of color #F1BCC0: hue angle of 355.47º 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 #F1BCC0 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 192 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.05 |
| HSL | 355.47º | 0.65% | 0.84% | - |
| HSV(B) | 355.47º | 0.22% | 0.95% | - |
| XYZ | 63.77 | 58.47 | 57.79 | - |
| YUV | 204.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 192 | 0 | 0.22 | 0.20 | 0.05 | 355.47 | 0.65 | 0.84 |
| Hex | F1 | BC | C0 | 0 | 16 | 14 | 5 | 163 | 41 | 54 |
| Octal | 361 | 274 | 300 | 0 | 26 | 24 | 5 | 543 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11000000 | 0 | 10110 | 10100 | 101 | 101100011 | 1000001 | 1010100 |
Color Harmonies of #F1BCC0
Complementary color
Monochromatic Colors of #F1BCC0
Black with #F1BCC0
Text Example
Text Example
White with #F1BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCC0; }
p { color: rgb(241,188,192); }
H1.HeaderClassName
{
color: #F1BCC0;
}
.AnyTagClassName
{
color: #F1BCC0;
}
</style>
background-color css
<style>
a { background-color: #F1BCC0; }
a { background-color: rgb(241,188,192); }
div.DivClassName
{
background-color: #F1BCC0;
}
.BgClassName
{
background-color: #F1BCC0;
}
</style>
border-color css
<style>
span { border-color: #F1BCC0; }
span { border-color: rgb(241,188,192); }
td.TdClassName
{
border-color: #F1BCC0;
}
.TagClassName
{
border-color: #F1BCC0;
}
</style>