Shades of Salmon #FE8878
Tints of Salmon #FE8878
RGB
CMYK
RGB Variations
Color information
#FE8878 (or 0xFE8878) is known color: Salmon. HEX triplet: FE, 88 and 78. RGB value is (254,136,120). Sum of RGB (Red+Green+Blue) = 254+136+120=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8878 is #017787. Grayscale: #A9A9A9. Windows color (decimal): -96136 or 7899390. OLE color: 7899390.
HSL color Cylindrical-coordinate representation of color #FE8878: hue angle of 7.16º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE8878 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 120 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.00 |
| HSL | 7.16º | 0.99% | 0.73% | - |
| HSV(B) | 7.16º | 0.53% | 1% | - |
| XYZ | 53.07 | 40.04 | 22.7 | - |
| YUV | 169.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 120 | 0 | 0.46 | 0.53 | 0.00 | 7.16 | 0.99 | 0.73 |
| Hex | FE | 88 | 78 | 0 | 2E | 35 | 0 | 7 | 63 | 49 |
| Octal | 376 | 210 | 170 | 0 | 56 | 65 | 0 | 7 | 143 | 111 |
| Binary | 11111110 | 10001000 | 1111000 | 0 | 101110 | 110101 | 0 | 111 | 1100011 | 1001001 |
Color Harmonies of #FE8878
Complementary color
Monochromatic Colors of #FE8878
Black with #FE8878
Text Example
Text Example
White with #FE8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8878; }
p { color: rgb(254,136,120); }
H1.HeaderClassName
{
color: #FE8878;
}
.AnyTagClassName
{
color: #FE8878;
}
</style>
background-color css
<style>
a { background-color: #FE8878; }
a { background-color: rgb(254,136,120); }
div.DivClassName
{
background-color: #FE8878;
}
.BgClassName
{
background-color: #FE8878;
}
</style>
border-color css
<style>
span { border-color: #FE8878; }
span { border-color: rgb(254,136,120); }
td.TdClassName
{
border-color: #FE8878;
}
.TagClassName
{
border-color: #FE8878;
}
</style>