Shades of Azalea #F2BBC4
Tints of Azalea #F2BBC4
RGB
CMYK
RGB Variations
Color information
#F2BBC4 (or 0xF2BBC4) is known color: Azalea. HEX triplet: F2, BB and C4. RGB value is (242,187,196). Sum of RGB (Red+Green+Blue) = 242+187+196=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBC4 is #0D443B. Grayscale: #CCCCCC. Windows color (decimal): -869436 or 12893170. OLE color: 12893170.
HSL color Cylindrical-coordinate representation of color #F2BBC4: hue angle of 350.18º 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 #F2BBC4 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 196 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.05 |
| HSL | 350.18º | 0.68% | 0.84% | - |
| HSV(B) | 350.18º | 0.23% | 0.95% | - |
| XYZ | 64.35 | 58.4 | 60.11 | - |
| YUV | 204.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 196 | 0 | 0.23 | 0.19 | 0.05 | 350.18 | 0.68 | 0.84 |
| Hex | F2 | BB | C4 | 0 | 17 | 13 | 5 | 15E | 44 | 54 |
| Octal | 362 | 273 | 304 | 0 | 27 | 23 | 5 | 536 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11000100 | 0 | 10111 | 10011 | 101 | 101011110 | 1000100 | 1010100 |
Color Harmonies of #F2BBC4
Complementary color
Monochromatic Colors of #F2BBC4
Black with #F2BBC4
Text Example
Text Example
White with #F2BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBC4; }
p { color: rgb(242,187,196); }
H1.HeaderClassName
{
color: #F2BBC4;
}
.AnyTagClassName
{
color: #F2BBC4;
}
</style>
background-color css
<style>
a { background-color: #F2BBC4; }
a { background-color: rgb(242,187,196); }
div.DivClassName
{
background-color: #F2BBC4;
}
.BgClassName
{
background-color: #F2BBC4;
}
</style>
border-color css
<style>
span { border-color: #F2BBC4; }
span { border-color: rgb(242,187,196); }
td.TdClassName
{
border-color: #F2BBC4;
}
.TagClassName
{
border-color: #F2BBC4;
}
</style>