Shades of Salmon #FB7B6C
Tints of Salmon #FB7B6C
RGB
CMYK
RGB Variations
Color information
#FB7B6C (or 0xFB7B6C) is known color: Salmon. HEX triplet: FB, 7B and 6C. RGB value is (251,123,108). Sum of RGB (Red+Green+Blue) = 251+123+108=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B6C is #048493. Grayscale: #9F9F9F. Windows color (decimal): -296084 or 7109627. OLE color: 7109627.
HSL color Cylindrical-coordinate representation of color #FB7B6C: hue angle of 6.29º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB7B6C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 108 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.02 |
| HSL | 6.29º | 0.95% | 0.7% | - |
| HSV(B) | 6.29º | 0.57% | 0.98% | - |
| XYZ | 49.57 | 35.76 | 18.48 | - |
| YUV | 159.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 108 | 0 | 0.51 | 0.57 | 0.02 | 6.29 | 0.95 | 0.7 |
| Hex | FB | 7B | 6C | 0 | 33 | 39 | 2 | 6 | 5F | 46 |
| Octal | 373 | 173 | 154 | 0 | 63 | 71 | 2 | 6 | 137 | 106 |
| Binary | 11111011 | 1111011 | 1101100 | 0 | 110011 | 111001 | 10 | 110 | 1011111 | 1000110 |
Color Harmonies of #FB7B6C
Complementary color
Monochromatic Colors of #FB7B6C
Black with #FB7B6C
Text Example
Text Example
White with #FB7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B6C; }
p { color: rgb(251,123,108); }
H1.HeaderClassName
{
color: #FB7B6C;
}
.AnyTagClassName
{
color: #FB7B6C;
}
</style>
background-color css
<style>
a { background-color: #FB7B6C; }
a { background-color: rgb(251,123,108); }
div.DivClassName
{
background-color: #FB7B6C;
}
.BgClassName
{
background-color: #FB7B6C;
}
</style>
border-color css
<style>
span { border-color: #FB7B6C; }
span { border-color: rgb(251,123,108); }
td.TdClassName
{
border-color: #FB7B6C;
}
.TagClassName
{
border-color: #FB7B6C;
}
</style>