Shades of Azalea #F5BEC7
Tints of Azalea #F5BEC7
RGB
CMYK
RGB Variations
Color information
#F5BEC7 (or 0xF5BEC7) is known color: Azalea. HEX triplet: F5, BE and C7. RGB value is (245,190,199). Sum of RGB (Red+Green+Blue) = 245+190+199=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEC7 is #0A4138. Grayscale: #CFCFCF. Windows color (decimal): -672057 or 13090549. OLE color: 13090549.
HSL color Cylindrical-coordinate representation of color #F5BEC7: hue angle of 350.18º 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 #F5BEC7 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 199 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.04 |
| HSL | 350.18º | 0.73% | 0.85% | - |
| HSV(B) | 350.18º | 0.22% | 0.96% | - |
| XYZ | 66.38 | 60.36 | 62.19 | - |
| YUV | 207.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 199 | 0 | 0.22 | 0.19 | 0.04 | 350.18 | 0.73 | 0.85 |
| Hex | F5 | BE | C7 | 0 | 16 | 13 | 4 | 15E | 49 | 55 |
| Octal | 365 | 276 | 307 | 0 | 26 | 23 | 4 | 536 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11000111 | 0 | 10110 | 10011 | 100 | 101011110 | 1001001 | 1010101 |
Color Harmonies of #F5BEC7
Complementary color
Monochromatic Colors of #F5BEC7
Black with #F5BEC7
Text Example
Text Example
White with #F5BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEC7; }
p { color: rgb(245,190,199); }
H1.HeaderClassName
{
color: #F5BEC7;
}
.AnyTagClassName
{
color: #F5BEC7;
}
</style>
background-color css
<style>
a { background-color: #F5BEC7; }
a { background-color: rgb(245,190,199); }
div.DivClassName
{
background-color: #F5BEC7;
}
.BgClassName
{
background-color: #F5BEC7;
}
</style>
border-color css
<style>
span { border-color: #F5BEC7; }
span { border-color: rgb(245,190,199); }
td.TdClassName
{
border-color: #F5BEC7;
}
.TagClassName
{
border-color: #F5BEC7;
}
</style>