Shades of Azalea #FFBEC1
Tints of Azalea #FFBEC1
RGB
CMYK
RGB Variations
Color information
#FFBEC1 (or 0xFFBEC1) is known color: Azalea. HEX triplet: FF, BE and C1. RGB value is (255,190,193). Sum of RGB (Red+Green+Blue) = 255+190+193=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEC1 is #00413E. Grayscale: #D1D1D1. Windows color (decimal): -16703 or 12697343. OLE color: 12697343.
HSL color Cylindrical-coordinate representation of color #FFBEC1: hue angle of 357.23º 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 #FFBEC1 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 193 | - |
| CMYK | 0 | 0.25 | 0.24 | 0 |
| HSL | 357.23º | 1% | 0.87% | - |
| HSV(B) | 357.23º | 0.25% | 1% | - |
| XYZ | 69.28 | 61.94 | 58.76 | - |
| YUV | 209.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 193 | 0 | 0.25 | 0.24 | 0 | 357.23 | 1 | 0.87 |
| Hex | FF | BE | C1 | 0 | 19 | 18 | 0 | 165 | 64 | 57 |
| Octal | 377 | 276 | 301 | 0 | 31 | 30 | 0 | 545 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11000001 | 0 | 11001 | 11000 | 0 | 101100101 | 1100100 | 1010111 |
Color Harmonies of #FFBEC1
Complementary color
Monochromatic Colors of #FFBEC1
Black with #FFBEC1
Text Example
Text Example
White with #FFBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEC1; }
p { color: rgb(255,190,193); }
H1.HeaderClassName
{
color: #FFBEC1;
}
.AnyTagClassName
{
color: #FFBEC1;
}
</style>
background-color css
<style>
a { background-color: #FFBEC1; }
a { background-color: rgb(255,190,193); }
div.DivClassName
{
background-color: #FFBEC1;
}
.BgClassName
{
background-color: #FFBEC1;
}
</style>
border-color css
<style>
span { border-color: #FFBEC1; }
span { border-color: rgb(255,190,193); }
td.TdClassName
{
border-color: #FFBEC1;
}
.TagClassName
{
border-color: #FFBEC1;
}
</style>