Shades of Azalea #F3BDC4
Tints of Azalea #F3BDC4
RGB
CMYK
RGB Variations
Color information
#F3BDC4 (or 0xF3BDC4) is known color: Azalea. HEX triplet: F3, BD and C4. RGB value is (243,189,196). Sum of RGB (Red+Green+Blue) = 243+189+196=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC4 is #0C423B. Grayscale: #CDCDCD. Windows color (decimal): -803388 or 12893683. OLE color: 12893683.
HSL color Cylindrical-coordinate representation of color #F3BDC4: hue angle of 352.22º 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 #F3BDC4 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 196 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.05 |
| HSL | 352.22º | 0.69% | 0.85% | - |
| HSV(B) | 352.22º | 0.22% | 0.95% | - |
| XYZ | 65.12 | 59.44 | 60.26 | - |
| YUV | 205.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 196 | 0 | 0.22 | 0.19 | 0.05 | 352.22 | 0.69 | 0.85 |
| Hex | F3 | BD | C4 | 0 | 16 | 13 | 5 | 160 | 45 | 55 |
| Octal | 363 | 275 | 304 | 0 | 26 | 23 | 5 | 540 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11000100 | 0 | 10110 | 10011 | 101 | 101100000 | 1000101 | 1010101 |
Color Harmonies of #F3BDC4
Complementary color
Monochromatic Colors of #F3BDC4
Black with #F3BDC4
Text Example
Text Example
White with #F3BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDC4; }
p { color: rgb(243,189,196); }
H1.HeaderClassName
{
color: #F3BDC4;
}
.AnyTagClassName
{
color: #F3BDC4;
}
</style>
background-color css
<style>
a { background-color: #F3BDC4; }
a { background-color: rgb(243,189,196); }
div.DivClassName
{
background-color: #F3BDC4;
}
.BgClassName
{
background-color: #F3BDC4;
}
</style>
border-color css
<style>
span { border-color: #F3BDC4; }
span { border-color: rgb(243,189,196); }
td.TdClassName
{
border-color: #F3BDC4;
}
.TagClassName
{
border-color: #F3BDC4;
}
</style>