Shades of Azalea #F3BCC0
Tints of Azalea #F3BCC0
RGB
CMYK
RGB Variations
Color information
#F3BCC0 (or 0xF3BCC0) is known color: Azalea. HEX triplet: F3, BC and C0. RGB value is (243,188,192). Sum of RGB (Red+Green+Blue) = 243+188+192=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC0 is #0C433F. Grayscale: #CCCCCC. Windows color (decimal): -803648 or 12631283. OLE color: 12631283.
HSL color Cylindrical-coordinate representation of color #F3BCC0: hue angle of 355.64º 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 #F3BCC0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 192 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.05 |
| HSL | 355.64º | 0.7% | 0.85% | - |
| HSV(B) | 355.64º | 0.23% | 0.95% | - |
| XYZ | 64.46 | 58.83 | 57.83 | - |
| YUV | 204.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 192 | 0 | 0.23 | 0.21 | 0.05 | 355.64 | 0.7 | 0.85 |
| Hex | F3 | BC | C0 | 0 | 17 | 15 | 5 | 164 | 46 | 55 |
| Octal | 363 | 274 | 300 | 0 | 27 | 25 | 5 | 544 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11000000 | 0 | 10111 | 10101 | 101 | 101100100 | 1000110 | 1010101 |
Color Harmonies of #F3BCC0
Complementary color
Monochromatic Colors of #F3BCC0
Black with #F3BCC0
Text Example
Text Example
White with #F3BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCC0; }
p { color: rgb(243,188,192); }
H1.HeaderClassName
{
color: #F3BCC0;
}
.AnyTagClassName
{
color: #F3BCC0;
}
</style>
background-color css
<style>
a { background-color: #F3BCC0; }
a { background-color: rgb(243,188,192); }
div.DivClassName
{
background-color: #F3BCC0;
}
.BgClassName
{
background-color: #F3BCC0;
}
</style>
border-color css
<style>
span { border-color: #F3BCC0; }
span { border-color: rgb(243,188,192); }
td.TdClassName
{
border-color: #F3BCC0;
}
.TagClassName
{
border-color: #F3BCC0;
}
</style>