Shades of Salmon #FE8B7B
Tints of Salmon #FE8B7B
RGB
CMYK
RGB Variations
Color information
#FE8B7B (or 0xFE8B7B) is known color: Salmon. HEX triplet: FE, 8B and 7B. RGB value is (254,139,123). Sum of RGB (Red+Green+Blue) = 254+139+123=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B7B is #017484. Grayscale: #ABABAB. Windows color (decimal): -95365 or 8096766. OLE color: 8096766.
HSL color Cylindrical-coordinate representation of color #FE8B7B: hue angle of 7.33º 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 #FE8B7B is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 123 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.00 |
| HSL | 7.33º | 0.98% | 0.74% | - |
| HSV(B) | 7.33º | 0.52% | 1% | - |
| XYZ | 53.68 | 40.97 | 23.82 | - |
| YUV | 171.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 123 | 0 | 0.45 | 0.52 | 0.00 | 7.33 | 0.98 | 0.74 |
| Hex | FE | 8B | 7B | 0 | 2D | 34 | 0 | 7 | 62 | 4A |
| Octal | 376 | 213 | 173 | 0 | 55 | 64 | 0 | 7 | 142 | 112 |
| Binary | 11111110 | 10001011 | 1111011 | 0 | 101101 | 110100 | 0 | 111 | 1100010 | 1001010 |
Color Harmonies of #FE8B7B
Complementary color
Monochromatic Colors of #FE8B7B
Black with #FE8B7B
Text Example
Text Example
White with #FE8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B7B; }
p { color: rgb(254,139,123); }
H1.HeaderClassName
{
color: #FE8B7B;
}
.AnyTagClassName
{
color: #FE8B7B;
}
</style>
background-color css
<style>
a { background-color: #FE8B7B; }
a { background-color: rgb(254,139,123); }
div.DivClassName
{
background-color: #FE8B7B;
}
.BgClassName
{
background-color: #FE8B7B;
}
</style>
border-color css
<style>
span { border-color: #FE8B7B; }
span { border-color: rgb(254,139,123); }
td.TdClassName
{
border-color: #FE8B7B;
}
.TagClassName
{
border-color: #FE8B7B;
}
</style>