Shades of Azalea #F5BEBF
Tints of Azalea #F5BEBF
RGB
CMYK
RGB Variations
Color information
#F5BEBF (or 0xF5BEBF) is known color: Azalea. HEX triplet: F5, BE and BF. RGB value is (245,190,191). Sum of RGB (Red+Green+Blue) = 245+190+191=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEBF is #0A4140. Grayscale: #CECECE. Windows color (decimal): -672065 or 12566261. OLE color: 12566261.
HSL color Cylindrical-coordinate representation of color #F5BEBF: hue angle of 358.91º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEBF is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 191 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.04 |
| HSL | 358.91º | 0.73% | 0.85% | - |
| HSV(B) | 358.91º | 0.22% | 0.96% | - |
| XYZ | 65.47 | 60 | 57.42 | - |
| YUV | 206.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 191 | 0 | 0.22 | 0.22 | 0.04 | 358.91 | 0.73 | 0.85 |
| Hex | F5 | BE | BF | 0 | 16 | 16 | 4 | 167 | 49 | 55 |
| Octal | 365 | 276 | 277 | 0 | 26 | 26 | 4 | 547 | 111 | 125 |
| Binary | 11110101 | 10111110 | 10111111 | 0 | 10110 | 10110 | 100 | 101100111 | 1001001 | 1010101 |
Color Harmonies of #F5BEBF
Complementary color
Monochromatic Colors of #F5BEBF
Black with #F5BEBF
Text Example
Text Example
White with #F5BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEBF; }
p { color: rgb(245,190,191); }
H1.HeaderClassName
{
color: #F5BEBF;
}
.AnyTagClassName
{
color: #F5BEBF;
}
</style>
background-color css
<style>
a { background-color: #F5BEBF; }
a { background-color: rgb(245,190,191); }
div.DivClassName
{
background-color: #F5BEBF;
}
.BgClassName
{
background-color: #F5BEBF;
}
</style>
border-color css
<style>
span { border-color: #F5BEBF; }
span { border-color: rgb(245,190,191); }
td.TdClassName
{
border-color: #F5BEBF;
}
.TagClassName
{
border-color: #F5BEBF;
}
</style>