Shades of Salmon #FE7D6B
Tints of Salmon #FE7D6B
RGB
CMYK
RGB Variations
Color information
#FE7D6B (or 0xFE7D6B) is known color: Salmon. HEX triplet: FE, 7D and 6B. RGB value is (254,125,107). Sum of RGB (Red+Green+Blue) = 254+125+107=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D6B is #018294. Grayscale: #A1A1A1. Windows color (decimal): -98965 or 7044606. OLE color: 7044606.
HSL color Cylindrical-coordinate representation of color #FE7D6B: hue angle of 7.35º 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 #FE7D6B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 107 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.00 |
| HSL | 7.35º | 0.99% | 0.71% | - |
| HSV(B) | 7.35º | 0.58% | 1% | - |
| XYZ | 50.86 | 36.8 | 18.33 | - |
| YUV | 161.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 107 | 0 | 0.51 | 0.58 | 0.00 | 7.35 | 0.99 | 0.71 |
| Hex | FE | 7D | 6B | 0 | 33 | 3A | 0 | 7 | 63 | 47 |
| Octal | 376 | 175 | 153 | 0 | 63 | 72 | 0 | 7 | 143 | 107 |
| Binary | 11111110 | 1111101 | 1101011 | 0 | 110011 | 111010 | 0 | 111 | 1100011 | 1000111 |
Color Harmonies of #FE7D6B
Complementary color
Monochromatic Colors of #FE7D6B
Black with #FE7D6B
Text Example
Text Example
White with #FE7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D6B; }
p { color: rgb(254,125,107); }
H1.HeaderClassName
{
color: #FE7D6B;
}
.AnyTagClassName
{
color: #FE7D6B;
}
</style>
background-color css
<style>
a { background-color: #FE7D6B; }
a { background-color: rgb(254,125,107); }
div.DivClassName
{
background-color: #FE7D6B;
}
.BgClassName
{
background-color: #FE7D6B;
}
</style>
border-color css
<style>
span { border-color: #FE7D6B; }
span { border-color: rgb(254,125,107); }
td.TdClassName
{
border-color: #FE7D6B;
}
.TagClassName
{
border-color: #FE7D6B;
}
</style>