Shades of Azalea #F9BDC4
Tints of Azalea #F9BDC4
RGB
CMYK
RGB Variations
Color information
#F9BDC4 (or 0xF9BDC4) is known color: Azalea. HEX triplet: F9, BD and C4. RGB value is (249,189,196). Sum of RGB (Red+Green+Blue) = 249+189+196=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC4 is #06423B. Grayscale: #CFCFCF. Windows color (decimal): -410172 or 12893689. OLE color: 12893689.
HSL color Cylindrical-coordinate representation of color #F9BDC4: hue angle of 353º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BDC4 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 196 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.02 |
| HSL | 353º | 0.83% | 0.86% | - |
| HSV(B) | 353º | 0.24% | 0.98% | - |
| XYZ | 67.23 | 60.52 | 60.36 | - |
| YUV | 207.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 196 | 0 | 0.24 | 0.21 | 0.02 | 353 | 0.83 | 0.86 |
| Hex | F9 | BD | C4 | 0 | 18 | 15 | 2 | 161 | 53 | 56 |
| Octal | 371 | 275 | 304 | 0 | 30 | 25 | 2 | 541 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11000100 | 0 | 11000 | 10101 | 10 | 101100001 | 1010011 | 1010110 |
Color Harmonies of #F9BDC4
Complementary color
Monochromatic Colors of #F9BDC4
Black with #F9BDC4
Text Example
Text Example
White with #F9BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDC4; }
p { color: rgb(249,189,196); }
H1.HeaderClassName
{
color: #F9BDC4;
}
.AnyTagClassName
{
color: #F9BDC4;
}
</style>
background-color css
<style>
a { background-color: #F9BDC4; }
a { background-color: rgb(249,189,196); }
div.DivClassName
{
background-color: #F9BDC4;
}
.BgClassName
{
background-color: #F9BDC4;
}
</style>
border-color css
<style>
span { border-color: #F9BDC4; }
span { border-color: rgb(249,189,196); }
td.TdClassName
{
border-color: #F9BDC4;
}
.TagClassName
{
border-color: #F9BDC4;
}
</style>