Shades of Azalea #F2BBC2
Tints of Azalea #F2BBC2
RGB
CMYK
RGB Variations
Color information
#F2BBC2 (or 0xF2BBC2) is known color: Azalea. HEX triplet: F2, BB and C2. RGB value is (242,187,194). Sum of RGB (Red+Green+Blue) = 242+187+194=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC2 is #0D443D. Grayscale: #CCCCCC. Windows color (decimal): -869438 or 12762098. OLE color: 12762098.
HSL color Cylindrical-coordinate representation of color #F2BBC2: hue angle of 352.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBC2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 194 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.05 |
| HSL | 352.36º | 0.68% | 0.84% | - |
| HSV(B) | 352.36º | 0.23% | 0.95% | - |
| XYZ | 64.13 | 58.31 | 58.91 | - |
| YUV | 204.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 194 | 0 | 0.23 | 0.20 | 0.05 | 352.36 | 0.68 | 0.84 |
| Hex | F2 | BB | C2 | 0 | 17 | 14 | 5 | 160 | 44 | 54 |
| Octal | 362 | 273 | 302 | 0 | 27 | 24 | 5 | 540 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11000010 | 0 | 10111 | 10100 | 101 | 101100000 | 1000100 | 1010100 |
Color Harmonies of #F2BBC2
Complementary color
Monochromatic Colors of #F2BBC2
Black with #F2BBC2
Text Example
Text Example
White with #F2BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBC2; }
p { color: rgb(242,187,194); }
H1.HeaderClassName
{
color: #F2BBC2;
}
.AnyTagClassName
{
color: #F2BBC2;
}
</style>
background-color css
<style>
a { background-color: #F2BBC2; }
a { background-color: rgb(242,187,194); }
div.DivClassName
{
background-color: #F2BBC2;
}
.BgClassName
{
background-color: #F2BBC2;
}
</style>
border-color css
<style>
span { border-color: #F2BBC2; }
span { border-color: rgb(242,187,194); }
td.TdClassName
{
border-color: #F2BBC2;
}
.TagClassName
{
border-color: #F2BBC2;
}
</style>