Shades of Salmon #FB7D68
Tints of Salmon #FB7D68
RGB
CMYK
RGB Variations
Color information
#FB7D68 (or 0xFB7D68) is known color: Salmon. HEX triplet: FB, 7D and 68. RGB value is (251,125,104). Sum of RGB (Red+Green+Blue) = 251+125+104=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D68 is #048297. Grayscale: #A0A0A0. Windows color (decimal): -295576 or 6847995. OLE color: 6847995.
HSL color Cylindrical-coordinate representation of color #FB7D68: hue angle of 8.57º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB7D68 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 104 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.02 |
| HSL | 8.57º | 0.95% | 0.7% | - |
| HSV(B) | 8.57º | 0.59% | 0.98% | - |
| XYZ | 49.62 | 36.18 | 17.46 | - |
| YUV | 160.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 104 | 0 | 0.50 | 0.59 | 0.02 | 8.57 | 0.95 | 0.7 |
| Hex | FB | 7D | 68 | 0 | 32 | 3B | 2 | 9 | 5F | 46 |
| Octal | 373 | 175 | 150 | 0 | 62 | 73 | 2 | 11 | 137 | 106 |
| Binary | 11111011 | 1111101 | 1101000 | 0 | 110010 | 111011 | 10 | 1001 | 1011111 | 1000110 |
Color Harmonies of #FB7D68
Complementary color
Monochromatic Colors of #FB7D68
Black with #FB7D68
Text Example
Text Example
White with #FB7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D68; }
p { color: rgb(251,125,104); }
H1.HeaderClassName
{
color: #FB7D68;
}
.AnyTagClassName
{
color: #FB7D68;
}
</style>
background-color css
<style>
a { background-color: #FB7D68; }
a { background-color: rgb(251,125,104); }
div.DivClassName
{
background-color: #FB7D68;
}
.BgClassName
{
background-color: #FB7D68;
}
</style>
border-color css
<style>
span { border-color: #FB7D68; }
span { border-color: rgb(251,125,104); }
td.TdClassName
{
border-color: #FB7D68;
}
.TagClassName
{
border-color: #FB7D68;
}
</style>