Shades of Azalea #F9BEBF
Tints of Azalea #F9BEBF
RGB
CMYK
RGB Variations
Color information
#F9BEBF (or 0xF9BEBF) is known color: Azalea. HEX triplet: F9, BE and BF. RGB value is (249,190,191). Sum of RGB (Red+Green+Blue) = 249+190+191=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEBF is #064140. Grayscale: #CFCFCF. Windows color (decimal): -409921 or 12566265. OLE color: 12566265.
HSL color Cylindrical-coordinate representation of color #F9BEBF: hue angle of 358.98º 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 #F9BEBF is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 191 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.02 |
| HSL | 358.98º | 0.83% | 0.86% | - |
| HSV(B) | 358.98º | 0.24% | 0.98% | - |
| XYZ | 66.88 | 60.73 | 57.49 | - |
| YUV | 207.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 191 | 0 | 0.24 | 0.23 | 0.02 | 358.98 | 0.83 | 0.86 |
| Hex | F9 | BE | BF | 0 | 18 | 17 | 2 | 167 | 53 | 56 |
| Octal | 371 | 276 | 277 | 0 | 30 | 27 | 2 | 547 | 123 | 126 |
| Binary | 11111001 | 10111110 | 10111111 | 0 | 11000 | 10111 | 10 | 101100111 | 1010011 | 1010110 |
Color Harmonies of #F9BEBF
Complementary color
Monochromatic Colors of #F9BEBF
Black with #F9BEBF
Text Example
Text Example
White with #F9BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BEBF; }
p { color: rgb(249,190,191); }
H1.HeaderClassName
{
color: #F9BEBF;
}
.AnyTagClassName
{
color: #F9BEBF;
}
</style>
background-color css
<style>
a { background-color: #F9BEBF; }
a { background-color: rgb(249,190,191); }
div.DivClassName
{
background-color: #F9BEBF;
}
.BgClassName
{
background-color: #F9BEBF;
}
</style>
border-color css
<style>
span { border-color: #F9BEBF; }
span { border-color: rgb(249,190,191); }
td.TdClassName
{
border-color: #F9BEBF;
}
.TagClassName
{
border-color: #F9BEBF;
}
</style>