Shades of Salmon #FB7E6E
Tints of Salmon #FB7E6E
RGB
CMYK
RGB Variations
Color information
#FB7E6E (or 0xFB7E6E) is known color: Salmon. HEX triplet: FB, 7E and 6E. RGB value is (251,126,110). Sum of RGB (Red+Green+Blue) = 251+126+110=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7E6E is #048191. Grayscale: #A1A1A1. Windows color (decimal): -295314 or 7241467. OLE color: 7241467.
HSL color Cylindrical-coordinate representation of color #FB7E6E: hue angle of 6.81º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB7E6E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 110 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.02 |
| HSL | 6.81º | 0.95% | 0.71% | - |
| HSV(B) | 6.81º | 0.56% | 0.98% | - |
| XYZ | 50.06 | 36.56 | 19.17 | - |
| YUV | 161.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 110 | 0 | 0.50 | 0.56 | 0.02 | 6.81 | 0.95 | 0.71 |
| Hex | FB | 7E | 6E | 0 | 32 | 38 | 2 | 7 | 5F | 47 |
| Octal | 373 | 176 | 156 | 0 | 62 | 70 | 2 | 7 | 137 | 107 |
| Binary | 11111011 | 1111110 | 1101110 | 0 | 110010 | 111000 | 10 | 111 | 1011111 | 1000111 |
Color Harmonies of #FB7E6E
Complementary color
Monochromatic Colors of #FB7E6E
Black with #FB7E6E
Text Example
Text Example
White with #FB7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7E6E; }
p { color: rgb(251,126,110); }
H1.HeaderClassName
{
color: #FB7E6E;
}
.AnyTagClassName
{
color: #FB7E6E;
}
</style>
background-color css
<style>
a { background-color: #FB7E6E; }
a { background-color: rgb(251,126,110); }
div.DivClassName
{
background-color: #FB7E6E;
}
.BgClassName
{
background-color: #FB7E6E;
}
</style>
border-color css
<style>
span { border-color: #FB7E6E; }
span { border-color: rgb(251,126,110); }
td.TdClassName
{
border-color: #FB7E6E;
}
.TagClassName
{
border-color: #FB7E6E;
}
</style>