Shades of Azalea #F9BEC1
Tints of Azalea #F9BEC1
RGB
CMYK
RGB Variations
Color information
#F9BEC1 (or 0xF9BEC1) is known color: Azalea. HEX triplet: F9, BE and C1. RGB value is (249,190,193). Sum of RGB (Red+Green+Blue) = 249+190+193=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEC1 is #06413E. Grayscale: #D0D0D0. Windows color (decimal): -409919 or 12697337. OLE color: 12697337.
HSL color Cylindrical-coordinate representation of color #F9BEC1: hue angle of 356.95º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BEC1 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 193 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.02 |
| HSL | 356.95º | 0.83% | 0.86% | - |
| HSV(B) | 356.95º | 0.24% | 0.98% | - |
| XYZ | 67.11 | 60.82 | 58.65 | - |
| YUV | 207.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 193 | 0 | 0.24 | 0.22 | 0.02 | 356.95 | 0.83 | 0.86 |
| Hex | F9 | BE | C1 | 0 | 18 | 16 | 2 | 165 | 53 | 56 |
| Octal | 371 | 276 | 301 | 0 | 30 | 26 | 2 | 545 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11000001 | 0 | 11000 | 10110 | 10 | 101100101 | 1010011 | 1010110 |
Color Harmonies of #F9BEC1
Complementary color
Monochromatic Colors of #F9BEC1
Black with #F9BEC1
Text Example
Text Example
White with #F9BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BEC1; }
p { color: rgb(249,190,193); }
H1.HeaderClassName
{
color: #F9BEC1;
}
.AnyTagClassName
{
color: #F9BEC1;
}
</style>
background-color css
<style>
a { background-color: #F9BEC1; }
a { background-color: rgb(249,190,193); }
div.DivClassName
{
background-color: #F9BEC1;
}
.BgClassName
{
background-color: #F9BEC1;
}
</style>
border-color css
<style>
span { border-color: #F9BEC1; }
span { border-color: rgb(249,190,193); }
td.TdClassName
{
border-color: #F9BEC1;
}
.TagClassName
{
border-color: #F9BEC1;
}
</style>