Shades of Azalea #F0BDC3
Tints of Azalea #F0BDC3
RGB
CMYK
RGB Variations
Color information
#F0BDC3 (or 0xF0BDC3) is known color: Azalea. HEX triplet: F0, BD and C3. RGB value is (240,189,195). Sum of RGB (Red+Green+Blue) = 240+189+195=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDC3 is #0F423C. Grayscale: #CCCCCC. Windows color (decimal): -999997 or 12828144. OLE color: 12828144.
HSL color Cylindrical-coordinate representation of color #F0BDC3: hue angle of 352.94º 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 #F0BDC3 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 195 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.06 |
| HSL | 352.94º | 0.63% | 0.84% | - |
| HSV(B) | 352.94º | 0.21% | 0.94% | - |
| XYZ | 63.98 | 58.86 | 59.62 | - |
| YUV | 204.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 195 | 0 | 0.21 | 0.19 | 0.06 | 352.94 | 0.63 | 0.84 |
| Hex | F0 | BD | C3 | 0 | 15 | 13 | 6 | 161 | 3F | 54 |
| Octal | 360 | 275 | 303 | 0 | 25 | 23 | 6 | 541 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11000011 | 0 | 10101 | 10011 | 110 | 101100001 | 111111 | 1010100 |
Color Harmonies of #F0BDC3
Complementary color
Monochromatic Colors of #F0BDC3
Black with #F0BDC3
Text Example
Text Example
White with #F0BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDC3; }
p { color: rgb(240,189,195); }
H1.HeaderClassName
{
color: #F0BDC3;
}
.AnyTagClassName
{
color: #F0BDC3;
}
</style>
background-color css
<style>
a { background-color: #F0BDC3; }
a { background-color: rgb(240,189,195); }
div.DivClassName
{
background-color: #F0BDC3;
}
.BgClassName
{
background-color: #F0BDC3;
}
</style>
border-color css
<style>
span { border-color: #F0BDC3; }
span { border-color: rgb(240,189,195); }
td.TdClassName
{
border-color: #F0BDC3;
}
.TagClassName
{
border-color: #F0BDC3;
}
</style>