Shades of Salmon #FE7D6D
Tints of Salmon #FE7D6D
RGB
CMYK
RGB Variations
Color information
#FE7D6D (or 0xFE7D6D) is known color: Salmon. HEX triplet: FE, 7D and 6D. RGB value is (254,125,109). Sum of RGB (Red+Green+Blue) = 254+125+109=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D6D is #018292. Grayscale: #A1A1A1. Windows color (decimal): -98963 or 7175678. OLE color: 7175678.
HSL color Cylindrical-coordinate representation of color #FE7D6D: hue angle of 6.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE7D6D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 109 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.00 |
| HSL | 6.62º | 0.99% | 0.71% | - |
| HSV(B) | 6.62º | 0.57% | 1% | - |
| XYZ | 50.97 | 36.84 | 18.89 | - |
| YUV | 161.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 109 | 0 | 0.51 | 0.57 | 0.00 | 6.62 | 0.99 | 0.71 |
| Hex | FE | 7D | 6D | 0 | 33 | 39 | 0 | 7 | 63 | 47 |
| Octal | 376 | 175 | 155 | 0 | 63 | 71 | 0 | 7 | 143 | 107 |
| Binary | 11111110 | 1111101 | 1101101 | 0 | 110011 | 111001 | 0 | 111 | 1100011 | 1000111 |
Color Harmonies of #FE7D6D
Complementary color
Monochromatic Colors of #FE7D6D
Black with #FE7D6D
Text Example
Text Example
White with #FE7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D6D; }
p { color: rgb(254,125,109); }
H1.HeaderClassName
{
color: #FE7D6D;
}
.AnyTagClassName
{
color: #FE7D6D;
}
</style>
background-color css
<style>
a { background-color: #FE7D6D; }
a { background-color: rgb(254,125,109); }
div.DivClassName
{
background-color: #FE7D6D;
}
.BgClassName
{
background-color: #FE7D6D;
}
</style>
border-color css
<style>
span { border-color: #FE7D6D; }
span { border-color: rgb(254,125,109); }
td.TdClassName
{
border-color: #FE7D6D;
}
.TagClassName
{
border-color: #FE7D6D;
}
</style>