Shades of Azalea #F4BDC6
Tints of Azalea #F4BDC6
RGB
CMYK
RGB Variations
Color information
#F4BDC6 (or 0xF4BDC6) is known color: Azalea. HEX triplet: F4, BD and C6. RGB value is (244,189,198). Sum of RGB (Red+Green+Blue) = 244+189+198=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDC6 is #0B4239. Grayscale: #CECECE. Windows color (decimal): -737850 or 13024756. OLE color: 13024756.
HSL color Cylindrical-coordinate representation of color #F4BDC6: hue angle of 350.18º 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 #F4BDC6 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 198 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.04 |
| HSL | 350.18º | 0.71% | 0.85% | - |
| HSV(B) | 350.18º | 0.23% | 0.96% | - |
| XYZ | 65.7 | 59.71 | 61.49 | - |
| YUV | 206.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 198 | 0 | 0.23 | 0.19 | 0.04 | 350.18 | 0.71 | 0.85 |
| Hex | F4 | BD | C6 | 0 | 17 | 13 | 4 | 15E | 47 | 55 |
| Octal | 364 | 275 | 306 | 0 | 27 | 23 | 4 | 536 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11000110 | 0 | 10111 | 10011 | 100 | 101011110 | 1000111 | 1010101 |
Color Harmonies of #F4BDC6
Complementary color
Monochromatic Colors of #F4BDC6
Black with #F4BDC6
Text Example
Text Example
White with #F4BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDC6; }
p { color: rgb(244,189,198); }
H1.HeaderClassName
{
color: #F4BDC6;
}
.AnyTagClassName
{
color: #F4BDC6;
}
</style>
background-color css
<style>
a { background-color: #F4BDC6; }
a { background-color: rgb(244,189,198); }
div.DivClassName
{
background-color: #F4BDC6;
}
.BgClassName
{
background-color: #F4BDC6;
}
</style>
border-color css
<style>
span { border-color: #F4BDC6; }
span { border-color: rgb(244,189,198); }
td.TdClassName
{
border-color: #F4BDC6;
}
.TagClassName
{
border-color: #F4BDC6;
}
</style>