Shades of Azalea #F4BAC1
Tints of Azalea #F4BAC1
RGB
CMYK
RGB Variations
Color information
#F4BAC1 (or 0xF4BAC1) is known color: Azalea. HEX triplet: F4, BA and C1. RGB value is (244,186,193). Sum of RGB (Red+Green+Blue) = 244+186+193=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAC1 is #0B453E. Grayscale: #CCCCCC. Windows color (decimal): -738623 or 12696308. OLE color: 12696308.
HSL color Cylindrical-coordinate representation of color #F4BAC1: hue angle of 352.76º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BAC1 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 193 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.04 |
| HSL | 352.76º | 0.73% | 0.84% | - |
| HSV(B) | 352.76º | 0.24% | 0.96% | - |
| XYZ | 64.49 | 58.2 | 58.29 | - |
| YUV | 204.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 193 | 0 | 0.24 | 0.21 | 0.04 | 352.76 | 0.73 | 0.84 |
| Hex | F4 | BA | C1 | 0 | 18 | 15 | 4 | 161 | 48 | 54 |
| Octal | 364 | 272 | 301 | 0 | 30 | 25 | 4 | 541 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11000001 | 0 | 11000 | 10101 | 100 | 101100001 | 1001000 | 1010100 |
Color Harmonies of #F4BAC1
Complementary color
Monochromatic Colors of #F4BAC1
Black with #F4BAC1
Text Example
Text Example
White with #F4BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BAC1; }
p { color: rgb(244,186,193); }
H1.HeaderClassName
{
color: #F4BAC1;
}
.AnyTagClassName
{
color: #F4BAC1;
}
</style>
background-color css
<style>
a { background-color: #F4BAC1; }
a { background-color: rgb(244,186,193); }
div.DivClassName
{
background-color: #F4BAC1;
}
.BgClassName
{
background-color: #F4BAC1;
}
</style>
border-color css
<style>
span { border-color: #F4BAC1; }
span { border-color: rgb(244,186,193); }
td.TdClassName
{
border-color: #F4BAC1;
}
.TagClassName
{
border-color: #F4BAC1;
}
</style>