Shades of Azalea #F2BCBD
Tints of Azalea #F2BCBD
RGB
CMYK
RGB Variations
Color information
#F2BCBD (or 0xF2BCBD) is known color: Azalea. HEX triplet: F2, BC and BD. RGB value is (242,188,189). Sum of RGB (Red+Green+Blue) = 242+188+189=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCBD is #0D4342. Grayscale: #CCCCCC. Windows color (decimal): -869187 or 12434674. OLE color: 12434674.
HSL color Cylindrical-coordinate representation of color #F2BCBD: hue angle of 358.89º 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 #F2BCBD is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 189 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.05 |
| HSL | 358.89º | 0.68% | 0.84% | - |
| HSV(B) | 358.89º | 0.22% | 0.95% | - |
| XYZ | 63.79 | 58.52 | 56.08 | - |
| YUV | 204.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 189 | 0 | 0.22 | 0.22 | 0.05 | 358.89 | 0.68 | 0.84 |
| Hex | F2 | BC | BD | 0 | 16 | 16 | 5 | 167 | 44 | 54 |
| Octal | 362 | 274 | 275 | 0 | 26 | 26 | 5 | 547 | 104 | 124 |
| Binary | 11110010 | 10111100 | 10111101 | 0 | 10110 | 10110 | 101 | 101100111 | 1000100 | 1010100 |
Color Harmonies of #F2BCBD
Complementary color
Monochromatic Colors of #F2BCBD
Black with #F2BCBD
Text Example
Text Example
White with #F2BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCBD; }
p { color: rgb(242,188,189); }
H1.HeaderClassName
{
color: #F2BCBD;
}
.AnyTagClassName
{
color: #F2BCBD;
}
</style>
background-color css
<style>
a { background-color: #F2BCBD; }
a { background-color: rgb(242,188,189); }
div.DivClassName
{
background-color: #F2BCBD;
}
.BgClassName
{
background-color: #F2BCBD;
}
</style>
border-color css
<style>
span { border-color: #F2BCBD; }
span { border-color: rgb(242,188,189); }
td.TdClassName
{
border-color: #F2BCBD;
}
.TagClassName
{
border-color: #F2BCBD;
}
</style>