Shades of Azalea #F4BDC7
Tints of Azalea #F4BDC7
RGB
CMYK
RGB Variations
Color information
#F4BDC7 (or 0xF4BDC7) is known color: Azalea. HEX triplet: F4, BD and C7. RGB value is (244,189,199). Sum of RGB (Red+Green+Blue) = 244+189+199=632 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.61% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDC7 is #0B4238. Grayscale: #CECECE. Windows color (decimal): -737849 or 13090292. OLE color: 13090292.
HSL color Cylindrical-coordinate representation of color #F4BDC7: hue angle of 349.09º 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 #F4BDC7 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 199 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.04 |
| HSL | 349.09º | 0.71% | 0.85% | - |
| HSV(B) | 349.09º | 0.23% | 0.96% | - |
| XYZ | 65.81 | 59.75 | 62.1 | - |
| YUV | 206.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 199 | 0 | 0.23 | 0.18 | 0.04 | 349.09 | 0.71 | 0.85 |
| Hex | F4 | BD | C7 | 0 | 17 | 12 | 4 | 15D | 47 | 55 |
| Octal | 364 | 275 | 307 | 0 | 27 | 22 | 4 | 535 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11000111 | 0 | 10111 | 10010 | 100 | 101011101 | 1000111 | 1010101 |
Color Harmonies of #F4BDC7
Complementary color
Monochromatic Colors of #F4BDC7
Black with #F4BDC7
Text Example
Text Example
White with #F4BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDC7; }
p { color: rgb(244,189,199); }
H1.HeaderClassName
{
color: #F4BDC7;
}
.AnyTagClassName
{
color: #F4BDC7;
}
</style>
background-color css
<style>
a { background-color: #F4BDC7; }
a { background-color: rgb(244,189,199); }
div.DivClassName
{
background-color: #F4BDC7;
}
.BgClassName
{
background-color: #F4BDC7;
}
</style>
border-color css
<style>
span { border-color: #F4BDC7; }
span { border-color: rgb(244,189,199); }
td.TdClassName
{
border-color: #F4BDC7;
}
.TagClassName
{
border-color: #F4BDC7;
}
</style>