Shades of Azalea #F2BDC3
Tints of Azalea #F2BDC3
RGB
CMYK
RGB Variations
Color information
#F2BDC3 (or 0xF2BDC3) is known color: Azalea. HEX triplet: F2, BD and C3. RGB value is (242,189,195). Sum of RGB (Red+Green+Blue) = 242+189+195=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC3 is #0D423C. Grayscale: #CDCDCD. Windows color (decimal): -868925 or 12828146. OLE color: 12828146.
HSL color Cylindrical-coordinate representation of color #F2BDC3: hue angle of 353.21º 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 #F2BDC3 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 195 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.05 |
| HSL | 353.21º | 0.67% | 0.85% | - |
| HSV(B) | 353.21º | 0.22% | 0.95% | - |
| XYZ | 64.67 | 59.21 | 59.65 | - |
| YUV | 205.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 195 | 0 | 0.22 | 0.19 | 0.05 | 353.21 | 0.67 | 0.85 |
| Hex | F2 | BD | C3 | 0 | 16 | 13 | 5 | 161 | 43 | 55 |
| Octal | 362 | 275 | 303 | 0 | 26 | 23 | 5 | 541 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11000011 | 0 | 10110 | 10011 | 101 | 101100001 | 1000011 | 1010101 |
Color Harmonies of #F2BDC3
Complementary color
Monochromatic Colors of #F2BDC3
Black with #F2BDC3
Text Example
Text Example
White with #F2BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDC3; }
p { color: rgb(242,189,195); }
H1.HeaderClassName
{
color: #F2BDC3;
}
.AnyTagClassName
{
color: #F2BDC3;
}
</style>
background-color css
<style>
a { background-color: #F2BDC3; }
a { background-color: rgb(242,189,195); }
div.DivClassName
{
background-color: #F2BDC3;
}
.BgClassName
{
background-color: #F2BDC3;
}
</style>
border-color css
<style>
span { border-color: #F2BDC3; }
span { border-color: rgb(242,189,195); }
td.TdClassName
{
border-color: #F2BDC3;
}
.TagClassName
{
border-color: #F2BDC3;
}
</style>