Shades of Azalea #F2BDC6
Tints of Azalea #F2BDC6
RGB
CMYK
RGB Variations
Color information
#F2BDC6 (or 0xF2BDC6) is known color: Azalea. HEX triplet: F2, BD and C6. RGB value is (242,189,198). Sum of RGB (Red+Green+Blue) = 242+189+198=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC6 is #0D4239. Grayscale: #CDCDCD. Windows color (decimal): -868922 or 13024754. OLE color: 13024754.
HSL color Cylindrical-coordinate representation of color #F2BDC6: hue angle of 349.81º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDC6 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 198 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.05 |
| HSL | 349.81º | 0.67% | 0.85% | - |
| HSV(B) | 349.81º | 0.22% | 0.95% | - |
| XYZ | 65.01 | 59.35 | 61.46 | - |
| YUV | 205.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 198 | 0 | 0.22 | 0.18 | 0.05 | 349.81 | 0.67 | 0.85 |
| Hex | F2 | BD | C6 | 0 | 16 | 12 | 5 | 15E | 43 | 55 |
| Octal | 362 | 275 | 306 | 0 | 26 | 22 | 5 | 536 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11000110 | 0 | 10110 | 10010 | 101 | 101011110 | 1000011 | 1010101 |
Color Harmonies of #F2BDC6
Complementary color
Monochromatic Colors of #F2BDC6
Black with #F2BDC6
Text Example
Text Example
White with #F2BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDC6; }
p { color: rgb(242,189,198); }
H1.HeaderClassName
{
color: #F2BDC6;
}
.AnyTagClassName
{
color: #F2BDC6;
}
</style>
background-color css
<style>
a { background-color: #F2BDC6; }
a { background-color: rgb(242,189,198); }
div.DivClassName
{
background-color: #F2BDC6;
}
.BgClassName
{
background-color: #F2BDC6;
}
</style>
border-color css
<style>
span { border-color: #F2BDC6; }
span { border-color: rgb(242,189,198); }
td.TdClassName
{
border-color: #F2BDC6;
}
.TagClassName
{
border-color: #F2BDC6;
}
</style>