Shades of Salmon #FE8168
Tints of Salmon #FE8168
RGB
CMYK
RGB Variations
Color information
#FE8168 (or 0xFE8168) is known color: Salmon. HEX triplet: FE, 81 and 68. RGB value is (254,129,104). Sum of RGB (Red+Green+Blue) = 254+129+104=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8168 is #017E97. Grayscale: #A3A3A3. Windows color (decimal): -97944 or 6849022. OLE color: 6849022.
HSL color Cylindrical-coordinate representation of color #FE8168: hue angle of 10º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE8168 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 104 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.00 |
| HSL | 10º | 0.99% | 0.7% | - |
| HSV(B) | 10º | 0.59% | 1% | - |
| XYZ | 51.22 | 37.77 | 17.69 | - |
| YUV | 163.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 104 | 0 | 0.49 | 0.59 | 0.00 | 10 | 0.99 | 0.7 |
| Hex | FE | 81 | 68 | 0 | 31 | 3B | 0 | A | 63 | 46 |
| Octal | 376 | 201 | 150 | 0 | 61 | 73 | 0 | 12 | 143 | 106 |
| Binary | 11111110 | 10000001 | 1101000 | 0 | 110001 | 111011 | 0 | 1010 | 1100011 | 1000110 |
Color Harmonies of #FE8168
Complementary color
Monochromatic Colors of #FE8168
Black with #FE8168
Text Example
Text Example
White with #FE8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8168; }
p { color: rgb(254,129,104); }
H1.HeaderClassName
{
color: #FE8168;
}
.AnyTagClassName
{
color: #FE8168;
}
</style>
background-color css
<style>
a { background-color: #FE8168; }
a { background-color: rgb(254,129,104); }
div.DivClassName
{
background-color: #FE8168;
}
.BgClassName
{
background-color: #FE8168;
}
</style>
border-color css
<style>
span { border-color: #FE8168; }
span { border-color: rgb(254,129,104); }
td.TdClassName
{
border-color: #FE8168;
}
.TagClassName
{
border-color: #FE8168;
}
</style>