Shades of Salmon #FB8A7D
Tints of Salmon #FB8A7D
RGB
CMYK
RGB Variations
Color information
#FB8A7D (or 0xFB8A7D) is known color: Salmon. HEX triplet: FB, 8A and 7D. RGB value is (251,138,125). Sum of RGB (Red+Green+Blue) = 251+138+125=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A7D is #047582. Grayscale: #AAAAAA. Windows color (decimal): -292227 or 8227579. OLE color: 8227579.
HSL color Cylindrical-coordinate representation of color #FB8A7D: hue angle of 6.19º 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 #FB8A7D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 125 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.02 |
| HSL | 6.19º | 0.94% | 0.74% | - |
| HSV(B) | 6.19º | 0.5% | 0.98% | - |
| XYZ | 52.57 | 40.17 | 24.38 | - |
| YUV | 170.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 125 | 0 | 0.45 | 0.50 | 0.02 | 6.19 | 0.94 | 0.74 |
| Hex | FB | 8A | 7D | 0 | 2D | 32 | 2 | 6 | 5E | 4A |
| Octal | 373 | 212 | 175 | 0 | 55 | 62 | 2 | 6 | 136 | 112 |
| Binary | 11111011 | 10001010 | 1111101 | 0 | 101101 | 110010 | 10 | 110 | 1011110 | 1001010 |
Color Harmonies of #FB8A7D
Complementary color
Monochromatic Colors of #FB8A7D
Black with #FB8A7D
Text Example
Text Example
White with #FB8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A7D; }
p { color: rgb(251,138,125); }
H1.HeaderClassName
{
color: #FB8A7D;
}
.AnyTagClassName
{
color: #FB8A7D;
}
</style>
background-color css
<style>
a { background-color: #FB8A7D; }
a { background-color: rgb(251,138,125); }
div.DivClassName
{
background-color: #FB8A7D;
}
.BgClassName
{
background-color: #FB8A7D;
}
</style>
border-color css
<style>
span { border-color: #FB8A7D; }
span { border-color: rgb(251,138,125); }
td.TdClassName
{
border-color: #FB8A7D;
}
.TagClassName
{
border-color: #FB8A7D;
}
</style>