Shades of Azalea #F6BBC5
Tints of Azalea #F6BBC5
RGB
CMYK
RGB Variations
Color information
#F6BBC5 (or 0xF6BBC5) is known color: Azalea. HEX triplet: F6, BB and C5. RGB value is (246,187,197). Sum of RGB (Red+Green+Blue) = 246+187+197=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBC5 is #09443A. Grayscale: #CDCDCD. Windows color (decimal): -607291 or 12958710. OLE color: 12958710.
HSL color Cylindrical-coordinate representation of color #F6BBC5: hue angle of 349.83º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBC5 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 197 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.04 |
| HSL | 349.83º | 0.77% | 0.85% | - |
| HSV(B) | 349.83º | 0.24% | 0.96% | - |
| XYZ | 65.85 | 59.16 | 60.77 | - |
| YUV | 205.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 197 | 0 | 0.24 | 0.20 | 0.04 | 349.83 | 0.77 | 0.85 |
| Hex | F6 | BB | C5 | 0 | 18 | 14 | 4 | 15E | 4D | 55 |
| Octal | 366 | 273 | 305 | 0 | 30 | 24 | 4 | 536 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11000101 | 0 | 11000 | 10100 | 100 | 101011110 | 1001101 | 1010101 |
Color Harmonies of #F6BBC5
Complementary color
Monochromatic Colors of #F6BBC5
Black with #F6BBC5
Text Example
Text Example
White with #F6BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBC5; }
p { color: rgb(246,187,197); }
H1.HeaderClassName
{
color: #F6BBC5;
}
.AnyTagClassName
{
color: #F6BBC5;
}
</style>
background-color css
<style>
a { background-color: #F6BBC5; }
a { background-color: rgb(246,187,197); }
div.DivClassName
{
background-color: #F6BBC5;
}
.BgClassName
{
background-color: #F6BBC5;
}
</style>
border-color css
<style>
span { border-color: #F6BBC5; }
span { border-color: rgb(246,187,197); }
td.TdClassName
{
border-color: #F6BBC5;
}
.TagClassName
{
border-color: #F6BBC5;
}
</style>