Shades of Azalea #F3BBBD
Tints of Azalea #F3BBBD
RGB
CMYK
RGB Variations
Color information
#F3BBBD (or 0xF3BBBD) is known color: Azalea. HEX triplet: F3, BB and BD. RGB value is (243,187,189). Sum of RGB (Red+Green+Blue) = 243+187+189=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBBD is #0C4442. Grayscale: #CCCCCC. Windows color (decimal): -803907 or 12434419. OLE color: 12434419.
HSL color Cylindrical-coordinate representation of color #F3BBBD: hue angle of 357.86º degrees, saturation: 0.7, 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 #F3BBBD is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 189 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.05 |
| HSL | 357.86º | 0.7% | 0.84% | - |
| HSV(B) | 357.86º | 0.23% | 0.95% | - |
| XYZ | 63.92 | 58.27 | 56.02 | - |
| YUV | 203.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 189 | 0 | 0.23 | 0.22 | 0.05 | 357.86 | 0.7 | 0.84 |
| Hex | F3 | BB | BD | 0 | 17 | 16 | 5 | 166 | 46 | 54 |
| Octal | 363 | 273 | 275 | 0 | 27 | 26 | 5 | 546 | 106 | 124 |
| Binary | 11110011 | 10111011 | 10111101 | 0 | 10111 | 10110 | 101 | 101100110 | 1000110 | 1010100 |
Color Harmonies of #F3BBBD
Complementary color
Monochromatic Colors of #F3BBBD
Black with #F3BBBD
Text Example
Text Example
White with #F3BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBBD; }
p { color: rgb(243,187,189); }
H1.HeaderClassName
{
color: #F3BBBD;
}
.AnyTagClassName
{
color: #F3BBBD;
}
</style>
background-color css
<style>
a { background-color: #F3BBBD; }
a { background-color: rgb(243,187,189); }
div.DivClassName
{
background-color: #F3BBBD;
}
.BgClassName
{
background-color: #F3BBBD;
}
</style>
border-color css
<style>
span { border-color: #F3BBBD; }
span { border-color: rgb(243,187,189); }
td.TdClassName
{
border-color: #F3BBBD;
}
.TagClassName
{
border-color: #F3BBBD;
}
</style>