Shades of Salmon #FB7D7B
Tints of Salmon #FB7D7B
RGB
CMYK
RGB Variations
Color information
#FB7D7B (or 0xFB7D7B) is known color: Salmon. HEX triplet: FB, 7D and 7B. RGB value is (251,125,123). Sum of RGB (Red+Green+Blue) = 251+125+123=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D7B is #048284. Grayscale: #A2A2A2. Windows color (decimal): -295557 or 8093179. OLE color: 8093179.
HSL color Cylindrical-coordinate representation of color #FB7D7B: hue angle of 0.94º 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 #FB7D7B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 123 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.02 |
| HSL | 0.94º | 0.94% | 0.73% | - |
| HSV(B) | 0.94º | 0.51% | 0.98% | - |
| XYZ | 50.69 | 36.61 | 23.13 | - |
| YUV | 162.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 123 | 0 | 0.50 | 0.51 | 0.02 | 0.94 | 0.94 | 0.73 |
| Hex | FB | 7D | 7B | 0 | 32 | 33 | 2 | 1 | 5E | 49 |
| Octal | 373 | 175 | 173 | 0 | 62 | 63 | 2 | 1 | 136 | 111 |
| Binary | 11111011 | 1111101 | 1111011 | 0 | 110010 | 110011 | 10 | 1 | 1011110 | 1001001 |
Color Harmonies of #FB7D7B
Complementary color
Monochromatic Colors of #FB7D7B
Black with #FB7D7B
Text Example
Text Example
White with #FB7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D7B; }
p { color: rgb(251,125,123); }
H1.HeaderClassName
{
color: #FB7D7B;
}
.AnyTagClassName
{
color: #FB7D7B;
}
</style>
background-color css
<style>
a { background-color: #FB7D7B; }
a { background-color: rgb(251,125,123); }
div.DivClassName
{
background-color: #FB7D7B;
}
.BgClassName
{
background-color: #FB7D7B;
}
</style>
border-color css
<style>
span { border-color: #FB7D7B; }
span { border-color: rgb(251,125,123); }
td.TdClassName
{
border-color: #FB7D7B;
}
.TagClassName
{
border-color: #FB7D7B;
}
</style>