Shades of Salmon #FB746B
Tints of Salmon #FB746B
RGB
CMYK
RGB Variations
Color information
#FB746B (or 0xFB746B) is known color: Salmon. HEX triplet: FB, 74 and 6B. RGB value is (251,116,107). Sum of RGB (Red+Green+Blue) = 251+116+107=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB746B is #048B94. Grayscale: #9B9B9B. Windows color (decimal): -297877 or 7042299. OLE color: 7042299.
HSL color Cylindrical-coordinate representation of color #FB746B: hue angle of 3.75º 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 #FB746B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 107 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.02 |
| HSL | 3.75º | 0.95% | 0.7% | - |
| HSV(B) | 3.75º | 0.57% | 0.98% | - |
| XYZ | 48.68 | 34.06 | 17.92 | - |
| YUV | 155.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 107 | 0 | 0.54 | 0.57 | 0.02 | 3.75 | 0.95 | 0.7 |
| Hex | FB | 74 | 6B | 0 | 36 | 39 | 2 | 4 | 5F | 46 |
| Octal | 373 | 164 | 153 | 0 | 66 | 71 | 2 | 4 | 137 | 106 |
| Binary | 11111011 | 1110100 | 1101011 | 0 | 110110 | 111001 | 10 | 100 | 1011111 | 1000110 |
Color Harmonies of #FB746B
Complementary color
Monochromatic Colors of #FB746B
Black with #FB746B
Text Example
Text Example
White with #FB746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB746B; }
p { color: rgb(251,116,107); }
H1.HeaderClassName
{
color: #FB746B;
}
.AnyTagClassName
{
color: #FB746B;
}
</style>
background-color css
<style>
a { background-color: #FB746B; }
a { background-color: rgb(251,116,107); }
div.DivClassName
{
background-color: #FB746B;
}
.BgClassName
{
background-color: #FB746B;
}
</style>
border-color css
<style>
span { border-color: #FB746B; }
span { border-color: rgb(251,116,107); }
td.TdClassName
{
border-color: #FB746B;
}
.TagClassName
{
border-color: #FB746B;
}
</style>