Shades of Salmon #FD887B
Tints of Salmon #FD887B
RGB
CMYK
RGB Variations
Color information
#FD887B (or 0xFD887B) is known color: Salmon. HEX triplet: FD, 88 and 7B. RGB value is (253,136,123). Sum of RGB (Red+Green+Blue) = 253+136+123=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD887B is #027784. Grayscale: #A9A9A9. Windows color (decimal): -161669 or 8095997. OLE color: 8095997.
HSL color Cylindrical-coordinate representation of color #FD887B: hue angle of 6º 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 #FD887B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 123 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.01 |
| HSL | 6º | 0.97% | 0.74% | - |
| HSV(B) | 6º | 0.51% | 0.99% | - |
| XYZ | 52.89 | 39.92 | 23.66 | - |
| YUV | 169.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 123 | 0 | 0.46 | 0.51 | 0.01 | 6 | 0.97 | 0.74 |
| Hex | FD | 88 | 7B | 0 | 2E | 33 | 1 | 6 | 61 | 4A |
| Octal | 375 | 210 | 173 | 0 | 56 | 63 | 1 | 6 | 141 | 112 |
| Binary | 11111101 | 10001000 | 1111011 | 0 | 101110 | 110011 | 1 | 110 | 1100001 | 1001010 |
Color Harmonies of #FD887B
Complementary color
Monochromatic Colors of #FD887B
Black with #FD887B
Text Example
Text Example
White with #FD887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD887B; }
p { color: rgb(253,136,123); }
H1.HeaderClassName
{
color: #FD887B;
}
.AnyTagClassName
{
color: #FD887B;
}
</style>
background-color css
<style>
a { background-color: #FD887B; }
a { background-color: rgb(253,136,123); }
div.DivClassName
{
background-color: #FD887B;
}
.BgClassName
{
background-color: #FD887B;
}
</style>
border-color css
<style>
span { border-color: #FD887B; }
span { border-color: rgb(253,136,123); }
td.TdClassName
{
border-color: #FD887B;
}
.TagClassName
{
border-color: #FD887B;
}
</style>