Shades of Azalea #F3BDC5
Tints of Azalea #F3BDC5
RGB
CMYK
RGB Variations
Color information
#F3BDC5 (or 0xF3BDC5) is known color: Azalea. HEX triplet: F3, BD and C5. RGB value is (243,189,197). Sum of RGB (Red+Green+Blue) = 243+189+197=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC5 is #0C423A. Grayscale: #CECECE. Windows color (decimal): -803387 or 12959219. OLE color: 12959219.
HSL color Cylindrical-coordinate representation of color #F3BDC5: hue angle of 351.11º 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 #F3BDC5 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 197 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.05 |
| HSL | 351.11º | 0.69% | 0.85% | - |
| HSV(B) | 351.11º | 0.22% | 0.95% | - |
| XYZ | 65.24 | 59.48 | 60.87 | - |
| YUV | 206.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 197 | 0 | 0.22 | 0.19 | 0.05 | 351.11 | 0.69 | 0.85 |
| Hex | F3 | BD | C5 | 0 | 16 | 13 | 5 | 15F | 45 | 55 |
| Octal | 363 | 275 | 305 | 0 | 26 | 23 | 5 | 537 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11000101 | 0 | 10110 | 10011 | 101 | 101011111 | 1000101 | 1010101 |
Color Harmonies of #F3BDC5
Complementary color
Monochromatic Colors of #F3BDC5
Black with #F3BDC5
Text Example
Text Example
White with #F3BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDC5; }
p { color: rgb(243,189,197); }
H1.HeaderClassName
{
color: #F3BDC5;
}
.AnyTagClassName
{
color: #F3BDC5;
}
</style>
background-color css
<style>
a { background-color: #F3BDC5; }
a { background-color: rgb(243,189,197); }
div.DivClassName
{
background-color: #F3BDC5;
}
.BgClassName
{
background-color: #F3BDC5;
}
</style>
border-color css
<style>
span { border-color: #F3BDC5; }
span { border-color: rgb(243,189,197); }
td.TdClassName
{
border-color: #F3BDC5;
}
.TagClassName
{
border-color: #F3BDC5;
}
</style>