Shades of Azalea #F3BDC3
Tints of Azalea #F3BDC3
RGB
CMYK
RGB Variations
Color information
#F3BDC3 (or 0xF3BDC3) is known color: Azalea. HEX triplet: F3, BD and C3. RGB value is (243,189,195). Sum of RGB (Red+Green+Blue) = 243+189+195=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC3 is #0C423C. Grayscale: #CDCDCD. Windows color (decimal): -803389 or 12828147. OLE color: 12828147.
HSL color Cylindrical-coordinate representation of color #F3BDC3: hue angle of 353.33º 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 #F3BDC3 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 195 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.05 |
| HSL | 353.33º | 0.69% | 0.85% | - |
| HSV(B) | 353.33º | 0.22% | 0.95% | - |
| XYZ | 65.01 | 59.39 | 59.67 | - |
| YUV | 205.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 195 | 0 | 0.22 | 0.20 | 0.05 | 353.33 | 0.69 | 0.85 |
| Hex | F3 | BD | C3 | 0 | 16 | 14 | 5 | 161 | 45 | 55 |
| Octal | 363 | 275 | 303 | 0 | 26 | 24 | 5 | 541 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11000011 | 0 | 10110 | 10100 | 101 | 101100001 | 1000101 | 1010101 |
Color Harmonies of #F3BDC3
Complementary color
Monochromatic Colors of #F3BDC3
Black with #F3BDC3
Text Example
Text Example
White with #F3BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDC3; }
p { color: rgb(243,189,195); }
H1.HeaderClassName
{
color: #F3BDC3;
}
.AnyTagClassName
{
color: #F3BDC3;
}
</style>
background-color css
<style>
a { background-color: #F3BDC3; }
a { background-color: rgb(243,189,195); }
div.DivClassName
{
background-color: #F3BDC3;
}
.BgClassName
{
background-color: #F3BDC3;
}
</style>
border-color css
<style>
span { border-color: #F3BDC3; }
span { border-color: rgb(243,189,195); }
td.TdClassName
{
border-color: #F3BDC3;
}
.TagClassName
{
border-color: #F3BDC3;
}
</style>