Shades of Salmon #FB8970
Tints of Salmon #FB8970
RGB
CMYK
RGB Variations
Color information
#FB8970 (or 0xFB8970) is known color: Salmon. HEX triplet: FB, 89 and 70. RGB value is (251,137,112). Sum of RGB (Red+Green+Blue) = 251+137+112=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8970 is #04768F. Grayscale: #A8A8A8. Windows color (decimal): -292496 or 7375355. OLE color: 7375355.
HSL color Cylindrical-coordinate representation of color #FB8970: hue angle of 10.79º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8970 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 112 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.02 |
| HSL | 10.79º | 0.95% | 0.71% | - |
| HSV(B) | 10.79º | 0.55% | 0.98% | - |
| XYZ | 51.65 | 39.57 | 20.24 | - |
| YUV | 168.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 112 | 0 | 0.45 | 0.55 | 0.02 | 10.79 | 0.95 | 0.71 |
| Hex | FB | 89 | 70 | 0 | 2D | 37 | 2 | B | 5F | 47 |
| Octal | 373 | 211 | 160 | 0 | 55 | 67 | 2 | 13 | 137 | 107 |
| Binary | 11111011 | 10001001 | 1110000 | 0 | 101101 | 110111 | 10 | 1011 | 1011111 | 1000111 |
Color Harmonies of #FB8970
Complementary color
Monochromatic Colors of #FB8970
Black with #FB8970
Text Example
Text Example
White with #FB8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8970; }
p { color: rgb(251,137,112); }
H1.HeaderClassName
{
color: #FB8970;
}
.AnyTagClassName
{
color: #FB8970;
}
</style>
background-color css
<style>
a { background-color: #FB8970; }
a { background-color: rgb(251,137,112); }
div.DivClassName
{
background-color: #FB8970;
}
.BgClassName
{
background-color: #FB8970;
}
</style>
border-color css
<style>
span { border-color: #FB8970; }
span { border-color: rgb(251,137,112); }
td.TdClassName
{
border-color: #FB8970;
}
.TagClassName
{
border-color: #FB8970;
}
</style>