Shades of Azalea #F4BBC2
Tints of Azalea #F4BBC2
RGB
CMYK
RGB Variations
Color information
#F4BBC2 (or 0xF4BBC2) is known color: Azalea. HEX triplet: F4, BB and C2. RGB value is (244,187,194). Sum of RGB (Red+Green+Blue) = 244+187+194=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBC2 is #0B443D. Grayscale: #CCCCCC. Windows color (decimal): -738366 or 12762100. OLE color: 12762100.
HSL color Cylindrical-coordinate representation of color #F4BBC2: hue angle of 352.63º 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 #F4BBC2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 194 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.04 |
| HSL | 352.63º | 0.72% | 0.85% | - |
| HSV(B) | 352.63º | 0.23% | 0.96% | - |
| XYZ | 64.82 | 58.67 | 58.95 | - |
| YUV | 204.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 194 | 0 | 0.23 | 0.20 | 0.04 | 352.63 | 0.72 | 0.85 |
| Hex | F4 | BB | C2 | 0 | 17 | 14 | 4 | 161 | 48 | 55 |
| Octal | 364 | 273 | 302 | 0 | 27 | 24 | 4 | 541 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11000010 | 0 | 10111 | 10100 | 100 | 101100001 | 1001000 | 1010101 |
Color Harmonies of #F4BBC2
Complementary color
Monochromatic Colors of #F4BBC2
Black with #F4BBC2
Text Example
Text Example
White with #F4BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBC2; }
p { color: rgb(244,187,194); }
H1.HeaderClassName
{
color: #F4BBC2;
}
.AnyTagClassName
{
color: #F4BBC2;
}
</style>
background-color css
<style>
a { background-color: #F4BBC2; }
a { background-color: rgb(244,187,194); }
div.DivClassName
{
background-color: #F4BBC2;
}
.BgClassName
{
background-color: #F4BBC2;
}
</style>
border-color css
<style>
span { border-color: #F4BBC2; }
span { border-color: rgb(244,187,194); }
td.TdClassName
{
border-color: #F4BBC2;
}
.TagClassName
{
border-color: #F4BBC2;
}
</style>