Shades of Azalea #F3BCBD
Tints of Azalea #F3BCBD
RGB
CMYK
RGB Variations
Color information
#F3BCBD (or 0xF3BCBD) is known color: Azalea. HEX triplet: F3, BC and BD. RGB value is (243,188,189). Sum of RGB (Red+Green+Blue) = 243+188+189=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCBD is #0C4342. Grayscale: #CCCCCC. Windows color (decimal): -803651 or 12434675. OLE color: 12434675.
HSL color Cylindrical-coordinate representation of color #F3BCBD: hue angle of 358.91º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCBD is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 189 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.05 |
| HSL | 358.91º | 0.7% | 0.85% | - |
| HSV(B) | 358.91º | 0.23% | 0.95% | - |
| XYZ | 64.13 | 58.7 | 56.09 | - |
| YUV | 204.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 189 | 0 | 0.23 | 0.22 | 0.05 | 358.91 | 0.7 | 0.85 |
| Hex | F3 | BC | BD | 0 | 17 | 16 | 5 | 167 | 46 | 55 |
| Octal | 363 | 274 | 275 | 0 | 27 | 26 | 5 | 547 | 106 | 125 |
| Binary | 11110011 | 10111100 | 10111101 | 0 | 10111 | 10110 | 101 | 101100111 | 1000110 | 1010101 |
Color Harmonies of #F3BCBD
Complementary color
Monochromatic Colors of #F3BCBD
Black with #F3BCBD
Text Example
Text Example
White with #F3BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCBD; }
p { color: rgb(243,188,189); }
H1.HeaderClassName
{
color: #F3BCBD;
}
.AnyTagClassName
{
color: #F3BCBD;
}
</style>
background-color css
<style>
a { background-color: #F3BCBD; }
a { background-color: rgb(243,188,189); }
div.DivClassName
{
background-color: #F3BCBD;
}
.BgClassName
{
background-color: #F3BCBD;
}
</style>
border-color css
<style>
span { border-color: #F3BCBD; }
span { border-color: rgb(243,188,189); }
td.TdClassName
{
border-color: #F3BCBD;
}
.TagClassName
{
border-color: #F3BCBD;
}
</style>