Shades of Azalea #F0BDC2
Tints of Azalea #F0BDC2
RGB
CMYK
RGB Variations
Color information
#F0BDC2 (or 0xF0BDC2) is known color: Azalea. HEX triplet: F0, BD and C2. RGB value is (240,189,194). Sum of RGB (Red+Green+Blue) = 240+189+194=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDC2 is #0F423D. Grayscale: #CCCCCC. Windows color (decimal): -999998 or 12762608. OLE color: 12762608.
HSL color Cylindrical-coordinate representation of color #F0BDC2: hue angle of 354.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDC2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 194 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.06 |
| HSL | 354.12º | 0.63% | 0.84% | - |
| HSV(B) | 354.12º | 0.21% | 0.94% | - |
| XYZ | 63.87 | 58.82 | 59.03 | - |
| YUV | 204.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 194 | 0 | 0.21 | 0.19 | 0.06 | 354.12 | 0.63 | 0.84 |
| Hex | F0 | BD | C2 | 0 | 15 | 13 | 6 | 162 | 3F | 54 |
| Octal | 360 | 275 | 302 | 0 | 25 | 23 | 6 | 542 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11000010 | 0 | 10101 | 10011 | 110 | 101100010 | 111111 | 1010100 |
Color Harmonies of #F0BDC2
Complementary color
Monochromatic Colors of #F0BDC2
Black with #F0BDC2
Text Example
Text Example
White with #F0BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDC2; }
p { color: rgb(240,189,194); }
H1.HeaderClassName
{
color: #F0BDC2;
}
.AnyTagClassName
{
color: #F0BDC2;
}
</style>
background-color css
<style>
a { background-color: #F0BDC2; }
a { background-color: rgb(240,189,194); }
div.DivClassName
{
background-color: #F0BDC2;
}
.BgClassName
{
background-color: #F0BDC2;
}
</style>
border-color css
<style>
span { border-color: #F0BDC2; }
span { border-color: rgb(240,189,194); }
td.TdClassName
{
border-color: #F0BDC2;
}
.TagClassName
{
border-color: #F0BDC2;
}
</style>