Shades of Azalea #FFBEC2
Tints of Azalea #FFBEC2
RGB
CMYK
RGB Variations
Color information
#FFBEC2 (or 0xFFBEC2) is known color: Azalea. HEX triplet: FF, BE and C2. RGB value is (255,190,194). Sum of RGB (Red+Green+Blue) = 255+190+194=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEC2 is #00413D. Grayscale: #D1D1D1. Windows color (decimal): -16702 or 12762879. OLE color: 12762879.
HSL color Cylindrical-coordinate representation of color #FFBEC2: hue angle of 356.31º 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 #FFBEC2 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 194 | - |
| CMYK | 0 | 0.25 | 0.24 | 0 |
| HSL | 356.31º | 1% | 0.87% | - |
| HSV(B) | 356.31º | 0.25% | 1% | - |
| XYZ | 69.39 | 61.98 | 59.35 | - |
| YUV | 209.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 194 | 0 | 0.25 | 0.24 | 0 | 356.31 | 1 | 0.87 |
| Hex | FF | BE | C2 | 0 | 19 | 18 | 0 | 164 | 64 | 57 |
| Octal | 377 | 276 | 302 | 0 | 31 | 30 | 0 | 544 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11000010 | 0 | 11001 | 11000 | 0 | 101100100 | 1100100 | 1010111 |
Color Harmonies of #FFBEC2
Complementary color
Monochromatic Colors of #FFBEC2
Black with #FFBEC2
Text Example
Text Example
White with #FFBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEC2; }
p { color: rgb(255,190,194); }
H1.HeaderClassName
{
color: #FFBEC2;
}
.AnyTagClassName
{
color: #FFBEC2;
}
</style>
background-color css
<style>
a { background-color: #FFBEC2; }
a { background-color: rgb(255,190,194); }
div.DivClassName
{
background-color: #FFBEC2;
}
.BgClassName
{
background-color: #FFBEC2;
}
</style>
border-color css
<style>
span { border-color: #FFBEC2; }
span { border-color: rgb(255,190,194); }
td.TdClassName
{
border-color: #FFBEC2;
}
.TagClassName
{
border-color: #FFBEC2;
}
</style>