Shades of Salmon #FE7E7D
Tints of Salmon #FE7E7D
RGB
CMYK
RGB Variations
Color information
#FE7E7D (or 0xFE7E7D) is known color: Salmon. HEX triplet: FE, 7E and 7D. RGB value is (254,126,125). Sum of RGB (Red+Green+Blue) = 254+126+125=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E7D is #018182. Grayscale: #A4A4A4. Windows color (decimal): -98691 or 8224510. OLE color: 8224510.
HSL color Cylindrical-coordinate representation of color #FE7E7D: hue angle of 0.47º 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 #FE7E7D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 125 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.00 |
| HSL | 0.47º | 0.98% | 0.74% | - |
| HSV(B) | 0.47º | 0.51% | 1% | - |
| XYZ | 52.04 | 37.47 | 23.89 | - |
| YUV | 164.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 125 | 0 | 0.50 | 0.51 | 0.00 | 0.47 | 0.98 | 0.74 |
| Hex | FE | 7E | 7D | 0 | 32 | 33 | 0 | 0 | 62 | 4A |
| Octal | 376 | 176 | 175 | 0 | 62 | 63 | 0 | 0 | 142 | 112 |
| Binary | 11111110 | 1111110 | 1111101 | 0 | 110010 | 110011 | 0 | 0 | 1100010 | 1001010 |
Color Harmonies of #FE7E7D
Complementary color
Monochromatic Colors of #FE7E7D
Black with #FE7E7D
Text Example
Text Example
White with #FE7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E7D; }
p { color: rgb(254,126,125); }
H1.HeaderClassName
{
color: #FE7E7D;
}
.AnyTagClassName
{
color: #FE7E7D;
}
</style>
background-color css
<style>
a { background-color: #FE7E7D; }
a { background-color: rgb(254,126,125); }
div.DivClassName
{
background-color: #FE7E7D;
}
.BgClassName
{
background-color: #FE7E7D;
}
</style>
border-color css
<style>
span { border-color: #FE7E7D; }
span { border-color: rgb(254,126,125); }
td.TdClassName
{
border-color: #FE7E7D;
}
.TagClassName
{
border-color: #FE7E7D;
}
</style>