Shades of Salmon #FE7D7B
Tints of Salmon #FE7D7B
RGB
CMYK
RGB Variations
Color information
#FE7D7B (or 0xFE7D7B) is known color: Salmon. HEX triplet: FE, 7D and 7B. RGB value is (254,125,123). Sum of RGB (Red+Green+Blue) = 254+125+123=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D7B is #018284. Grayscale: #A3A3A3. Windows color (decimal): -98949 or 8093182. OLE color: 8093182.
HSL color Cylindrical-coordinate representation of color #FE7D7B: hue angle of 0.92º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7D7B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 123 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.00 |
| HSL | 0.92º | 0.98% | 0.74% | - |
| HSV(B) | 0.92º | 0.52% | 1% | - |
| XYZ | 51.78 | 37.17 | 23.18 | - |
| YUV | 163.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 123 | 0 | 0.51 | 0.52 | 0.00 | 0.92 | 0.98 | 0.74 |
| Hex | FE | 7D | 7B | 0 | 33 | 34 | 0 | 1 | 62 | 4A |
| Octal | 376 | 175 | 173 | 0 | 63 | 64 | 0 | 1 | 142 | 112 |
| Binary | 11111110 | 1111101 | 1111011 | 0 | 110011 | 110100 | 0 | 1 | 1100010 | 1001010 |
Color Harmonies of #FE7D7B
Complementary color
Monochromatic Colors of #FE7D7B
Black with #FE7D7B
Text Example
Text Example
White with #FE7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D7B; }
p { color: rgb(254,125,123); }
H1.HeaderClassName
{
color: #FE7D7B;
}
.AnyTagClassName
{
color: #FE7D7B;
}
</style>
background-color css
<style>
a { background-color: #FE7D7B; }
a { background-color: rgb(254,125,123); }
div.DivClassName
{
background-color: #FE7D7B;
}
.BgClassName
{
background-color: #FE7D7B;
}
</style>
border-color css
<style>
span { border-color: #FE7D7B; }
span { border-color: rgb(254,125,123); }
td.TdClassName
{
border-color: #FE7D7B;
}
.TagClassName
{
border-color: #FE7D7B;
}
</style>