Shades of Azalea #F2BCC0
Tints of Azalea #F2BCC0
RGB
CMYK
RGB Variations
Color information
#F2BCC0 (or 0xF2BCC0) is known color: Azalea. HEX triplet: F2, BC and C0. RGB value is (242,188,192). Sum of RGB (Red+Green+Blue) = 242+188+192=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC0 is #0D433F. Grayscale: #CCCCCC. Windows color (decimal): -869184 or 12631282. OLE color: 12631282.
HSL color Cylindrical-coordinate representation of color #F2BCC0: hue angle of 355.56º 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 #F2BCC0 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 192 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.05 |
| HSL | 355.56º | 0.68% | 0.84% | - |
| HSV(B) | 355.56º | 0.22% | 0.95% | - |
| XYZ | 64.12 | 58.65 | 57.81 | - |
| YUV | 204.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 192 | 0 | 0.22 | 0.21 | 0.05 | 355.56 | 0.68 | 0.84 |
| Hex | F2 | BC | C0 | 0 | 16 | 15 | 5 | 164 | 44 | 54 |
| Octal | 362 | 274 | 300 | 0 | 26 | 25 | 5 | 544 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11000000 | 0 | 10110 | 10101 | 101 | 101100100 | 1000100 | 1010100 |
Color Harmonies of #F2BCC0
Complementary color
Monochromatic Colors of #F2BCC0
Black with #F2BCC0
Text Example
Text Example
White with #F2BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCC0; }
p { color: rgb(242,188,192); }
H1.HeaderClassName
{
color: #F2BCC0;
}
.AnyTagClassName
{
color: #F2BCC0;
}
</style>
background-color css
<style>
a { background-color: #F2BCC0; }
a { background-color: rgb(242,188,192); }
div.DivClassName
{
background-color: #F2BCC0;
}
.BgClassName
{
background-color: #F2BCC0;
}
</style>
border-color css
<style>
span { border-color: #F2BCC0; }
span { border-color: rgb(242,188,192); }
td.TdClassName
{
border-color: #F2BCC0;
}
.TagClassName
{
border-color: #F2BCC0;
}
</style>