Shades of Azalea #F4BCC5
Tints of Azalea #F4BCC5
RGB
CMYK
RGB Variations
Color information
#F4BCC5 (or 0xF4BCC5) is known color: Azalea. HEX triplet: F4, BC and C5. RGB value is (244,188,197). Sum of RGB (Red+Green+Blue) = 244+188+197=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCC5 is #0B433A. Grayscale: #CDCDCD. Windows color (decimal): -738107 or 12958964. OLE color: 12958964.
HSL color Cylindrical-coordinate representation of color #F4BCC5: hue angle of 350.36º degrees, saturation: 0.72, 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 #F4BCC5 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 197 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.04 |
| HSL | 350.36º | 0.72% | 0.85% | - |
| HSV(B) | 350.36º | 0.23% | 0.96% | - |
| XYZ | 65.37 | 59.23 | 60.81 | - |
| YUV | 205.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 197 | 0 | 0.23 | 0.19 | 0.04 | 350.36 | 0.72 | 0.85 |
| Hex | F4 | BC | C5 | 0 | 17 | 13 | 4 | 15E | 48 | 55 |
| Octal | 364 | 274 | 305 | 0 | 27 | 23 | 4 | 536 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11000101 | 0 | 10111 | 10011 | 100 | 101011110 | 1001000 | 1010101 |
Color Harmonies of #F4BCC5
Complementary color
Monochromatic Colors of #F4BCC5
Black with #F4BCC5
Text Example
Text Example
White with #F4BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCC5; }
p { color: rgb(244,188,197); }
H1.HeaderClassName
{
color: #F4BCC5;
}
.AnyTagClassName
{
color: #F4BCC5;
}
</style>
background-color css
<style>
a { background-color: #F4BCC5; }
a { background-color: rgb(244,188,197); }
div.DivClassName
{
background-color: #F4BCC5;
}
.BgClassName
{
background-color: #F4BCC5;
}
</style>
border-color css
<style>
span { border-color: #F4BCC5; }
span { border-color: rgb(244,188,197); }
td.TdClassName
{
border-color: #F4BCC5;
}
.TagClassName
{
border-color: #F4BCC5;
}
</style>