Shades of Salmon #FE7A6E
Tints of Salmon #FE7A6E
RGB
CMYK
RGB Variations
Color information
#FE7A6E (or 0xFE7A6E) is known color: Salmon. HEX triplet: FE, 7A and 6E. RGB value is (254,122,110). Sum of RGB (Red+Green+Blue) = 254+122+110=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A6E is #018591. Grayscale: #A0A0A0. Windows color (decimal): -99730 or 7240446. OLE color: 7240446.
HSL color Cylindrical-coordinate representation of color #FE7A6E: hue angle of 5º 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 #FE7A6E is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 110 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.00 |
| HSL | 5º | 0.99% | 0.71% | - |
| HSV(B) | 5º | 0.57% | 1% | - |
| XYZ | 50.65 | 36.12 | 19.05 | - |
| YUV | 160.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 110 | 0 | 0.52 | 0.57 | 0.00 | 5 | 0.99 | 0.71 |
| Hex | FE | 7A | 6E | 0 | 34 | 39 | 0 | 5 | 63 | 47 |
| Octal | 376 | 172 | 156 | 0 | 64 | 71 | 0 | 5 | 143 | 107 |
| Binary | 11111110 | 1111010 | 1101110 | 0 | 110100 | 111001 | 0 | 101 | 1100011 | 1000111 |
Color Harmonies of #FE7A6E
Complementary color
Monochromatic Colors of #FE7A6E
Black with #FE7A6E
Text Example
Text Example
White with #FE7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A6E; }
p { color: rgb(254,122,110); }
H1.HeaderClassName
{
color: #FE7A6E;
}
.AnyTagClassName
{
color: #FE7A6E;
}
</style>
background-color css
<style>
a { background-color: #FE7A6E; }
a { background-color: rgb(254,122,110); }
div.DivClassName
{
background-color: #FE7A6E;
}
.BgClassName
{
background-color: #FE7A6E;
}
</style>
border-color css
<style>
span { border-color: #FE7A6E; }
span { border-color: rgb(254,122,110); }
td.TdClassName
{
border-color: #FE7A6E;
}
.TagClassName
{
border-color: #FE7A6E;
}
</style>