Shades of Light Salmon #FEAB89
Tints of Light Salmon #FEAB89
RGB
CMYK
RGB Variations
Color information
#FEAB89 (or 0xFEAB89) is known color: Light Salmon. HEX triplet: FE, AB and 89. RGB value is (254,171,137). Sum of RGB (Red+Green+Blue) = 254+171+137=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB89 is #015476. Grayscale: #C0C0C0. Windows color (decimal): -87159 or 9022462. OLE color: 9022462.
HSL color Cylindrical-coordinate representation of color #FEAB89: hue angle of 17.44º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEAB89 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 137 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.00 |
| HSL | 17.44º | 0.98% | 0.77% | - |
| HSV(B) | 17.44º | 0.46% | 1% | - |
| XYZ | 59.95 | 52 | 30.54 | - |
| YUV | 191.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 137 | 0 | 0.33 | 0.46 | 0.00 | 17.44 | 0.98 | 0.77 |
| Hex | FE | AB | 89 | 0 | 21 | 2E | 0 | 11 | 62 | 4D |
| Octal | 376 | 253 | 211 | 0 | 41 | 56 | 0 | 21 | 142 | 115 |
| Binary | 11111110 | 10101011 | 10001001 | 0 | 100001 | 101110 | 0 | 10001 | 1100010 | 1001101 |
Color Harmonies of #FEAB89
Complementary color
Monochromatic Colors of #FEAB89
Black with #FEAB89
Text Example
Text Example
White with #FEAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB89; }
p { color: rgb(254,171,137); }
H1.HeaderClassName
{
color: #FEAB89;
}
.AnyTagClassName
{
color: #FEAB89;
}
</style>
background-color css
<style>
a { background-color: #FEAB89; }
a { background-color: rgb(254,171,137); }
div.DivClassName
{
background-color: #FEAB89;
}
.BgClassName
{
background-color: #FEAB89;
}
</style>
border-color css
<style>
span { border-color: #FEAB89; }
span { border-color: rgb(254,171,137); }
td.TdClassName
{
border-color: #FEAB89;
}
.TagClassName
{
border-color: #FEAB89;
}
</style>