Shades of Salmon #FD887D
Tints of Salmon #FD887D
RGB
CMYK
RGB Variations
Color information
#FD887D (or 0xFD887D) is known color: Salmon. HEX triplet: FD, 88 and 7D. RGB value is (253,136,125). Sum of RGB (Red+Green+Blue) = 253+136+125=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD887D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD887D is #027782. Grayscale: #A9A9A9. Windows color (decimal): -161667 or 8227069. OLE color: 8227069.
HSL color Cylindrical-coordinate representation of color #FD887D: hue angle of 5.16º 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 #FD887D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 125 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.01 |
| HSL | 5.16º | 0.97% | 0.74% | - |
| HSV(B) | 5.16º | 0.51% | 0.99% | - |
| XYZ | 53.01 | 39.97 | 24.32 | - |
| YUV | 169.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 125 | 0 | 0.46 | 0.51 | 0.01 | 5.16 | 0.97 | 0.74 |
| Hex | FD | 88 | 7D | 0 | 2E | 33 | 1 | 5 | 61 | 4A |
| Octal | 375 | 210 | 175 | 0 | 56 | 63 | 1 | 5 | 141 | 112 |
| Binary | 11111101 | 10001000 | 1111101 | 0 | 101110 | 110011 | 1 | 101 | 1100001 | 1001010 |
Color Harmonies of #FD887D
Complementary color
Monochromatic Colors of #FD887D
Black with #FD887D
Text Example
Text Example
White with #FD887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD887D; }
p { color: rgb(253,136,125); }
H1.HeaderClassName
{
color: #FD887D;
}
.AnyTagClassName
{
color: #FD887D;
}
</style>
background-color css
<style>
a { background-color: #FD887D; }
a { background-color: rgb(253,136,125); }
div.DivClassName
{
background-color: #FD887D;
}
.BgClassName
{
background-color: #FD887D;
}
</style>
border-color css
<style>
span { border-color: #FD887D; }
span { border-color: rgb(253,136,125); }
td.TdClassName
{
border-color: #FD887D;
}
.TagClassName
{
border-color: #FD887D;
}
</style>