Shades of Azalea #FFBEC5
Tints of Azalea #FFBEC5
RGB
CMYK
RGB Variations
Color information
#FFBEC5 (or 0xFFBEC5) is known color: Azalea. HEX triplet: FF, BE and C5. RGB value is (255,190,197). Sum of RGB (Red+Green+Blue) = 255+190+197=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEC5 is #00413A. Grayscale: #D2D2D2. Windows color (decimal): -16699 or 12959487. OLE color: 12959487.
HSL color Cylindrical-coordinate representation of color #FFBEC5: hue angle of 353.54º 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 #FFBEC5 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 197 | - |
| CMYK | 0 | 0.25 | 0.23 | 0 |
| HSL | 353.54º | 1% | 0.87% | - |
| HSV(B) | 353.54º | 0.25% | 1% | - |
| XYZ | 69.73 | 62.12 | 61.14 | - |
| YUV | 210.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 197 | 0 | 0.25 | 0.23 | 0 | 353.54 | 1 | 0.87 |
| Hex | FF | BE | C5 | 0 | 19 | 17 | 0 | 162 | 64 | 57 |
| Octal | 377 | 276 | 305 | 0 | 31 | 27 | 0 | 542 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11000101 | 0 | 11001 | 10111 | 0 | 101100010 | 1100100 | 1010111 |
Color Harmonies of #FFBEC5
Complementary color
Monochromatic Colors of #FFBEC5
Black with #FFBEC5
Text Example
Text Example
White with #FFBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEC5; }
p { color: rgb(255,190,197); }
H1.HeaderClassName
{
color: #FFBEC5;
}
.AnyTagClassName
{
color: #FFBEC5;
}
</style>
background-color css
<style>
a { background-color: #FFBEC5; }
a { background-color: rgb(255,190,197); }
div.DivClassName
{
background-color: #FFBEC5;
}
.BgClassName
{
background-color: #FFBEC5;
}
</style>
border-color css
<style>
span { border-color: #FFBEC5; }
span { border-color: rgb(255,190,197); }
td.TdClassName
{
border-color: #FFBEC5;
}
.TagClassName
{
border-color: #FFBEC5;
}
</style>