Shades of Salmon #FB857D
Tints of Salmon #FB857D
RGB
CMYK
RGB Variations
Color information
#FB857D (or 0xFB857D) is known color: Salmon. HEX triplet: FB, 85 and 7D. RGB value is (251,133,125). Sum of RGB (Red+Green+Blue) = 251+133+125=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB857D is #047A82. Grayscale: #A7A7A7. Windows color (decimal): -293507 or 8226299. OLE color: 8226299.
HSL color Cylindrical-coordinate representation of color #FB857D: hue angle of 3.81º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB857D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 125 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.02 |
| HSL | 3.81º | 0.94% | 0.74% | - |
| HSV(B) | 3.81º | 0.5% | 0.98% | - |
| XYZ | 51.87 | 38.76 | 24.15 | - |
| YUV | 167.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 125 | 0 | 0.47 | 0.50 | 0.02 | 3.81 | 0.94 | 0.74 |
| Hex | FB | 85 | 7D | 0 | 2F | 32 | 2 | 4 | 5E | 4A |
| Octal | 373 | 205 | 175 | 0 | 57 | 62 | 2 | 4 | 136 | 112 |
| Binary | 11111011 | 10000101 | 1111101 | 0 | 101111 | 110010 | 10 | 100 | 1011110 | 1001010 |
Color Harmonies of #FB857D
Complementary color
Monochromatic Colors of #FB857D
Black with #FB857D
Text Example
Text Example
White with #FB857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB857D; }
p { color: rgb(251,133,125); }
H1.HeaderClassName
{
color: #FB857D;
}
.AnyTagClassName
{
color: #FB857D;
}
</style>
background-color css
<style>
a { background-color: #FB857D; }
a { background-color: rgb(251,133,125); }
div.DivClassName
{
background-color: #FB857D;
}
.BgClassName
{
background-color: #FB857D;
}
</style>
border-color css
<style>
span { border-color: #FB857D; }
span { border-color: rgb(251,133,125); }
td.TdClassName
{
border-color: #FB857D;
}
.TagClassName
{
border-color: #FB857D;
}
</style>