Shades of Azalea #F2B7BC
Tints of Azalea #F2B7BC
RGB
CMYK
RGB Variations
Color information
#F2B7BC (or 0xF2B7BC) is known color: Azalea. HEX triplet: F2, B7 and BC. RGB value is (242,183,188). Sum of RGB (Red+Green+Blue) = 242+183+188=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7BC is #0D4843. Grayscale: #C9C9C9. Windows color (decimal): -870468 or 12367858. OLE color: 12367858.
HSL color Cylindrical-coordinate representation of color #F2B7BC: hue angle of 354.92º 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 #F2B7BC is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 188 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.05 |
| HSL | 354.92º | 0.69% | 0.83% | - |
| HSV(B) | 354.92º | 0.24% | 0.95% | - |
| XYZ | 62.63 | 56.38 | 55.16 | - |
| YUV | 201.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 188 | 0 | 0.24 | 0.22 | 0.05 | 354.92 | 0.69 | 0.83 |
| Hex | F2 | B7 | BC | 0 | 18 | 16 | 5 | 163 | 45 | 53 |
| Octal | 362 | 267 | 274 | 0 | 30 | 26 | 5 | 543 | 105 | 123 |
| Binary | 11110010 | 10110111 | 10111100 | 0 | 11000 | 10110 | 101 | 101100011 | 1000101 | 1010011 |
Color Harmonies of #F2B7BC
Complementary color
Monochromatic Colors of #F2B7BC
Black with #F2B7BC
Text Example
Text Example
White with #F2B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7BC; }
p { color: rgb(242,183,188); }
H1.HeaderClassName
{
color: #F2B7BC;
}
.AnyTagClassName
{
color: #F2B7BC;
}
</style>
background-color css
<style>
a { background-color: #F2B7BC; }
a { background-color: rgb(242,183,188); }
div.DivClassName
{
background-color: #F2B7BC;
}
.BgClassName
{
background-color: #F2B7BC;
}
</style>
border-color css
<style>
span { border-color: #F2B7BC; }
span { border-color: rgb(242,183,188); }
td.TdClassName
{
border-color: #F2B7BC;
}
.TagClassName
{
border-color: #F2B7BC;
}
</style>