Shades of Azalea #FEBBBE
Tints of Azalea #FEBBBE
RGB
CMYK
RGB Variations
Color information
#FEBBBE (or 0xFEBBBE) is known color: Azalea. HEX triplet: FE, BB and BE. RGB value is (254,187,190). Sum of RGB (Red+Green+Blue) = 254+187+190=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBE is #014441. Grayscale: #CFCFCF. Windows color (decimal): -83010 or 12499966. OLE color: 12499966.
HSL color Cylindrical-coordinate representation of color #FEBBBE: hue angle of 357.31º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBBE is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 190 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.00 |
| HSL | 357.31º | 0.97% | 0.86% | - |
| HSV(B) | 357.31º | 0.26% | 1% | - |
| XYZ | 67.94 | 60.33 | 56.78 | - |
| YUV | 207.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 190 | 0 | 0.26 | 0.25 | 0.00 | 357.31 | 0.97 | 0.86 |
| Hex | FE | BB | BE | 0 | 1A | 19 | 0 | 165 | 61 | 56 |
| Octal | 376 | 273 | 276 | 0 | 32 | 31 | 0 | 545 | 141 | 126 |
| Binary | 11111110 | 10111011 | 10111110 | 0 | 11010 | 11001 | 0 | 101100101 | 1100001 | 1010110 |
Color Harmonies of #FEBBBE
Complementary color
Monochromatic Colors of #FEBBBE
Black with #FEBBBE
Text Example
Text Example
White with #FEBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBBE; }
p { color: rgb(254,187,190); }
H1.HeaderClassName
{
color: #FEBBBE;
}
.AnyTagClassName
{
color: #FEBBBE;
}
</style>
background-color css
<style>
a { background-color: #FEBBBE; }
a { background-color: rgb(254,187,190); }
div.DivClassName
{
background-color: #FEBBBE;
}
.BgClassName
{
background-color: #FEBBBE;
}
</style>
border-color css
<style>
span { border-color: #FEBBBE; }
span { border-color: rgb(254,187,190); }
td.TdClassName
{
border-color: #FEBBBE;
}
.TagClassName
{
border-color: #FEBBBE;
}
</style>