Shades of Salmon #FE8B7D
Tints of Salmon #FE8B7D
RGB
CMYK
RGB Variations
Color information
#FE8B7D (or 0xFE8B7D) is known color: Salmon. HEX triplet: FE, 8B and 7D. RGB value is (254,139,125). Sum of RGB (Red+Green+Blue) = 254+139+125=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B7D is #017482. Grayscale: #ABABAB. Windows color (decimal): -95363 or 8227838. OLE color: 8227838.
HSL color Cylindrical-coordinate representation of color #FE8B7D: hue angle of 6.51º 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 #FE8B7D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 125 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.00 |
| HSL | 6.51º | 0.98% | 0.74% | - |
| HSV(B) | 6.51º | 0.51% | 1% | - |
| XYZ | 53.81 | 41.02 | 24.48 | - |
| YUV | 171.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 125 | 0 | 0.45 | 0.51 | 0.00 | 6.51 | 0.98 | 0.74 |
| Hex | FE | 8B | 7D | 0 | 2D | 33 | 0 | 7 | 62 | 4A |
| Octal | 376 | 213 | 175 | 0 | 55 | 63 | 0 | 7 | 142 | 112 |
| Binary | 11111110 | 10001011 | 1111101 | 0 | 101101 | 110011 | 0 | 111 | 1100010 | 1001010 |
Color Harmonies of #FE8B7D
Complementary color
Monochromatic Colors of #FE8B7D
Black with #FE8B7D
Text Example
Text Example
White with #FE8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B7D; }
p { color: rgb(254,139,125); }
H1.HeaderClassName
{
color: #FE8B7D;
}
.AnyTagClassName
{
color: #FE8B7D;
}
</style>
background-color css
<style>
a { background-color: #FE8B7D; }
a { background-color: rgb(254,139,125); }
div.DivClassName
{
background-color: #FE8B7D;
}
.BgClassName
{
background-color: #FE8B7D;
}
</style>
border-color css
<style>
span { border-color: #FE8B7D; }
span { border-color: rgb(254,139,125); }
td.TdClassName
{
border-color: #FE8B7D;
}
.TagClassName
{
border-color: #FE8B7D;
}
</style>