Shades of Azalea #F2BAC3
Tints of Azalea #F2BAC3
RGB
CMYK
RGB Variations
Color information
#F2BAC3 (or 0xF2BAC3) is known color: Azalea. HEX triplet: F2, BA and C3. RGB value is (242,186,195). Sum of RGB (Red+Green+Blue) = 242+186+195=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC3 is #0D453C. Grayscale: #CBCBCB. Windows color (decimal): -869693 or 12827378. OLE color: 12827378.
HSL color Cylindrical-coordinate representation of color #F2BAC3: hue angle of 350.36º 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 #F2BAC3 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 195 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.05 |
| HSL | 350.36º | 0.68% | 0.84% | - |
| HSV(B) | 350.36º | 0.23% | 0.95% | - |
| XYZ | 64.03 | 57.94 | 59.44 | - |
| YUV | 203.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 195 | 0 | 0.23 | 0.19 | 0.05 | 350.36 | 0.68 | 0.84 |
| Hex | F2 | BA | C3 | 0 | 17 | 13 | 5 | 15E | 44 | 54 |
| Octal | 362 | 272 | 303 | 0 | 27 | 23 | 5 | 536 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11000011 | 0 | 10111 | 10011 | 101 | 101011110 | 1000100 | 1010100 |
Color Harmonies of #F2BAC3
Complementary color
Monochromatic Colors of #F2BAC3
Black with #F2BAC3
Text Example
Text Example
White with #F2BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAC3; }
p { color: rgb(242,186,195); }
H1.HeaderClassName
{
color: #F2BAC3;
}
.AnyTagClassName
{
color: #F2BAC3;
}
</style>
background-color css
<style>
a { background-color: #F2BAC3; }
a { background-color: rgb(242,186,195); }
div.DivClassName
{
background-color: #F2BAC3;
}
.BgClassName
{
background-color: #F2BAC3;
}
</style>
border-color css
<style>
span { border-color: #F2BAC3; }
span { border-color: rgb(242,186,195); }
td.TdClassName
{
border-color: #F2BAC3;
}
.TagClassName
{
border-color: #F2BAC3;
}
</style>