Shades of Salmon #FD887C
Tints of Salmon #FD887C
RGB
CMYK
RGB Variations
Color information
#FD887C (or 0xFD887C) is known color: Salmon. HEX triplet: FD, 88 and 7C. RGB value is (253,136,124). Sum of RGB (Red+Green+Blue) = 253+136+124=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD887C is #027783. Grayscale: #A9A9A9. Windows color (decimal): -161668 or 8161533. OLE color: 8161533.
HSL color Cylindrical-coordinate representation of color #FD887C: hue angle of 5.58º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD887C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.01 |
| HSL | 5.58º | 0.97% | 0.74% | - |
| HSV(B) | 5.58º | 0.51% | 0.99% | - |
| XYZ | 52.95 | 39.95 | 23.99 | - |
| YUV | 169.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 124 | 0 | 0.46 | 0.51 | 0.01 | 5.58 | 0.97 | 0.74 |
| Hex | FD | 88 | 7C | 0 | 2E | 33 | 1 | 6 | 61 | 4A |
| Octal | 375 | 210 | 174 | 0 | 56 | 63 | 1 | 6 | 141 | 112 |
| Binary | 11111101 | 10001000 | 1111100 | 0 | 101110 | 110011 | 1 | 110 | 1100001 | 1001010 |
Color Harmonies of #FD887C
Complementary color
Monochromatic Colors of #FD887C
Black with #FD887C
Text Example
Text Example
White with #FD887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD887C; }
p { color: rgb(253,136,124); }
H1.HeaderClassName
{
color: #FD887C;
}
.AnyTagClassName
{
color: #FD887C;
}
</style>
background-color css
<style>
a { background-color: #FD887C; }
a { background-color: rgb(253,136,124); }
div.DivClassName
{
background-color: #FD887C;
}
.BgClassName
{
background-color: #FD887C;
}
</style>
border-color css
<style>
span { border-color: #FD887C; }
span { border-color: rgb(253,136,124); }
td.TdClassName
{
border-color: #FD887C;
}
.TagClassName
{
border-color: #FD887C;
}
</style>