Shades of Salmon #FE887E
Tints of Salmon #FE887E
RGB
CMYK
RGB Variations
Color information
#FE887E (or 0xFE887E) is known color: Salmon. HEX triplet: FE, 88 and 7E. RGB value is (254,136,126). Sum of RGB (Red+Green+Blue) = 254+136+126=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE887E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE887E is #017781. Grayscale: #AAAAAA. Windows color (decimal): -96130 or 8292606. OLE color: 8292606.
HSL color Cylindrical-coordinate representation of color #FE887E: hue angle of 4.69º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE887E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 126 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.00 |
| HSL | 4.69º | 0.98% | 0.75% | - |
| HSV(B) | 4.69º | 0.5% | 1% | - |
| XYZ | 53.44 | 40.19 | 24.68 | - |
| YUV | 170.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 126 | 0 | 0.46 | 0.50 | 0.00 | 4.69 | 0.98 | 0.75 |
| Hex | FE | 88 | 7E | 0 | 2E | 32 | 0 | 5 | 62 | 4B |
| Octal | 376 | 210 | 176 | 0 | 56 | 62 | 0 | 5 | 142 | 113 |
| Binary | 11111110 | 10001000 | 1111110 | 0 | 101110 | 110010 | 0 | 101 | 1100010 | 1001011 |
Color Harmonies of #FE887E
Complementary color
Monochromatic Colors of #FE887E
Black with #FE887E
Text Example
Text Example
White with #FE887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE887E; }
p { color: rgb(254,136,126); }
H1.HeaderClassName
{
color: #FE887E;
}
.AnyTagClassName
{
color: #FE887E;
}
</style>
background-color css
<style>
a { background-color: #FE887E; }
a { background-color: rgb(254,136,126); }
div.DivClassName
{
background-color: #FE887E;
}
.BgClassName
{
background-color: #FE887E;
}
</style>
border-color css
<style>
span { border-color: #FE887E; }
span { border-color: rgb(254,136,126); }
td.TdClassName
{
border-color: #FE887E;
}
.TagClassName
{
border-color: #FE887E;
}
</style>