Shades of Salmon #FA7E6E
Tints of Salmon #FA7E6E
RGB
CMYK
RGB Variations
Color information
#FA7E6E (or 0xFA7E6E) is known color: Salmon. HEX triplet: FA, 7E and 6E. RGB value is (250,126,110). Sum of RGB (Red+Green+Blue) = 250+126+110=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E6E is #058191. Grayscale: #A1A1A1. Windows color (decimal): -360850 or 7241466. OLE color: 7241466.
HSL color Cylindrical-coordinate representation of color #FA7E6E: hue angle of 6.86º degrees, saturation: 0.93, 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 #FA7E6E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 110 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.02 |
| HSL | 6.86º | 0.93% | 0.71% | - |
| HSV(B) | 6.86º | 0.56% | 0.98% | - |
| XYZ | 49.7 | 36.37 | 19.15 | - |
| YUV | 161.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 110 | 0 | 0.50 | 0.56 | 0.02 | 6.86 | 0.93 | 0.71 |
| Hex | FA | 7E | 6E | 0 | 32 | 38 | 2 | 7 | 5D | 47 |
| Octal | 372 | 176 | 156 | 0 | 62 | 70 | 2 | 7 | 135 | 107 |
| Binary | 11111010 | 1111110 | 1101110 | 0 | 110010 | 111000 | 10 | 111 | 1011101 | 1000111 |
Color Harmonies of #FA7E6E
Complementary color
Monochromatic Colors of #FA7E6E
Black with #FA7E6E
Text Example
Text Example
White with #FA7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E6E; }
p { color: rgb(250,126,110); }
H1.HeaderClassName
{
color: #FA7E6E;
}
.AnyTagClassName
{
color: #FA7E6E;
}
</style>
background-color css
<style>
a { background-color: #FA7E6E; }
a { background-color: rgb(250,126,110); }
div.DivClassName
{
background-color: #FA7E6E;
}
.BgClassName
{
background-color: #FA7E6E;
}
</style>
border-color css
<style>
span { border-color: #FA7E6E; }
span { border-color: rgb(250,126,110); }
td.TdClassName
{
border-color: #FA7E6E;
}
.TagClassName
{
border-color: #FA7E6E;
}
</style>