Shades of Azalea #FEBABB
Tints of Azalea #FEBABB
RGB
CMYK
RGB Variations
Color information
#FEBABB (or 0xFEBABB) is known color: Azalea. HEX triplet: FE, BA and BB. RGB value is (254,186,187). Sum of RGB (Red+Green+Blue) = 254+186+187=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBABB is #014544. Grayscale: #CECECE. Windows color (decimal): -83269 or 12303102. OLE color: 12303102.
HSL color Cylindrical-coordinate representation of color #FEBABB: hue angle of 359.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBABB is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 187 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.00 |
| HSL | 359.12º | 0.97% | 0.86% | - |
| HSV(B) | 359.12º | 0.27% | 1% | - |
| XYZ | 67.4 | 59.78 | 55 | - |
| YUV | 206.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 187 | 0 | 0.27 | 0.26 | 0.00 | 359.12 | 0.97 | 0.86 |
| Hex | FE | BA | BB | 0 | 1B | 1A | 0 | 167 | 61 | 56 |
| Octal | 376 | 272 | 273 | 0 | 33 | 32 | 0 | 547 | 141 | 126 |
| Binary | 11111110 | 10111010 | 10111011 | 0 | 11011 | 11010 | 0 | 101100111 | 1100001 | 1010110 |
Color Harmonies of #FEBABB
Complementary color
Monochromatic Colors of #FEBABB
Black with #FEBABB
Text Example
Text Example
White with #FEBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBABB; }
p { color: rgb(254,186,187); }
H1.HeaderClassName
{
color: #FEBABB;
}
.AnyTagClassName
{
color: #FEBABB;
}
</style>
background-color css
<style>
a { background-color: #FEBABB; }
a { background-color: rgb(254,186,187); }
div.DivClassName
{
background-color: #FEBABB;
}
.BgClassName
{
background-color: #FEBABB;
}
</style>
border-color css
<style>
span { border-color: #FEBABB; }
span { border-color: rgb(254,186,187); }
td.TdClassName
{
border-color: #FEBABB;
}
.TagClassName
{
border-color: #FEBABB;
}
</style>