Shades of Salmon #FB887C
Tints of Salmon #FB887C
RGB
CMYK
RGB Variations
Color information
#FB887C (or 0xFB887C) is known color: Salmon. HEX triplet: FB, 88 and 7C. RGB value is (251,136,124). Sum of RGB (Red+Green+Blue) = 251+136+124=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB887C is #047783. Grayscale: #A9A9A9. Windows color (decimal): -292740 or 8161531. OLE color: 8161531.
HSL color Cylindrical-coordinate representation of color #FB887C: hue angle of 5.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB887C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.02 |
| HSL | 5.67º | 0.94% | 0.74% | - |
| HSV(B) | 5.67º | 0.51% | 0.98% | - |
| XYZ | 52.23 | 39.57 | 23.95 | - |
| YUV | 169.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 124 | 0 | 0.46 | 0.51 | 0.02 | 5.67 | 0.94 | 0.74 |
| Hex | FB | 88 | 7C | 0 | 2E | 33 | 2 | 6 | 5E | 4A |
| Octal | 373 | 210 | 174 | 0 | 56 | 63 | 2 | 6 | 136 | 112 |
| Binary | 11111011 | 10001000 | 1111100 | 0 | 101110 | 110011 | 10 | 110 | 1011110 | 1001010 |
Color Harmonies of #FB887C
Complementary color
Monochromatic Colors of #FB887C
Black with #FB887C
Text Example
Text Example
White with #FB887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB887C; }
p { color: rgb(251,136,124); }
H1.HeaderClassName
{
color: #FB887C;
}
.AnyTagClassName
{
color: #FB887C;
}
</style>
background-color css
<style>
a { background-color: #FB887C; }
a { background-color: rgb(251,136,124); }
div.DivClassName
{
background-color: #FB887C;
}
.BgClassName
{
background-color: #FB887C;
}
</style>
border-color css
<style>
span { border-color: #FB887C; }
span { border-color: rgb(251,136,124); }
td.TdClassName
{
border-color: #FB887C;
}
.TagClassName
{
border-color: #FB887C;
}
</style>