#FA7E6E

Color #FA7E6E Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FA7E6E

Tints of Salmon #FA7E6E

Color information

#FA7E6E (or 0xFA7E6E) is unknown color: approx 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

RGB250126110-
CMYK00.500.560.02
HSL6.86º93.33%70.59%-
HSV(B)6.86º56%98.04%-
XYZ49.736.3719.15-
YUV161.2599.08191.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 51.44%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=51.44%
G=25.93%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012611000.500.560.026.8693.3370.59
HexFA7E6E03238275d47
Octal3721761560627027135107
Binary111110101111110110111001100101110001011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>