Shades of Azalea #F0B8BD
Tints of Azalea #F0B8BD
RGB
CMYK
RGB Variations
Color information
#F0B8BD (or 0xF0B8BD) is known color: Azalea. HEX triplet: F0, B8 and BD. RGB value is (240,184,189). Sum of RGB (Red+Green+Blue) = 240+184+189=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8BD is #0F4742. Grayscale: #C9C9C9. Windows color (decimal): -1001283 or 12433648. OLE color: 12433648.
HSL color Cylindrical-coordinate representation of color #F0B8BD: hue angle of 354.64º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B8BD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 189 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 354.64º | 0.65% | 0.83% | - |
| HSV(B) | 354.64º | 0.23% | 0.94% | - |
| XYZ | 62.26 | 56.48 | 55.76 | - |
| YUV | 201.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 189 | 0 | 0.23 | 0.21 | 0.06 | 354.64 | 0.65 | 0.83 |
| Hex | F0 | B8 | BD | 0 | 17 | 15 | 6 | 163 | 41 | 53 |
| Octal | 360 | 270 | 275 | 0 | 27 | 25 | 6 | 543 | 101 | 123 |
| Binary | 11110000 | 10111000 | 10111101 | 0 | 10111 | 10101 | 110 | 101100011 | 1000001 | 1010011 |
Color Harmonies of #F0B8BD
Complementary color
Monochromatic Colors of #F0B8BD
Black with #F0B8BD
Text Example
Text Example
White with #F0B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8BD; }
p { color: rgb(240,184,189); }
H1.HeaderClassName
{
color: #F0B8BD;
}
.AnyTagClassName
{
color: #F0B8BD;
}
</style>
background-color css
<style>
a { background-color: #F0B8BD; }
a { background-color: rgb(240,184,189); }
div.DivClassName
{
background-color: #F0B8BD;
}
.BgClassName
{
background-color: #F0B8BD;
}
</style>
border-color css
<style>
span { border-color: #F0B8BD; }
span { border-color: rgb(240,184,189); }
td.TdClassName
{
border-color: #F0B8BD;
}
.TagClassName
{
border-color: #F0B8BD;
}
</style>