Shades of Azalea #F2BDC2
Tints of Azalea #F2BDC2
RGB
CMYK
RGB Variations
Color information
#F2BDC2 (or 0xF2BDC2) is known color: Azalea. HEX triplet: F2, BD and C2. RGB value is (242,189,194). Sum of RGB (Red+Green+Blue) = 242+189+194=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC2 is #0D423D. Grayscale: #CDCDCD. Windows color (decimal): -868926 or 12762610. OLE color: 12762610.
HSL color Cylindrical-coordinate representation of color #F2BDC2: hue angle of 354.34º 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 #F2BDC2 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 194 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.05 |
| HSL | 354.34º | 0.67% | 0.85% | - |
| HSV(B) | 354.34º | 0.22% | 0.95% | - |
| XYZ | 64.55 | 59.17 | 59.06 | - |
| YUV | 205.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 194 | 0 | 0.22 | 0.20 | 0.05 | 354.34 | 0.67 | 0.85 |
| Hex | F2 | BD | C2 | 0 | 16 | 14 | 5 | 162 | 43 | 55 |
| Octal | 362 | 275 | 302 | 0 | 26 | 24 | 5 | 542 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11000010 | 0 | 10110 | 10100 | 101 | 101100010 | 1000011 | 1010101 |
Color Harmonies of #F2BDC2
Complementary color
Monochromatic Colors of #F2BDC2
Black with #F2BDC2
Text Example
Text Example
White with #F2BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDC2; }
p { color: rgb(242,189,194); }
H1.HeaderClassName
{
color: #F2BDC2;
}
.AnyTagClassName
{
color: #F2BDC2;
}
</style>
background-color css
<style>
a { background-color: #F2BDC2; }
a { background-color: rgb(242,189,194); }
div.DivClassName
{
background-color: #F2BDC2;
}
.BgClassName
{
background-color: #F2BDC2;
}
</style>
border-color css
<style>
span { border-color: #F2BDC2; }
span { border-color: rgb(242,189,194); }
td.TdClassName
{
border-color: #F2BDC2;
}
.TagClassName
{
border-color: #F2BDC2;
}
</style>