Shades of Salmon #FB826B
Tints of Salmon #FB826B
RGB
CMYK
RGB Variations
Color information
#FB826B (or 0xFB826B) is known color: Salmon. HEX triplet: FB, 82 and 6B. RGB value is (251,130,107). Sum of RGB (Red+Green+Blue) = 251+130+107=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB826B is #047D94. Grayscale: #A3A3A3. Windows color (decimal): -294293 or 7045883. OLE color: 7045883.
HSL color Cylindrical-coordinate representation of color #FB826B: hue angle of 9.58º 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 #FB826B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 107 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.02 |
| HSL | 9.58º | 0.95% | 0.7% | - |
| HSV(B) | 9.58º | 0.57% | 0.98% | - |
| XYZ | 50.42 | 37.54 | 18.5 | - |
| YUV | 163.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 107 | 0 | 0.48 | 0.57 | 0.02 | 9.58 | 0.95 | 0.7 |
| Hex | FB | 82 | 6B | 0 | 30 | 39 | 2 | A | 5F | 46 |
| Octal | 373 | 202 | 153 | 0 | 60 | 71 | 2 | 12 | 137 | 106 |
| Binary | 11111011 | 10000010 | 1101011 | 0 | 110000 | 111001 | 10 | 1010 | 1011111 | 1000110 |
Color Harmonies of #FB826B
Complementary color
Monochromatic Colors of #FB826B
Black with #FB826B
Text Example
Text Example
White with #FB826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB826B; }
p { color: rgb(251,130,107); }
H1.HeaderClassName
{
color: #FB826B;
}
.AnyTagClassName
{
color: #FB826B;
}
</style>
background-color css
<style>
a { background-color: #FB826B; }
a { background-color: rgb(251,130,107); }
div.DivClassName
{
background-color: #FB826B;
}
.BgClassName
{
background-color: #FB826B;
}
</style>
border-color css
<style>
span { border-color: #FB826B; }
span { border-color: rgb(251,130,107); }
td.TdClassName
{
border-color: #FB826B;
}
.TagClassName
{
border-color: #FB826B;
}
</style>