Shades of Azalea #F3BDC0
Tints of Azalea #F3BDC0
RGB
CMYK
RGB Variations
Color information
#F3BDC0 (or 0xF3BDC0) is known color: Azalea. HEX triplet: F3, BD and C0. RGB value is (243,189,192). Sum of RGB (Red+Green+Blue) = 243+189+192=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC0 is #0C423F. Grayscale: #CDCDCD. Windows color (decimal): -803392 or 12631539. OLE color: 12631539.
HSL color Cylindrical-coordinate representation of color #F3BDC0: hue angle of 356.67º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDC0 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 192 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.05 |
| HSL | 356.67º | 0.69% | 0.85% | - |
| HSV(B) | 356.67º | 0.22% | 0.95% | - |
| XYZ | 64.67 | 59.26 | 57.9 | - |
| YUV | 205.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 192 | 0 | 0.22 | 0.21 | 0.05 | 356.67 | 0.69 | 0.85 |
| Hex | F3 | BD | C0 | 0 | 16 | 15 | 5 | 165 | 45 | 55 |
| Octal | 363 | 275 | 300 | 0 | 26 | 25 | 5 | 545 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11000000 | 0 | 10110 | 10101 | 101 | 101100101 | 1000101 | 1010101 |
Color Harmonies of #F3BDC0
Complementary color
Monochromatic Colors of #F3BDC0
Black with #F3BDC0
Text Example
Text Example
White with #F3BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDC0; }
p { color: rgb(243,189,192); }
H1.HeaderClassName
{
color: #F3BDC0;
}
.AnyTagClassName
{
color: #F3BDC0;
}
</style>
background-color css
<style>
a { background-color: #F3BDC0; }
a { background-color: rgb(243,189,192); }
div.DivClassName
{
background-color: #F3BDC0;
}
.BgClassName
{
background-color: #F3BDC0;
}
</style>
border-color css
<style>
span { border-color: #F3BDC0; }
span { border-color: rgb(243,189,192); }
td.TdClassName
{
border-color: #F3BDC0;
}
.TagClassName
{
border-color: #F3BDC0;
}
</style>