Shades of Salmon #FB8875
Tints of Salmon #FB8875
RGB
CMYK
RGB Variations
Color information
#FB8875 (or 0xFB8875) is known color: Salmon. HEX triplet: FB, 88 and 75. RGB value is (251,136,117). Sum of RGB (Red+Green+Blue) = 251+136+117=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8875 is #04778A. Grayscale: #A8A8A8. Windows color (decimal): -292747 or 7702779. OLE color: 7702779.
HSL color Cylindrical-coordinate representation of color #FB8875: hue angle of 8.51º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB8875 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 117 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.02 |
| HSL | 8.51º | 0.94% | 0.72% | - |
| HSV(B) | 8.51º | 0.53% | 0.98% | - |
| XYZ | 51.8 | 39.4 | 21.7 | - |
| YUV | 168.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 117 | 0 | 0.46 | 0.53 | 0.02 | 8.51 | 0.94 | 0.72 |
| Hex | FB | 88 | 75 | 0 | 2E | 35 | 2 | 9 | 5E | 48 |
| Octal | 373 | 210 | 165 | 0 | 56 | 65 | 2 | 11 | 136 | 110 |
| Binary | 11111011 | 10001000 | 1110101 | 0 | 101110 | 110101 | 10 | 1001 | 1011110 | 1001000 |
Color Harmonies of #FB8875
Complementary color
Monochromatic Colors of #FB8875
Black with #FB8875
Text Example
Text Example
White with #FB8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8875; }
p { color: rgb(251,136,117); }
H1.HeaderClassName
{
color: #FB8875;
}
.AnyTagClassName
{
color: #FB8875;
}
</style>
background-color css
<style>
a { background-color: #FB8875; }
a { background-color: rgb(251,136,117); }
div.DivClassName
{
background-color: #FB8875;
}
.BgClassName
{
background-color: #FB8875;
}
</style>
border-color css
<style>
span { border-color: #FB8875; }
span { border-color: rgb(251,136,117); }
td.TdClassName
{
border-color: #FB8875;
}
.TagClassName
{
border-color: #FB8875;
}
</style>