Shades of Azalea #FEBBBC
Tints of Azalea #FEBBBC
RGB
CMYK
RGB Variations
Color information
#FEBBBC (or 0xFEBBBC) is known color: Azalea. HEX triplet: FE, BB and BC. RGB value is (254,187,188). Sum of RGB (Red+Green+Blue) = 254+187+188=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBC is #014443. Grayscale: #CFCFCF. Windows color (decimal): -83012 or 12368894. OLE color: 12368894.
HSL color Cylindrical-coordinate representation of color #FEBBBC: hue angle of 359.1º 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 #FEBBBC is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 188 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.00 |
| HSL | 359.1º | 0.97% | 0.86% | - |
| HSV(B) | 359.1º | 0.26% | 1% | - |
| XYZ | 67.72 | 60.24 | 55.64 | - |
| YUV | 207.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 188 | 0 | 0.26 | 0.26 | 0.00 | 359.1 | 0.97 | 0.86 |
| Hex | FE | BB | BC | 0 | 1A | 1A | 0 | 167 | 61 | 56 |
| Octal | 376 | 273 | 274 | 0 | 32 | 32 | 0 | 547 | 141 | 126 |
| Binary | 11111110 | 10111011 | 10111100 | 0 | 11010 | 11010 | 0 | 101100111 | 1100001 | 1010110 |
Color Harmonies of #FEBBBC
Complementary color
Monochromatic Colors of #FEBBBC
Black with #FEBBBC
Text Example
Text Example
White with #FEBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBBC; }
p { color: rgb(254,187,188); }
H1.HeaderClassName
{
color: #FEBBBC;
}
.AnyTagClassName
{
color: #FEBBBC;
}
</style>
background-color css
<style>
a { background-color: #FEBBBC; }
a { background-color: rgb(254,187,188); }
div.DivClassName
{
background-color: #FEBBBC;
}
.BgClassName
{
background-color: #FEBBBC;
}
</style>
border-color css
<style>
span { border-color: #FEBBBC; }
span { border-color: rgb(254,187,188); }
td.TdClassName
{
border-color: #FEBBBC;
}
.TagClassName
{
border-color: #FEBBBC;
}
</style>