Shades of Azalea #F0B6BB
Tints of Azalea #F0B6BB
RGB
CMYK
RGB Variations
Color information
#F0B6BB (or 0xF0B6BB) is known color: Azalea. HEX triplet: F0, B6 and BB. RGB value is (240,182,187). Sum of RGB (Red+Green+Blue) = 240+182+187=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6BB is #0F4944. Grayscale: #C7C7C7. Windows color (decimal): -1001797 or 12302064. OLE color: 12302064.
HSL color Cylindrical-coordinate representation of color #F0B6BB: hue angle of 354.83º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6BB is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 187 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.06 |
| HSL | 354.83º | 0.66% | 0.83% | - |
| HSV(B) | 354.83º | 0.24% | 0.94% | - |
| XYZ | 61.63 | 55.57 | 54.49 | - |
| YUV | 199.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 187 | 0 | 0.24 | 0.22 | 0.06 | 354.83 | 0.66 | 0.83 |
| Hex | F0 | B6 | BB | 0 | 18 | 16 | 6 | 163 | 42 | 53 |
| Octal | 360 | 266 | 273 | 0 | 30 | 26 | 6 | 543 | 102 | 123 |
| Binary | 11110000 | 10110110 | 10111011 | 0 | 11000 | 10110 | 110 | 101100011 | 1000010 | 1010011 |
Color Harmonies of #F0B6BB
Complementary color
Monochromatic Colors of #F0B6BB
Black with #F0B6BB
Text Example
Text Example
White with #F0B6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6BB; }
p { color: rgb(240,182,187); }
H1.HeaderClassName
{
color: #F0B6BB;
}
.AnyTagClassName
{
color: #F0B6BB;
}
</style>
background-color css
<style>
a { background-color: #F0B6BB; }
a { background-color: rgb(240,182,187); }
div.DivClassName
{
background-color: #F0B6BB;
}
.BgClassName
{
background-color: #F0B6BB;
}
</style>
border-color css
<style>
span { border-color: #F0B6BB; }
span { border-color: rgb(240,182,187); }
td.TdClassName
{
border-color: #F0B6BB;
}
.TagClassName
{
border-color: #F0B6BB;
}
</style>