Shades of Azalea #F2BBC0
Tints of Azalea #F2BBC0
RGB
CMYK
RGB Variations
Color information
#F2BBC0 (or 0xF2BBC0) is known color: Azalea. HEX triplet: F2, BB and C0. RGB value is (242,187,192). Sum of RGB (Red+Green+Blue) = 242+187+192=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC0 is #0D443F. Grayscale: #CCCCCC. Windows color (decimal): -869440 or 12631026. OLE color: 12631026.
HSL color Cylindrical-coordinate representation of color #F2BBC0: hue angle of 354.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBC0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 192 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.05 |
| HSL | 354.55º | 0.68% | 0.84% | - |
| HSV(B) | 354.55º | 0.23% | 0.95% | - |
| XYZ | 63.9 | 58.22 | 57.74 | - |
| YUV | 204.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 192 | 0 | 0.23 | 0.21 | 0.05 | 354.55 | 0.68 | 0.84 |
| Hex | F2 | BB | C0 | 0 | 17 | 15 | 5 | 163 | 44 | 54 |
| Octal | 362 | 273 | 300 | 0 | 27 | 25 | 5 | 543 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11000000 | 0 | 10111 | 10101 | 101 | 101100011 | 1000100 | 1010100 |
Color Harmonies of #F2BBC0
Complementary color
Monochromatic Colors of #F2BBC0
Black with #F2BBC0
Text Example
Text Example
White with #F2BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBC0; }
p { color: rgb(242,187,192); }
H1.HeaderClassName
{
color: #F2BBC0;
}
.AnyTagClassName
{
color: #F2BBC0;
}
</style>
background-color css
<style>
a { background-color: #F2BBC0; }
a { background-color: rgb(242,187,192); }
div.DivClassName
{
background-color: #F2BBC0;
}
.BgClassName
{
background-color: #F2BBC0;
}
</style>
border-color css
<style>
span { border-color: #F2BBC0; }
span { border-color: rgb(242,187,192); }
td.TdClassName
{
border-color: #F2BBC0;
}
.TagClassName
{
border-color: #F2BBC0;
}
</style>