Shades of Salmon #FB827B
Tints of Salmon #FB827B
RGB
CMYK
RGB Variations
Color information
#FB827B (or 0xFB827B) is known color: Salmon. HEX triplet: FB, 82 and 7B. RGB value is (251,130,123). Sum of RGB (Red+Green+Blue) = 251+130+123=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB827B is #047D84. Grayscale: #A5A5A5. Windows color (decimal): -294277 or 8094459. OLE color: 8094459.
HSL color Cylindrical-coordinate representation of color #FB827B: hue angle of 3.28º 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 #FB827B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 123 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.02 |
| HSL | 3.28º | 0.94% | 0.73% | - |
| HSV(B) | 3.28º | 0.51% | 0.98% | - |
| XYZ | 51.34 | 37.9 | 23.35 | - |
| YUV | 165.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 123 | 0 | 0.48 | 0.51 | 0.02 | 3.28 | 0.94 | 0.73 |
| Hex | FB | 82 | 7B | 0 | 30 | 33 | 2 | 3 | 5E | 49 |
| Octal | 373 | 202 | 173 | 0 | 60 | 63 | 2 | 3 | 136 | 111 |
| Binary | 11111011 | 10000010 | 1111011 | 0 | 110000 | 110011 | 10 | 11 | 1011110 | 1001001 |
Color Harmonies of #FB827B
Complementary color
Monochromatic Colors of #FB827B
Black with #FB827B
Text Example
Text Example
White with #FB827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB827B; }
p { color: rgb(251,130,123); }
H1.HeaderClassName
{
color: #FB827B;
}
.AnyTagClassName
{
color: #FB827B;
}
</style>
background-color css
<style>
a { background-color: #FB827B; }
a { background-color: rgb(251,130,123); }
div.DivClassName
{
background-color: #FB827B;
}
.BgClassName
{
background-color: #FB827B;
}
</style>
border-color css
<style>
span { border-color: #FB827B; }
span { border-color: rgb(251,130,123); }
td.TdClassName
{
border-color: #FB827B;
}
.TagClassName
{
border-color: #FB827B;
}
</style>