Shades of Salmon #FE887C
Tints of Salmon #FE887C
RGB
CMYK
RGB Variations
Color information
#FE887C (or 0xFE887C) is known color: Salmon. HEX triplet: FE, 88 and 7C. RGB value is (254,136,124). Sum of RGB (Red+Green+Blue) = 254+136+124=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE887C is #017783. Grayscale: #AAAAAA. Windows color (decimal): -96132 or 8161534. OLE color: 8161534.
HSL color Cylindrical-coordinate representation of color #FE887C: hue angle of 5.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE887C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.00 |
| HSL | 5.54º | 0.98% | 0.74% | - |
| HSV(B) | 5.54º | 0.51% | 1% | - |
| XYZ | 53.32 | 40.13 | 24.01 | - |
| YUV | 169.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 124 | 0 | 0.46 | 0.51 | 0.00 | 5.54 | 0.98 | 0.74 |
| Hex | FE | 88 | 7C | 0 | 2E | 33 | 0 | 6 | 62 | 4A |
| Octal | 376 | 210 | 174 | 0 | 56 | 63 | 0 | 6 | 142 | 112 |
| Binary | 11111110 | 10001000 | 1111100 | 0 | 101110 | 110011 | 0 | 110 | 1100010 | 1001010 |
Color Harmonies of #FE887C
Complementary color
Monochromatic Colors of #FE887C
Black with #FE887C
Text Example
Text Example
White with #FE887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE887C; }
p { color: rgb(254,136,124); }
H1.HeaderClassName
{
color: #FE887C;
}
.AnyTagClassName
{
color: #FE887C;
}
</style>
background-color css
<style>
a { background-color: #FE887C; }
a { background-color: rgb(254,136,124); }
div.DivClassName
{
background-color: #FE887C;
}
.BgClassName
{
background-color: #FE887C;
}
</style>
border-color css
<style>
span { border-color: #FE887C; }
span { border-color: rgb(254,136,124); }
td.TdClassName
{
border-color: #FE887C;
}
.TagClassName
{
border-color: #FE887C;
}
</style>