Shades of Salmon #FB867C
Tints of Salmon #FB867C
RGB
CMYK
RGB Variations
Color information
#FB867C (or 0xFB867C) is known color: Salmon. HEX triplet: FB, 86 and 7C. RGB value is (251,134,124). Sum of RGB (Red+Green+Blue) = 251+134+124=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB867C is #047983. Grayscale: #A8A8A8. Windows color (decimal): -293252 or 8161019. OLE color: 8161019.
HSL color Cylindrical-coordinate representation of color #FB867C: hue angle of 4.72º 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 #FB867C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 124 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.02 |
| HSL | 4.72º | 0.94% | 0.74% | - |
| HSV(B) | 4.72º | 0.51% | 0.98% | - |
| XYZ | 51.95 | 39.01 | 23.86 | - |
| YUV | 167.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 124 | 0 | 0.47 | 0.51 | 0.02 | 4.72 | 0.94 | 0.74 |
| Hex | FB | 86 | 7C | 0 | 2F | 33 | 2 | 5 | 5E | 4A |
| Octal | 373 | 206 | 174 | 0 | 57 | 63 | 2 | 5 | 136 | 112 |
| Binary | 11111011 | 10000110 | 1111100 | 0 | 101111 | 110011 | 10 | 101 | 1011110 | 1001010 |
Color Harmonies of #FB867C
Complementary color
Monochromatic Colors of #FB867C
Black with #FB867C
Text Example
Text Example
White with #FB867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB867C; }
p { color: rgb(251,134,124); }
H1.HeaderClassName
{
color: #FB867C;
}
.AnyTagClassName
{
color: #FB867C;
}
</style>
background-color css
<style>
a { background-color: #FB867C; }
a { background-color: rgb(251,134,124); }
div.DivClassName
{
background-color: #FB867C;
}
.BgClassName
{
background-color: #FB867C;
}
</style>
border-color css
<style>
span { border-color: #FB867C; }
span { border-color: rgb(251,134,124); }
td.TdClassName
{
border-color: #FB867C;
}
.TagClassName
{
border-color: #FB867C;
}
</style>