Shades of Azalea #F2BCBE
Tints of Azalea #F2BCBE
RGB
CMYK
RGB Variations
Color information
#F2BCBE (or 0xF2BCBE) is known color: Azalea. HEX triplet: F2, BC and BE. RGB value is (242,188,190). Sum of RGB (Red+Green+Blue) = 242+188+190=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCBE is #0D4341. Grayscale: #CCCCCC. Windows color (decimal): -869186 or 12500210. OLE color: 12500210.
HSL color Cylindrical-coordinate representation of color #F2BCBE: hue angle of 357.78º 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 #F2BCBE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 190 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.05 |
| HSL | 357.78º | 0.68% | 0.84% | - |
| HSV(B) | 357.78º | 0.22% | 0.95% | - |
| XYZ | 63.9 | 58.56 | 56.65 | - |
| YUV | 204.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 190 | 0 | 0.22 | 0.21 | 0.05 | 357.78 | 0.68 | 0.84 |
| Hex | F2 | BC | BE | 0 | 16 | 15 | 5 | 166 | 44 | 54 |
| Octal | 362 | 274 | 276 | 0 | 26 | 25 | 5 | 546 | 104 | 124 |
| Binary | 11110010 | 10111100 | 10111110 | 0 | 10110 | 10101 | 101 | 101100110 | 1000100 | 1010100 |
Color Harmonies of #F2BCBE
Complementary color
Monochromatic Colors of #F2BCBE
Black with #F2BCBE
Text Example
Text Example
White with #F2BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCBE; }
p { color: rgb(242,188,190); }
H1.HeaderClassName
{
color: #F2BCBE;
}
.AnyTagClassName
{
color: #F2BCBE;
}
</style>
background-color css
<style>
a { background-color: #F2BCBE; }
a { background-color: rgb(242,188,190); }
div.DivClassName
{
background-color: #F2BCBE;
}
.BgClassName
{
background-color: #F2BCBE;
}
</style>
border-color css
<style>
span { border-color: #F2BCBE; }
span { border-color: rgb(242,188,190); }
td.TdClassName
{
border-color: #F2BCBE;
}
.TagClassName
{
border-color: #F2BCBE;
}
</style>