Shades of Azalea #FFBEBF
Tints of Azalea #FFBEBF
RGB
CMYK
RGB Variations
Color information
#FFBEBF (or 0xFFBEBF) is known color: Azalea. HEX triplet: FF, BE and BF. RGB value is (255,190,191). Sum of RGB (Red+Green+Blue) = 255+190+191=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEBF is #004140. Grayscale: #D1D1D1. Windows color (decimal): -16705 or 12566271. OLE color: 12566271.
HSL color Cylindrical-coordinate representation of color #FFBEBF: hue angle of 359.08º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBEBF is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 191 | - |
| CMYK | 0 | 0.25 | 0.25 | 0 |
| HSL | 359.08º | 1% | 0.87% | - |
| HSV(B) | 359.08º | 0.25% | 1% | - |
| XYZ | 69.06 | 61.85 | 57.59 | - |
| YUV | 209.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 191 | 0 | 0.25 | 0.25 | 0 | 359.08 | 1 | 0.87 |
| Hex | FF | BE | BF | 0 | 19 | 19 | 0 | 167 | 64 | 57 |
| Octal | 377 | 276 | 277 | 0 | 31 | 31 | 0 | 547 | 144 | 127 |
| Binary | 11111111 | 10111110 | 10111111 | 0 | 11001 | 11001 | 0 | 101100111 | 1100100 | 1010111 |
Color Harmonies of #FFBEBF
Complementary color
Monochromatic Colors of #FFBEBF
Black with #FFBEBF
Text Example
Text Example
White with #FFBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEBF; }
p { color: rgb(255,190,191); }
H1.HeaderClassName
{
color: #FFBEBF;
}
.AnyTagClassName
{
color: #FFBEBF;
}
</style>
background-color css
<style>
a { background-color: #FFBEBF; }
a { background-color: rgb(255,190,191); }
div.DivClassName
{
background-color: #FFBEBF;
}
.BgClassName
{
background-color: #FFBEBF;
}
</style>
border-color css
<style>
span { border-color: #FFBEBF; }
span { border-color: rgb(255,190,191); }
td.TdClassName
{
border-color: #FFBEBF;
}
.TagClassName
{
border-color: #FFBEBF;
}
</style>