Shades of Azalea #F0BBC1
Tints of Azalea #F0BBC1
RGB
CMYK
RGB Variations
Color information
#F0BBC1 (or 0xF0BBC1) is known color: Azalea. HEX triplet: F0, BB and C1. RGB value is (240,187,193). Sum of RGB (Red+Green+Blue) = 240+187+193=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBC1 is #0F443E. Grayscale: #CBCBCB. Windows color (decimal): -1000511 or 12696560. OLE color: 12696560.
HSL color Cylindrical-coordinate representation of color #F0BBC1: hue angle of 353.21º degrees, saturation: 0.64, 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 #F0BBC1 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 193 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.06 |
| HSL | 353.21º | 0.64% | 0.84% | - |
| HSV(B) | 353.21º | 0.22% | 0.94% | - |
| XYZ | 63.33 | 57.92 | 58.29 | - |
| YUV | 203.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 193 | 0 | 0.22 | 0.20 | 0.06 | 353.21 | 0.64 | 0.84 |
| Hex | F0 | BB | C1 | 0 | 16 | 14 | 6 | 161 | 40 | 54 |
| Octal | 360 | 273 | 301 | 0 | 26 | 24 | 6 | 541 | 100 | 124 |
| Binary | 11110000 | 10111011 | 11000001 | 0 | 10110 | 10100 | 110 | 101100001 | 1000000 | 1010100 |
Color Harmonies of #F0BBC1
Complementary color
Monochromatic Colors of #F0BBC1
Black with #F0BBC1
Text Example
Text Example
White with #F0BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBC1; }
p { color: rgb(240,187,193); }
H1.HeaderClassName
{
color: #F0BBC1;
}
.AnyTagClassName
{
color: #F0BBC1;
}
</style>
background-color css
<style>
a { background-color: #F0BBC1; }
a { background-color: rgb(240,187,193); }
div.DivClassName
{
background-color: #F0BBC1;
}
.BgClassName
{
background-color: #F0BBC1;
}
</style>
border-color css
<style>
span { border-color: #F0BBC1; }
span { border-color: rgb(240,187,193); }
td.TdClassName
{
border-color: #F0BBC1;
}
.TagClassName
{
border-color: #F0BBC1;
}
</style>