Shades of Salmon #FB7B7A
Tints of Salmon #FB7B7A
RGB
CMYK
RGB Variations
Color information
#FB7B7A (or 0xFB7B7A) is known color: Salmon. HEX triplet: FB, 7B and 7A. RGB value is (251,123,122). Sum of RGB (Red+Green+Blue) = 251+123+122=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B7A is #048485. Grayscale: #A1A1A1. Windows color (decimal): -296070 or 8027131. OLE color: 8027131.
HSL color Cylindrical-coordinate representation of color #FB7B7A: hue angle of 0.47º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7B7A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 122 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.02 |
| HSL | 0.47º | 0.94% | 0.73% | - |
| HSV(B) | 0.47º | 0.51% | 0.98% | - |
| XYZ | 50.38 | 36.08 | 22.72 | - |
| YUV | 161.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 122 | 0 | 0.51 | 0.51 | 0.02 | 0.47 | 0.94 | 0.73 |
| Hex | FB | 7B | 7A | 0 | 33 | 33 | 2 | 0 | 5E | 49 |
| Octal | 373 | 173 | 172 | 0 | 63 | 63 | 2 | 0 | 136 | 111 |
| Binary | 11111011 | 1111011 | 1111010 | 0 | 110011 | 110011 | 10 | 0 | 1011110 | 1001001 |
Color Harmonies of #FB7B7A
Complementary color
Monochromatic Colors of #FB7B7A
Black with #FB7B7A
Text Example
Text Example
White with #FB7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B7A; }
p { color: rgb(251,123,122); }
H1.HeaderClassName
{
color: #FB7B7A;
}
.AnyTagClassName
{
color: #FB7B7A;
}
</style>
background-color css
<style>
a { background-color: #FB7B7A; }
a { background-color: rgb(251,123,122); }
div.DivClassName
{
background-color: #FB7B7A;
}
.BgClassName
{
background-color: #FB7B7A;
}
</style>
border-color css
<style>
span { border-color: #FB7B7A; }
span { border-color: rgb(251,123,122); }
td.TdClassName
{
border-color: #FB7B7A;
}
.TagClassName
{
border-color: #FB7B7A;
}
</style>