Shades of Azalea #F3BBBE
Tints of Azalea #F3BBBE
RGB
CMYK
RGB Variations
Color information
#F3BBBE (or 0xF3BBBE) is known color: Azalea. HEX triplet: F3, BB and BE. RGB value is (243,187,190). Sum of RGB (Red+Green+Blue) = 243+187+190=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBBE is #0C4441. Grayscale: #CCCCCC. Windows color (decimal): -803906 or 12499955. OLE color: 12499955.
HSL color Cylindrical-coordinate representation of color #F3BBBE: hue angle of 356.79º 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 #F3BBBE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 190 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.05 |
| HSL | 356.79º | 0.7% | 0.84% | - |
| HSV(B) | 356.79º | 0.23% | 0.95% | - |
| XYZ | 64.03 | 58.31 | 56.6 | - |
| YUV | 204.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 190 | 0 | 0.23 | 0.22 | 0.05 | 356.79 | 0.7 | 0.84 |
| Hex | F3 | BB | BE | 0 | 17 | 16 | 5 | 165 | 46 | 54 |
| Octal | 363 | 273 | 276 | 0 | 27 | 26 | 5 | 545 | 106 | 124 |
| Binary | 11110011 | 10111011 | 10111110 | 0 | 10111 | 10110 | 101 | 101100101 | 1000110 | 1010100 |
Color Harmonies of #F3BBBE
Complementary color
Monochromatic Colors of #F3BBBE
Black with #F3BBBE
Text Example
Text Example
White with #F3BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBBE; }
p { color: rgb(243,187,190); }
H1.HeaderClassName
{
color: #F3BBBE;
}
.AnyTagClassName
{
color: #F3BBBE;
}
</style>
background-color css
<style>
a { background-color: #F3BBBE; }
a { background-color: rgb(243,187,190); }
div.DivClassName
{
background-color: #F3BBBE;
}
.BgClassName
{
background-color: #F3BBBE;
}
</style>
border-color css
<style>
span { border-color: #F3BBBE; }
span { border-color: rgb(243,187,190); }
td.TdClassName
{
border-color: #F3BBBE;
}
.TagClassName
{
border-color: #F3BBBE;
}
</style>