Shades of Azalea #F4BDC5
Tints of Azalea #F4BDC5
RGB
CMYK
RGB Variations
Color information
#F4BDC5 (or 0xF4BDC5) is known color: Azalea. HEX triplet: F4, BD and C5. RGB value is (244,189,197). Sum of RGB (Red+Green+Blue) = 244+189+197=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDC5 is #0B423A. Grayscale: #CECECE. Windows color (decimal): -737851 or 12959220. OLE color: 12959220.
HSL color Cylindrical-coordinate representation of color #F4BDC5: hue angle of 351.27º 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 #F4BDC5 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 197 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.04 |
| HSL | 351.27º | 0.71% | 0.85% | - |
| HSV(B) | 351.27º | 0.23% | 0.96% | - |
| XYZ | 65.58 | 59.66 | 60.88 | - |
| YUV | 206.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 197 | 0 | 0.23 | 0.19 | 0.04 | 351.27 | 0.71 | 0.85 |
| Hex | F4 | BD | C5 | 0 | 17 | 13 | 4 | 15F | 47 | 55 |
| Octal | 364 | 275 | 305 | 0 | 27 | 23 | 4 | 537 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11000101 | 0 | 10111 | 10011 | 100 | 101011111 | 1000111 | 1010101 |
Color Harmonies of #F4BDC5
Complementary color
Monochromatic Colors of #F4BDC5
Black with #F4BDC5
Text Example
Text Example
White with #F4BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDC5; }
p { color: rgb(244,189,197); }
H1.HeaderClassName
{
color: #F4BDC5;
}
.AnyTagClassName
{
color: #F4BDC5;
}
</style>
background-color css
<style>
a { background-color: #F4BDC5; }
a { background-color: rgb(244,189,197); }
div.DivClassName
{
background-color: #F4BDC5;
}
.BgClassName
{
background-color: #F4BDC5;
}
</style>
border-color css
<style>
span { border-color: #F4BDC5; }
span { border-color: rgb(244,189,197); }
td.TdClassName
{
border-color: #F4BDC5;
}
.TagClassName
{
border-color: #F4BDC5;
}
</style>