Shades of Salmon #FB847C
Tints of Salmon #FB847C
RGB
CMYK
RGB Variations
Color information
#FB847C (or 0xFB847C) is known color: Salmon. HEX triplet: FB, 84 and 7C. RGB value is (251,132,124). Sum of RGB (Red+Green+Blue) = 251+132+124=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB847C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB847C is #047B83. Grayscale: #A6A6A6. Windows color (decimal): -293764 or 8160507. OLE color: 8160507.
HSL color Cylindrical-coordinate representation of color #FB847C: hue angle of 3.78º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB847C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 124 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.02 |
| HSL | 3.78º | 0.94% | 0.74% | - |
| HSV(B) | 3.78º | 0.51% | 0.98% | - |
| XYZ | 51.67 | 38.47 | 23.77 | - |
| YUV | 166.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 124 | 0 | 0.47 | 0.51 | 0.02 | 3.78 | 0.94 | 0.74 |
| Hex | FB | 84 | 7C | 0 | 2F | 33 | 2 | 4 | 5E | 4A |
| Octal | 373 | 204 | 174 | 0 | 57 | 63 | 2 | 4 | 136 | 112 |
| Binary | 11111011 | 10000100 | 1111100 | 0 | 101111 | 110011 | 10 | 100 | 1011110 | 1001010 |
Color Harmonies of #FB847C
Complementary color
Monochromatic Colors of #FB847C
Black with #FB847C
Text Example
Text Example
White with #FB847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB847C; }
p { color: rgb(251,132,124); }
H1.HeaderClassName
{
color: #FB847C;
}
.AnyTagClassName
{
color: #FB847C;
}
</style>
background-color css
<style>
a { background-color: #FB847C; }
a { background-color: rgb(251,132,124); }
div.DivClassName
{
background-color: #FB847C;
}
.BgClassName
{
background-color: #FB847C;
}
</style>
border-color css
<style>
span { border-color: #FB847C; }
span { border-color: rgb(251,132,124); }
td.TdClassName
{
border-color: #FB847C;
}
.TagClassName
{
border-color: #FB847C;
}
</style>