Shades of Salmon #FB877C
Tints of Salmon #FB877C
RGB
CMYK
RGB Variations
Color information
#FB877C (or 0xFB877C) is known color: Salmon. HEX triplet: FB, 87 and 7C. RGB value is (251,135,124). Sum of RGB (Red+Green+Blue) = 251+135+124=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB877C is #047883. Grayscale: #A8A8A8. Windows color (decimal): -292996 or 8161275. OLE color: 8161275.
HSL color Cylindrical-coordinate representation of color #FB877C: hue angle of 5.2º 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 #FB877C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 124 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.02 |
| HSL | 5.2º | 0.94% | 0.74% | - |
| HSV(B) | 5.2º | 0.51% | 0.98% | - |
| XYZ | 52.09 | 39.29 | 23.91 | - |
| YUV | 168.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 124 | 0 | 0.46 | 0.51 | 0.02 | 5.2 | 0.94 | 0.74 |
| Hex | FB | 87 | 7C | 0 | 2E | 33 | 2 | 5 | 5E | 4A |
| Octal | 373 | 207 | 174 | 0 | 56 | 63 | 2 | 5 | 136 | 112 |
| Binary | 11111011 | 10000111 | 1111100 | 0 | 101110 | 110011 | 10 | 101 | 1011110 | 1001010 |
Color Harmonies of #FB877C
Complementary color
Monochromatic Colors of #FB877C
Black with #FB877C
Text Example
Text Example
White with #FB877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB877C; }
p { color: rgb(251,135,124); }
H1.HeaderClassName
{
color: #FB877C;
}
.AnyTagClassName
{
color: #FB877C;
}
</style>
background-color css
<style>
a { background-color: #FB877C; }
a { background-color: rgb(251,135,124); }
div.DivClassName
{
background-color: #FB877C;
}
.BgClassName
{
background-color: #FB877C;
}
</style>
border-color css
<style>
span { border-color: #FB877C; }
span { border-color: rgb(251,135,124); }
td.TdClassName
{
border-color: #FB877C;
}
.TagClassName
{
border-color: #FB877C;
}
</style>