Shades of Azalea #F2B7B9
Tints of Azalea #F2B7B9
RGB
CMYK
RGB Variations
Color information
#F2B7B9 (or 0xF2B7B9) is known color: Azalea. HEX triplet: F2, B7 and B9. RGB value is (242,183,185). Sum of RGB (Red+Green+Blue) = 242+183+185=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7B9 is #0D4846. Grayscale: #C8C8C8. Windows color (decimal): -870471 or 12171250. OLE color: 12171250.
HSL color Cylindrical-coordinate representation of color #F2B7B9: hue angle of 357.97º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B7B9 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 185 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.05 |
| HSL | 357.97º | 0.69% | 0.83% | - |
| HSV(B) | 357.97º | 0.24% | 0.95% | - |
| XYZ | 62.31 | 56.25 | 53.47 | - |
| YUV | 200.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 185 | 0 | 0.24 | 0.24 | 0.05 | 357.97 | 0.69 | 0.83 |
| Hex | F2 | B7 | B9 | 0 | 18 | 18 | 5 | 166 | 45 | 53 |
| Octal | 362 | 267 | 271 | 0 | 30 | 30 | 5 | 546 | 105 | 123 |
| Binary | 11110010 | 10110111 | 10111001 | 0 | 11000 | 11000 | 101 | 101100110 | 1000101 | 1010011 |
Color Harmonies of #F2B7B9
Complementary color
Monochromatic Colors of #F2B7B9
Black with #F2B7B9
Text Example
Text Example
White with #F2B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7B9; }
p { color: rgb(242,183,185); }
H1.HeaderClassName
{
color: #F2B7B9;
}
.AnyTagClassName
{
color: #F2B7B9;
}
</style>
background-color css
<style>
a { background-color: #F2B7B9; }
a { background-color: rgb(242,183,185); }
div.DivClassName
{
background-color: #F2B7B9;
}
.BgClassName
{
background-color: #F2B7B9;
}
</style>
border-color css
<style>
span { border-color: #F2B7B9; }
span { border-color: rgb(242,183,185); }
td.TdClassName
{
border-color: #F2B7B9;
}
.TagClassName
{
border-color: #F2B7B9;
}
</style>