Shades of Salmon #FB7D6B
Tints of Salmon #FB7D6B
RGB
CMYK
RGB Variations
Color information
#FB7D6B (or 0xFB7D6B) is known color: Salmon. HEX triplet: FB, 7D and 6B. RGB value is (251,125,107). Sum of RGB (Red+Green+Blue) = 251+125+107=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D6B is #048294. Grayscale: #A0A0A0. Windows color (decimal): -295573 or 7044603. OLE color: 7044603.
HSL color Cylindrical-coordinate representation of color #FB7D6B: hue angle of 7.5º 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 #FB7D6B is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 107 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.02 |
| HSL | 7.5º | 0.95% | 0.7% | - |
| HSV(B) | 7.5º | 0.57% | 0.98% | - |
| XYZ | 49.77 | 36.24 | 18.28 | - |
| YUV | 160.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 107 | 0 | 0.50 | 0.57 | 0.02 | 7.5 | 0.95 | 0.7 |
| Hex | FB | 7D | 6B | 0 | 32 | 39 | 2 | 8 | 5F | 46 |
| Octal | 373 | 175 | 153 | 0 | 62 | 71 | 2 | 10 | 137 | 106 |
| Binary | 11111011 | 1111101 | 1101011 | 0 | 110010 | 111001 | 10 | 1000 | 1011111 | 1000110 |
Color Harmonies of #FB7D6B
Complementary color
Monochromatic Colors of #FB7D6B
Black with #FB7D6B
Text Example
Text Example
White with #FB7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D6B; }
p { color: rgb(251,125,107); }
H1.HeaderClassName
{
color: #FB7D6B;
}
.AnyTagClassName
{
color: #FB7D6B;
}
</style>
background-color css
<style>
a { background-color: #FB7D6B; }
a { background-color: rgb(251,125,107); }
div.DivClassName
{
background-color: #FB7D6B;
}
.BgClassName
{
background-color: #FB7D6B;
}
</style>
border-color css
<style>
span { border-color: #FB7D6B; }
span { border-color: rgb(251,125,107); }
td.TdClassName
{
border-color: #FB7D6B;
}
.TagClassName
{
border-color: #FB7D6B;
}
</style>