Shades of Azalea #FEBCBF
Tints of Azalea #FEBCBF
RGB
CMYK
RGB Variations
Color information
#FEBCBF (or 0xFEBCBF) is known color: Azalea. HEX triplet: FE, BC and BF. RGB value is (254,188,191). Sum of RGB (Red+Green+Blue) = 254+188+191=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCBF is #014340. Grayscale: #D0D0D0. Windows color (decimal): -82753 or 12565758. OLE color: 12565758.
HSL color Cylindrical-coordinate representation of color #FEBCBF: hue angle of 357.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCBF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 191 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.00 |
| HSL | 357.27º | 0.97% | 0.87% | - |
| HSV(B) | 357.27º | 0.26% | 1% | - |
| XYZ | 68.26 | 60.8 | 57.43 | - |
| YUV | 208.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 191 | 0 | 0.26 | 0.25 | 0.00 | 357.27 | 0.97 | 0.87 |
| Hex | FE | BC | BF | 0 | 1A | 19 | 0 | 165 | 61 | 57 |
| Octal | 376 | 274 | 277 | 0 | 32 | 31 | 0 | 545 | 141 | 127 |
| Binary | 11111110 | 10111100 | 10111111 | 0 | 11010 | 11001 | 0 | 101100101 | 1100001 | 1010111 |
Color Harmonies of #FEBCBF
Complementary color
Monochromatic Colors of #FEBCBF
Black with #FEBCBF
Text Example
Text Example
White with #FEBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCBF; }
p { color: rgb(254,188,191); }
H1.HeaderClassName
{
color: #FEBCBF;
}
.AnyTagClassName
{
color: #FEBCBF;
}
</style>
background-color css
<style>
a { background-color: #FEBCBF; }
a { background-color: rgb(254,188,191); }
div.DivClassName
{
background-color: #FEBCBF;
}
.BgClassName
{
background-color: #FEBCBF;
}
</style>
border-color css
<style>
span { border-color: #FEBCBF; }
span { border-color: rgb(254,188,191); }
td.TdClassName
{
border-color: #FEBCBF;
}
.TagClassName
{
border-color: #FEBCBF;
}
</style>