Shades of Salmon #FE8B6B
Tints of Salmon #FE8B6B
RGB
CMYK
RGB Variations
Color information
#FE8B6B (or 0xFE8B6B) is known color: Salmon. HEX triplet: FE, 8B and 6B. RGB value is (254,139,107). Sum of RGB (Red+Green+Blue) = 254+139+107=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B6B is #017494. Grayscale: #A9A9A9. Windows color (decimal): -95381 or 7048190. OLE color: 7048190.
HSL color Cylindrical-coordinate representation of color #FE8B6B: hue angle of 13.06º 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 #FE8B6B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 107 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.00 |
| HSL | 13.06º | 0.99% | 0.71% | - |
| HSV(B) | 13.06º | 0.58% | 1% | - |
| XYZ | 52.76 | 40.6 | 18.97 | - |
| YUV | 169.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 107 | 0 | 0.45 | 0.58 | 0.00 | 13.06 | 0.99 | 0.71 |
| Hex | FE | 8B | 6B | 0 | 2D | 3A | 0 | D | 63 | 47 |
| Octal | 376 | 213 | 153 | 0 | 55 | 72 | 0 | 15 | 143 | 107 |
| Binary | 11111110 | 10001011 | 1101011 | 0 | 101101 | 111010 | 0 | 1101 | 1100011 | 1000111 |
Color Harmonies of #FE8B6B
Complementary color
Monochromatic Colors of #FE8B6B
Black with #FE8B6B
Text Example
Text Example
White with #FE8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B6B; }
p { color: rgb(254,139,107); }
H1.HeaderClassName
{
color: #FE8B6B;
}
.AnyTagClassName
{
color: #FE8B6B;
}
</style>
background-color css
<style>
a { background-color: #FE8B6B; }
a { background-color: rgb(254,139,107); }
div.DivClassName
{
background-color: #FE8B6B;
}
.BgClassName
{
background-color: #FE8B6B;
}
</style>
border-color css
<style>
span { border-color: #FE8B6B; }
span { border-color: rgb(254,139,107); }
td.TdClassName
{
border-color: #FE8B6B;
}
.TagClassName
{
border-color: #FE8B6B;
}
</style>