Shades of Azalea #F0BCC0
Tints of Azalea #F0BCC0
RGB
CMYK
RGB Variations
Color information
#F0BCC0 (or 0xF0BCC0) is known color: Azalea. HEX triplet: F0, BC and C0. RGB value is (240,188,192). Sum of RGB (Red+Green+Blue) = 240+188+192=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC0 is #0F433F. Grayscale: #CCCCCC. Windows color (decimal): -1000256 or 12631280. OLE color: 12631280.
HSL color Cylindrical-coordinate representation of color #F0BCC0: hue angle of 355.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCC0 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 192 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.06 |
| HSL | 355.38º | 0.63% | 0.84% | - |
| HSV(B) | 355.38º | 0.22% | 0.94% | - |
| XYZ | 63.43 | 58.3 | 57.78 | - |
| YUV | 204 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 192 | 0 | 0.22 | 0.20 | 0.06 | 355.38 | 0.63 | 0.84 |
| Hex | F0 | BC | C0 | 0 | 16 | 14 | 6 | 163 | 3F | 54 |
| Octal | 360 | 274 | 300 | 0 | 26 | 24 | 6 | 543 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11000000 | 0 | 10110 | 10100 | 110 | 101100011 | 111111 | 1010100 |
Color Harmonies of #F0BCC0
Complementary color
Monochromatic Colors of #F0BCC0
Black with #F0BCC0
Text Example
Text Example
White with #F0BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCC0; }
p { color: rgb(240,188,192); }
H1.HeaderClassName
{
color: #F0BCC0;
}
.AnyTagClassName
{
color: #F0BCC0;
}
</style>
background-color css
<style>
a { background-color: #F0BCC0; }
a { background-color: rgb(240,188,192); }
div.DivClassName
{
background-color: #F0BCC0;
}
.BgClassName
{
background-color: #F0BCC0;
}
</style>
border-color css
<style>
span { border-color: #F0BCC0; }
span { border-color: rgb(240,188,192); }
td.TdClassName
{
border-color: #F0BCC0;
}
.TagClassName
{
border-color: #F0BCC0;
}
</style>