Shades of Salmon #FE7E6B
Tints of Salmon #FE7E6B
RGB
CMYK
RGB Variations
Color information
#FE7E6B (or 0xFE7E6B) is known color: Salmon. HEX triplet: FE, 7E and 6B. RGB value is (254,126,107). Sum of RGB (Red+Green+Blue) = 254+126+107=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E6B is #018194. Grayscale: #A2A2A2. Windows color (decimal): -98709 or 7044862. OLE color: 7044862.
HSL color Cylindrical-coordinate representation of color #FE7E6B: hue angle of 7.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE7E6B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 107 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.00 |
| HSL | 7.76º | 0.99% | 0.71% | - |
| HSV(B) | 7.76º | 0.58% | 1% | - |
| XYZ | 50.99 | 37.05 | 18.37 | - |
| YUV | 162.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 107 | 0 | 0.50 | 0.58 | 0.00 | 7.76 | 0.99 | 0.71 |
| Hex | FE | 7E | 6B | 0 | 32 | 3A | 0 | 8 | 63 | 47 |
| Octal | 376 | 176 | 153 | 0 | 62 | 72 | 0 | 10 | 143 | 107 |
| Binary | 11111110 | 1111110 | 1101011 | 0 | 110010 | 111010 | 0 | 1000 | 1100011 | 1000111 |
Color Harmonies of #FE7E6B
Complementary color
Monochromatic Colors of #FE7E6B
Black with #FE7E6B
Text Example
Text Example
White with #FE7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E6B; }
p { color: rgb(254,126,107); }
H1.HeaderClassName
{
color: #FE7E6B;
}
.AnyTagClassName
{
color: #FE7E6B;
}
</style>
background-color css
<style>
a { background-color: #FE7E6B; }
a { background-color: rgb(254,126,107); }
div.DivClassName
{
background-color: #FE7E6B;
}
.BgClassName
{
background-color: #FE7E6B;
}
</style>
border-color css
<style>
span { border-color: #FE7E6B; }
span { border-color: rgb(254,126,107); }
td.TdClassName
{
border-color: #FE7E6B;
}
.TagClassName
{
border-color: #FE7E6B;
}
</style>