Shades of Salmon #FE897D
Tints of Salmon #FE897D
RGB
CMYK
RGB Variations
Color information
#FE897D (or 0xFE897D) is known color: Salmon. HEX triplet: FE, 89 and 7D. RGB value is (254,137,125). Sum of RGB (Red+Green+Blue) = 254+137+125=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE897D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE897D is #017682. Grayscale: #AAAAAA. Windows color (decimal): -95875 or 8227326. OLE color: 8227326.
HSL color Cylindrical-coordinate representation of color #FE897D: hue angle of 5.58º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE897D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 125 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.00 |
| HSL | 5.58º | 0.98% | 0.74% | - |
| HSV(B) | 5.58º | 0.51% | 1% | - |
| XYZ | 53.52 | 40.44 | 24.39 | - |
| YUV | 170.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 125 | 0 | 0.46 | 0.51 | 0.00 | 5.58 | 0.98 | 0.74 |
| Hex | FE | 89 | 7D | 0 | 2E | 33 | 0 | 6 | 62 | 4A |
| Octal | 376 | 211 | 175 | 0 | 56 | 63 | 0 | 6 | 142 | 112 |
| Binary | 11111110 | 10001001 | 1111101 | 0 | 101110 | 110011 | 0 | 110 | 1100010 | 1001010 |
Color Harmonies of #FE897D
Complementary color
Monochromatic Colors of #FE897D
Black with #FE897D
Text Example
Text Example
White with #FE897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE897D; }
p { color: rgb(254,137,125); }
H1.HeaderClassName
{
color: #FE897D;
}
.AnyTagClassName
{
color: #FE897D;
}
</style>
background-color css
<style>
a { background-color: #FE897D; }
a { background-color: rgb(254,137,125); }
div.DivClassName
{
background-color: #FE897D;
}
.BgClassName
{
background-color: #FE897D;
}
</style>
border-color css
<style>
span { border-color: #FE897D; }
span { border-color: rgb(254,137,125); }
td.TdClassName
{
border-color: #FE897D;
}
.TagClassName
{
border-color: #FE897D;
}
</style>