Shades of Azalea #F4BDC4
Tints of Azalea #F4BDC4
RGB
CMYK
RGB Variations
Color information
#F4BDC4 (or 0xF4BDC4) is known color: Azalea. HEX triplet: F4, BD and C4. RGB value is (244,189,196). Sum of RGB (Red+Green+Blue) = 244+189+196=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDC4 is #0B423B. Grayscale: #CECECE. Windows color (decimal): -737852 or 12893684. OLE color: 12893684.
HSL color Cylindrical-coordinate representation of color #F4BDC4: hue angle of 352.36º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDC4 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 196 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.04 |
| HSL | 352.36º | 0.71% | 0.85% | - |
| HSV(B) | 352.36º | 0.23% | 0.96% | - |
| XYZ | 65.47 | 59.61 | 60.28 | - |
| YUV | 206.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 196 | 0 | 0.23 | 0.20 | 0.04 | 352.36 | 0.71 | 0.85 |
| Hex | F4 | BD | C4 | 0 | 17 | 14 | 4 | 160 | 47 | 55 |
| Octal | 364 | 275 | 304 | 0 | 27 | 24 | 4 | 540 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11000100 | 0 | 10111 | 10100 | 100 | 101100000 | 1000111 | 1010101 |
Color Harmonies of #F4BDC4
Complementary color
Monochromatic Colors of #F4BDC4
Black with #F4BDC4
Text Example
Text Example
White with #F4BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDC4; }
p { color: rgb(244,189,196); }
H1.HeaderClassName
{
color: #F4BDC4;
}
.AnyTagClassName
{
color: #F4BDC4;
}
</style>
background-color css
<style>
a { background-color: #F4BDC4; }
a { background-color: rgb(244,189,196); }
div.DivClassName
{
background-color: #F4BDC4;
}
.BgClassName
{
background-color: #F4BDC4;
}
</style>
border-color css
<style>
span { border-color: #F4BDC4; }
span { border-color: rgb(244,189,196); }
td.TdClassName
{
border-color: #F4BDC4;
}
.TagClassName
{
border-color: #F4BDC4;
}
</style>