Shades of Azalea #F5BEC5
Tints of Azalea #F5BEC5
RGB
CMYK
RGB Variations
Color information
#F5BEC5 (or 0xF5BEC5) is known color: Azalea. HEX triplet: F5, BE and C5. RGB value is (245,190,197). Sum of RGB (Red+Green+Blue) = 245+190+197=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEC5 is #0A413A. Grayscale: #CFCFCF. Windows color (decimal): -672059 or 12959477. OLE color: 12959477.
HSL color Cylindrical-coordinate representation of color #F5BEC5: hue angle of 352.36º 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 #F5BEC5 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 197 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.04 |
| HSL | 352.36º | 0.73% | 0.85% | - |
| HSV(B) | 352.36º | 0.22% | 0.96% | - |
| XYZ | 66.15 | 60.27 | 60.97 | - |
| YUV | 207.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 197 | 0 | 0.22 | 0.20 | 0.04 | 352.36 | 0.73 | 0.85 |
| Hex | F5 | BE | C5 | 0 | 16 | 14 | 4 | 160 | 49 | 55 |
| Octal | 365 | 276 | 305 | 0 | 26 | 24 | 4 | 540 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11000101 | 0 | 10110 | 10100 | 100 | 101100000 | 1001001 | 1010101 |
Color Harmonies of #F5BEC5
Complementary color
Monochromatic Colors of #F5BEC5
Black with #F5BEC5
Text Example
Text Example
White with #F5BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEC5; }
p { color: rgb(245,190,197); }
H1.HeaderClassName
{
color: #F5BEC5;
}
.AnyTagClassName
{
color: #F5BEC5;
}
</style>
background-color css
<style>
a { background-color: #F5BEC5; }
a { background-color: rgb(245,190,197); }
div.DivClassName
{
background-color: #F5BEC5;
}
.BgClassName
{
background-color: #F5BEC5;
}
</style>
border-color css
<style>
span { border-color: #F5BEC5; }
span { border-color: rgb(245,190,197); }
td.TdClassName
{
border-color: #F5BEC5;
}
.TagClassName
{
border-color: #F5BEC5;
}
</style>