Shades of Salmon #FE897E
Tints of Salmon #FE897E
RGB
CMYK
RGB Variations
Color information
#FE897E (or 0xFE897E) is known color: Salmon. HEX triplet: FE, 89 and 7E. RGB value is (254,137,126). Sum of RGB (Red+Green+Blue) = 254+137+126=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE897E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE897E is #017681. Grayscale: #AAAAAA. Windows color (decimal): -95874 or 8292862. OLE color: 8292862.
HSL color Cylindrical-coordinate representation of color #FE897E: hue angle of 5.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE897E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 126 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.00 |
| HSL | 5.16º | 0.98% | 0.75% | - |
| HSV(B) | 5.16º | 0.5% | 1% | - |
| XYZ | 53.58 | 40.47 | 24.73 | - |
| YUV | 170.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 126 | 0 | 0.46 | 0.50 | 0.00 | 5.16 | 0.98 | 0.75 |
| Hex | FE | 89 | 7E | 0 | 2E | 32 | 0 | 5 | 62 | 4B |
| Octal | 376 | 211 | 176 | 0 | 56 | 62 | 0 | 5 | 142 | 113 |
| Binary | 11111110 | 10001001 | 1111110 | 0 | 101110 | 110010 | 0 | 101 | 1100010 | 1001011 |
Color Harmonies of #FE897E
Complementary color
Monochromatic Colors of #FE897E
Black with #FE897E
Text Example
Text Example
White with #FE897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE897E; }
p { color: rgb(254,137,126); }
H1.HeaderClassName
{
color: #FE897E;
}
.AnyTagClassName
{
color: #FE897E;
}
</style>
background-color css
<style>
a { background-color: #FE897E; }
a { background-color: rgb(254,137,126); }
div.DivClassName
{
background-color: #FE897E;
}
.BgClassName
{
background-color: #FE897E;
}
</style>
border-color css
<style>
span { border-color: #FE897E; }
span { border-color: rgb(254,137,126); }
td.TdClassName
{
border-color: #FE897E;
}
.TagClassName
{
border-color: #FE897E;
}
</style>