Shades of Azalea #F2BAC2
Tints of Azalea #F2BAC2
RGB
CMYK
RGB Variations
Color information
#F2BAC2 (or 0xF2BAC2) is known color: Azalea. HEX triplet: F2, BA and C2. RGB value is (242,186,194). Sum of RGB (Red+Green+Blue) = 242+186+194=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC2 is #0D453D. Grayscale: #CBCBCB. Windows color (decimal): -869694 or 12761842. OLE color: 12761842.
HSL color Cylindrical-coordinate representation of color #F2BAC2: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BAC2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 194 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.05 |
| HSL | 351.43º | 0.68% | 0.84% | - |
| HSV(B) | 351.43º | 0.23% | 0.95% | - |
| XYZ | 63.91 | 57.89 | 58.84 | - |
| YUV | 203.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 194 | 0 | 0.23 | 0.20 | 0.05 | 351.43 | 0.68 | 0.84 |
| Hex | F2 | BA | C2 | 0 | 17 | 14 | 5 | 15F | 44 | 54 |
| Octal | 362 | 272 | 302 | 0 | 27 | 24 | 5 | 537 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11000010 | 0 | 10111 | 10100 | 101 | 101011111 | 1000100 | 1010100 |
Color Harmonies of #F2BAC2
Complementary color
Monochromatic Colors of #F2BAC2
Black with #F2BAC2
Text Example
Text Example
White with #F2BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAC2; }
p { color: rgb(242,186,194); }
H1.HeaderClassName
{
color: #F2BAC2;
}
.AnyTagClassName
{
color: #F2BAC2;
}
</style>
background-color css
<style>
a { background-color: #F2BAC2; }
a { background-color: rgb(242,186,194); }
div.DivClassName
{
background-color: #F2BAC2;
}
.BgClassName
{
background-color: #F2BAC2;
}
</style>
border-color css
<style>
span { border-color: #F2BAC2; }
span { border-color: rgb(242,186,194); }
td.TdClassName
{
border-color: #F2BAC2;
}
.TagClassName
{
border-color: #F2BAC2;
}
</style>