Shades of Azalea #F2BABE
Tints of Azalea #F2BABE
RGB
CMYK
RGB Variations
Color information
#F2BABE (or 0xF2BABE) is known color: Azalea. HEX triplet: F2, BA and BE. RGB value is (242,186,190). Sum of RGB (Red+Green+Blue) = 242+186+190=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BABE is #0D4541. Grayscale: #CBCBCB. Windows color (decimal): -869698 or 12499698. OLE color: 12499698.
HSL color Cylindrical-coordinate representation of color #F2BABE: hue angle of 355.71º 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 #F2BABE is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 190 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.05 |
| HSL | 355.71º | 0.68% | 0.84% | - |
| HSV(B) | 355.71º | 0.23% | 0.95% | - |
| XYZ | 63.47 | 57.71 | 56.51 | - |
| YUV | 203.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 190 | 0 | 0.23 | 0.21 | 0.05 | 355.71 | 0.68 | 0.84 |
| Hex | F2 | BA | BE | 0 | 17 | 15 | 5 | 164 | 44 | 54 |
| Octal | 362 | 272 | 276 | 0 | 27 | 25 | 5 | 544 | 104 | 124 |
| Binary | 11110010 | 10111010 | 10111110 | 0 | 10111 | 10101 | 101 | 101100100 | 1000100 | 1010100 |
Color Harmonies of #F2BABE
Complementary color
Monochromatic Colors of #F2BABE
Black with #F2BABE
Text Example
Text Example
White with #F2BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BABE; }
p { color: rgb(242,186,190); }
H1.HeaderClassName
{
color: #F2BABE;
}
.AnyTagClassName
{
color: #F2BABE;
}
</style>
background-color css
<style>
a { background-color: #F2BABE; }
a { background-color: rgb(242,186,190); }
div.DivClassName
{
background-color: #F2BABE;
}
.BgClassName
{
background-color: #F2BABE;
}
</style>
border-color css
<style>
span { border-color: #F2BABE; }
span { border-color: rgb(242,186,190); }
td.TdClassName
{
border-color: #F2BABE;
}
.TagClassName
{
border-color: #F2BABE;
}
</style>