Shades of Azalea #F3BBC1
Tints of Azalea #F3BBC1
RGB
CMYK
RGB Variations
Color information
#F3BBC1 (or 0xF3BBC1) is known color: Azalea. HEX triplet: F3, BB and C1. RGB value is (243,187,193). Sum of RGB (Red+Green+Blue) = 243+187+193=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBC1 is #0C443E. Grayscale: #CCCCCC. Windows color (decimal): -803903 or 12696563. OLE color: 12696563.
HSL color Cylindrical-coordinate representation of color #F3BBC1: hue angle of 353.57º 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 #F3BBC1 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 193 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.05 |
| HSL | 353.57º | 0.7% | 0.84% | - |
| HSV(B) | 353.57º | 0.23% | 0.95% | - |
| XYZ | 64.36 | 58.45 | 58.34 | - |
| YUV | 204.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 193 | 0 | 0.23 | 0.21 | 0.05 | 353.57 | 0.7 | 0.84 |
| Hex | F3 | BB | C1 | 0 | 17 | 15 | 5 | 162 | 46 | 54 |
| Octal | 363 | 273 | 301 | 0 | 27 | 25 | 5 | 542 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11000001 | 0 | 10111 | 10101 | 101 | 101100010 | 1000110 | 1010100 |
Color Harmonies of #F3BBC1
Complementary color
Monochromatic Colors of #F3BBC1
Black with #F3BBC1
Text Example
Text Example
White with #F3BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBC1; }
p { color: rgb(243,187,193); }
H1.HeaderClassName
{
color: #F3BBC1;
}
.AnyTagClassName
{
color: #F3BBC1;
}
</style>
background-color css
<style>
a { background-color: #F3BBC1; }
a { background-color: rgb(243,187,193); }
div.DivClassName
{
background-color: #F3BBC1;
}
.BgClassName
{
background-color: #F3BBC1;
}
</style>
border-color css
<style>
span { border-color: #F3BBC1; }
span { border-color: rgb(243,187,193); }
td.TdClassName
{
border-color: #F3BBC1;
}
.TagClassName
{
border-color: #F3BBC1;
}
</style>