Shades of Azalea #F2BCC1
Tints of Azalea #F2BCC1
RGB
CMYK
RGB Variations
Color information
#F2BCC1 (or 0xF2BCC1) is known color: Azalea. HEX triplet: F2, BC and C1. RGB value is (242,188,193). Sum of RGB (Red+Green+Blue) = 242+188+193=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC1 is #0D433E. Grayscale: #CCCCCC. Windows color (decimal): -869183 or 12696818. OLE color: 12696818.
HSL color Cylindrical-coordinate representation of color #F2BCC1: hue angle of 354.44º degrees, saturation: 0.68, 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 #F2BCC1 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 193 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.05 |
| HSL | 354.44º | 0.68% | 0.84% | - |
| HSV(B) | 354.44º | 0.22% | 0.95% | - |
| XYZ | 64.23 | 58.69 | 58.4 | - |
| YUV | 204.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 193 | 0 | 0.22 | 0.20 | 0.05 | 354.44 | 0.68 | 0.84 |
| Hex | F2 | BC | C1 | 0 | 16 | 14 | 5 | 162 | 44 | 54 |
| Octal | 362 | 274 | 301 | 0 | 26 | 24 | 5 | 542 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11000001 | 0 | 10110 | 10100 | 101 | 101100010 | 1000100 | 1010100 |
Color Harmonies of #F2BCC1
Complementary color
Monochromatic Colors of #F2BCC1
Black with #F2BCC1
Text Example
Text Example
White with #F2BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCC1; }
p { color: rgb(242,188,193); }
H1.HeaderClassName
{
color: #F2BCC1;
}
.AnyTagClassName
{
color: #F2BCC1;
}
</style>
background-color css
<style>
a { background-color: #F2BCC1; }
a { background-color: rgb(242,188,193); }
div.DivClassName
{
background-color: #F2BCC1;
}
.BgClassName
{
background-color: #F2BCC1;
}
</style>
border-color css
<style>
span { border-color: #F2BCC1; }
span { border-color: rgb(242,188,193); }
td.TdClassName
{
border-color: #F2BCC1;
}
.TagClassName
{
border-color: #F2BCC1;
}
</style>