Shades of Azalea #F0BEBF
Tints of Azalea #F0BEBF
RGB
CMYK
RGB Variations
Color information
#F0BEBF (or 0xF0BEBF) is known color: Azalea. HEX triplet: F0, BE and BF. RGB value is (240,190,191). Sum of RGB (Red+Green+Blue) = 240+190+191=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBF is #0F4140. Grayscale: #CDCDCD. Windows color (decimal): -999745 or 12566256. OLE color: 12566256.
HSL color Cylindrical-coordinate representation of color #F0BEBF: hue angle of 358.8º degrees, saturation: 0.62, 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 #F0BEBF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 191 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.06 |
| HSL | 358.8º | 0.63% | 0.84% | - |
| HSV(B) | 358.8º | 0.21% | 0.94% | - |
| XYZ | 63.75 | 59.11 | 57.34 | - |
| YUV | 205.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 191 | 0 | 0.21 | 0.20 | 0.06 | 358.8 | 0.63 | 0.84 |
| Hex | F0 | BE | BF | 0 | 15 | 14 | 6 | 167 | 3E | 54 |
| Octal | 360 | 276 | 277 | 0 | 25 | 24 | 6 | 547 | 76 | 124 |
| Binary | 11110000 | 10111110 | 10111111 | 0 | 10101 | 10100 | 110 | 101100111 | 111110 | 1010100 |
Color Harmonies of #F0BEBF
Complementary color
Monochromatic Colors of #F0BEBF
Black with #F0BEBF
Text Example
Text Example
White with #F0BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEBF; }
p { color: rgb(240,190,191); }
H1.HeaderClassName
{
color: #F0BEBF;
}
.AnyTagClassName
{
color: #F0BEBF;
}
</style>
background-color css
<style>
a { background-color: #F0BEBF; }
a { background-color: rgb(240,190,191); }
div.DivClassName
{
background-color: #F0BEBF;
}
.BgClassName
{
background-color: #F0BEBF;
}
</style>
border-color css
<style>
span { border-color: #F0BEBF; }
span { border-color: rgb(240,190,191); }
td.TdClassName
{
border-color: #F0BEBF;
}
.TagClassName
{
border-color: #F0BEBF;
}
</style>