Shades of Azalea #F4BBC1
Tints of Azalea #F4BBC1
RGB
CMYK
RGB Variations
Color information
#F4BBC1 (or 0xF4BBC1) is known color: Azalea. HEX triplet: F4, BB and C1. RGB value is (244,187,193). Sum of RGB (Red+Green+Blue) = 244+187+193=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBC1 is #0B443E. Grayscale: #CCCCCC. Windows color (decimal): -738367 or 12696564. OLE color: 12696564.
HSL color Cylindrical-coordinate representation of color #F4BBC1: hue angle of 353.68º 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 #F4BBC1 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 193 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.04 |
| HSL | 353.68º | 0.72% | 0.85% | - |
| HSV(B) | 353.68º | 0.23% | 0.96% | - |
| XYZ | 64.7 | 58.62 | 58.36 | - |
| YUV | 204.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 193 | 0 | 0.23 | 0.21 | 0.04 | 353.68 | 0.72 | 0.85 |
| Hex | F4 | BB | C1 | 0 | 17 | 15 | 4 | 162 | 48 | 55 |
| Octal | 364 | 273 | 301 | 0 | 27 | 25 | 4 | 542 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11000001 | 0 | 10111 | 10101 | 100 | 101100010 | 1001000 | 1010101 |
Color Harmonies of #F4BBC1
Complementary color
Monochromatic Colors of #F4BBC1
Black with #F4BBC1
Text Example
Text Example
White with #F4BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBC1; }
p { color: rgb(244,187,193); }
H1.HeaderClassName
{
color: #F4BBC1;
}
.AnyTagClassName
{
color: #F4BBC1;
}
</style>
background-color css
<style>
a { background-color: #F4BBC1; }
a { background-color: rgb(244,187,193); }
div.DivClassName
{
background-color: #F4BBC1;
}
.BgClassName
{
background-color: #F4BBC1;
}
</style>
border-color css
<style>
span { border-color: #F4BBC1; }
span { border-color: rgb(244,187,193); }
td.TdClassName
{
border-color: #F4BBC1;
}
.TagClassName
{
border-color: #F4BBC1;
}
</style>